<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating to XslCompiledTransform</title><link>http://blogs.msdn.com/xmlteam/archive/2005/09/30/475922.aspx</link><description>To improve XSLT execution performance in the .NET Framework version 2.0, the XslTransform class has been replaced with a new XSLT 1.0 implementation: the XslCompiledTransform class. XslCompiledTransform compiles XSLT stylesheets to Microsoft Intermediate</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Migrating to XslCompiledTransform</title><link>http://blogs.msdn.com/xmlteam/archive/2005/09/30/475922.aspx#480621</link><pubDate>Thu, 13 Oct 2005 18:45:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:480621</guid><dc:creator>Jonathan Perret</dc:creator><description>&amp;quot;For subsequent stylesheets/documents XmlResolver returns to Proccessor XmlReader, TextReader, Stream or XPathNavigator.&amp;quot;&lt;br&gt;&lt;br&gt;I'm writing my own XmlResolver and I would love for this to actually be the case. But XslCompiledTransform (Beta 2) accepts only Stream from my resolver. XslTransform accepts XPathNavigator, which allows me to efficiently cache already-parsed stylesheets as XPathDocuments.&lt;br&gt;</description></item><item><title>re: Migrating to XslCompiledTransform</title><link>http://blogs.msdn.com/xmlteam/archive/2005/09/30/475922.aspx#482658</link><pubDate>Wed, 19 Oct 2005 18:43:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:482658</guid><dc:creator>Frank</dc:creator><description>Hi XmlTeam,&lt;br&gt;&lt;br&gt;I ran into following situation when migrating my framework 1.1 code to 2.0:&lt;br&gt;&lt;br&gt;Old situation:&lt;br&gt;I have a System.Web.UI.WebControls.Xml control.&lt;br&gt;- I pass an XmlDocument object, a TransformArgumentList and a XslTransform object.&lt;br&gt;&lt;br&gt;Now the 2.0 world:&lt;br&gt;-I changed XmlDocument to: XPathNavigator object&lt;br&gt;&lt;br&gt;BUT HOW do I do the transformation part? A created already an XCT, but even when I perform the transformation within the XCT,... how do I get the result into the XML control?&lt;br&gt;&lt;br&gt;Hope you can help?&lt;br&gt;Thanks.&lt;br&gt;best regards&lt;br&gt;Frank&lt;br&gt;&lt;br&gt;</description></item></channel></rss>