EDN Admin
Well-known member
Hello,
I am writing this post because Ive seen many questions regarding XSLT 2.0 in .NET in the forum, sometimes people ask for many questions in XSLT for instance xsl grouping, retrieving the current date ...
Unfortunatly these functionnalities are not available in the native XSLT processor of the .NET framework 2.0, 3.5 and 4 because it is an XSLT 1.0 processor.
However, this doesnt mean that we cant work with XSLT 2.0 in .NET. http://saxon.sourceforge.net/" target="_blank Saxon is an XSLT and XQuery processor created by Michael Kay. There are open-source and also closed-source commercial
versions. Versions exist for Java and .NET.
You can find a full tutorial on the usage of the Saxon processor in .NET with source code download on my blog :
http://aelassas.free.fr/blog.html#post24" target="_blank" title="XSLT 2.0 in .NET
http://aelassas.free.fr/blog.html#post24
I hope this post will be very useful for fans of XSLT 2.0!
Kind regards,
<
http://aelassas.free.fr aelassas.free.fr <br/>
<br/>
View the full article
I am writing this post because Ive seen many questions regarding XSLT 2.0 in .NET in the forum, sometimes people ask for many questions in XSLT for instance xsl grouping, retrieving the current date ...
Unfortunatly these functionnalities are not available in the native XSLT processor of the .NET framework 2.0, 3.5 and 4 because it is an XSLT 1.0 processor.
However, this doesnt mean that we cant work with XSLT 2.0 in .NET. http://saxon.sourceforge.net/" target="_blank Saxon is an XSLT and XQuery processor created by Michael Kay. There are open-source and also closed-source commercial
versions. Versions exist for Java and .NET.
You can find a full tutorial on the usage of the Saxon processor in .NET with source code download on my blog :
http://aelassas.free.fr/blog.html#post24" target="_blank" title="XSLT 2.0 in .NET
http://aelassas.free.fr/blog.html#post24
I hope this post will be very useful for fans of XSLT 2.0!
Kind regards,
<
http://aelassas.free.fr aelassas.free.fr <br/>
<br/>
View the full article