xsl-list
[Top] [All Lists]

Re: [xsl] saxon to .net exslt problem

2007-11-05 14:35:10
On Mon, 05 Nov 2007 10:13:13 -0700, Martin Honnen <Martin(_dot_)Honnen(_at_)gmx(_dot_)de> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>