Re: [xsl] saxon to .net exslt problem

Subject: Re: [xsl] saxon to .net exslt problem
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Mon, 05 Nov 2007 14:34:15 -0700
On Mon, 05 Nov 2007 10:13:13 -0700, Martin Honnen <Martin.Honnen@xxxxxx> wrote:


.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.

Saxon on .NET provides full support for both EXSLT and XSLT 2.0, so if your ultimate goal is to move to XSLT 2.0, as good as the EXSLT library is, it would make more sense to use Saxon on .NET directly. Samples of how to use the Saxon on .NET API > https://saxon.svn.sourceforge.net/svnroot/saxon/latest9.0/bn/csource/samples/XsltExamples.cs


--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155


Current Thread