I'd like people's opinion on the "best" XSLT processor for .NET, but what are the good options for processing XSLT in .NET? What do you use and how well does it serve you?
+2
A:
I just use .NET's own XslCompiledTransform
. Works fine. Never considered finding a different one.
AnthonyWJones
2009-10-31 08:45:55
As I understand it, that's an implementation of XPath1.0 and doesn't have some of the much improved functions of XPath2.0..? http://www.xml.com/pub/a/2002/03/20/xpath2.html
Matt W
2009-10-31 09:54:58
@Matt: Its always a good idea to include in your question such details as "I want to use XPath 2.0" features.
AnthonyWJones
2009-10-31 11:55:44