Which is the Best Tool for Creating XSL File?

这是创建XSLT文件的最佳工具。


XSLT IDEs (Interactive Development Environments):

  • XSelerator (the one I've been using for 6-7 years). Free, has a Debugger for MSXML, has intellisense for both XSLT 1.0 and XSLT 2.0. In addition has some dynamic intellisense. The debugger has breakpoints, data breakpoints,visualizes temporary trees, variables, test conditions, current output, ..., etc.
  • VS2010 -- a good XML Editor + XSLT Debugger. Good static intellisence. Match patterns are statically checked. Breakpoints, data breakpoints, visualization of variables and the current output.
  • oXygen
  • XML-SPY (Altova)
  • Stylus Studio
  • XPath tools:

  • The XPath Visualizer -- A popular tool for learning XPath by playing with XPath expressions. Free and open source. Allows any XPath expression to be evaluated against a given XML document and displayes the results hi-lighted in the xml document (if they are node(s)) or in a separate box (if the results are atomic values). Allows xsl:variable-s to be defined and then used in XPath expressions. Allows xsl:key-s to be defined and then referenced by key() functions within XPath expressions.
  • EDIT : The XPath Visualizer now has a new, safer home , due to the kindness of Lars Huttar.


    There are loads out there. Since its just text then notepad would do just fine. notepad++ has nicer formating and is open source. Visual studio also has lovely formatting for xml and is free to download (basic versions only)


    我们使用并喜欢Altova XML编辑器并不昂贵,界面友好,功能强大。

    链接地址: http://www.djcxy.com/p/53896.html

    上一篇: 追踪关闭

    下一篇: 哪个是创建XSL文件的最佳工具?