I'm working in .net 4.0 C# xslt1.0. I hesitate to migrate with saxon processor is there real différencies 开发者_如何学Goin performance?
I don't have any performance comparisons between Microsoft's XSLT 1.0 processor and the Saxon XSLT 2.0 processor on .NET.
I imagine you are talking about execution speed, but what is much more important is development speed: you can buy a decent server for about half the cost of hiring a programmer for a day. And in my experience (though it depends on the task) development productivity with XSLT 2.0 is about doubled compared with XSLT 1.0.
精彩评论