[Home] [By Thread] [By Date] [Recent Entries]
Don Smith wrote:
System.Xml.Xsl.XslCompiledTransform xsl = new System.Xml.Xsl.XslCompiledTransform(); xsl.Load(xsltPath); xsl.Transform(xmlPath, htmlPath); // THIS LINE THROWS AN ERROR .NET's XSLT processor XslCompiledTransform does not support EXSLT (besides the node-set function I think) so you need to use EXSLT.NET <URL:http://mvp-xml.sourceforge.net/exslt/> to have EXSLT support with the .NET framework. -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



