how to use xslt 2.0 in visual studio 2010

前端 未结 1 1964
执念已碎
执念已碎 2020-12-20 12:39

I am using xslt 2.0 for transforming one xml format to another xml format.But Visual Studio 2010 supports only xslt1.0.

So, I referred the stackoverflow link and fol

相关标签:
1条回答
  • 2020-12-20 12:42

    You can add XSLT 2.0 intellisence to Visual Studio, as described in the provided links.

    However, Visual Studio (from 2005 up) is tightly integrated with the standard .NET XSLT 1.0 processor XslCompiledTransform -- and the Visual Studio XSLT Debugger and execution subsystem only works with this XSLT processor.

    As for Altova's VS Integrated Package, I have never used it and wouldn't be surprized that in the past it was working as described, but stopped working after one of the VS 2010 updates / service packs. My guess is that you haven't bought/installed this package.

    I would recommend using an XSLT IDE that is especially designed to support XSLT 2.0 -- one such tool is oXygen and there are a number of others people have been using, such as Stylus Studio.

    0 讨论(0)
提交回复
热议问题