Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><em>XSLT IDEs</em> (Interactive Development Environments):</p> <ul> <li><strong><a href="http://sourceforge.net/projects/xselerator" rel="nofollow">XSelerator</a></strong> (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.</li> <li><strong><a href="http://www.microsoft.com/visualstudio/default.mspx" rel="nofollow">VS2008</a></strong> -- a good XML Editor + XSLT Debugger. Good static intellisence. Match patterns are statically checked. Breakpoints, data breakpoints, visualization of variables and the current output.</li> <li><strong><a href="http://www.oxygenxml.com/" rel="nofollow">oXygen</a></strong></li> <li><strong><a href="http://www.altova.com/products/xmlspy/xml_editor.html" rel="nofollow">XML-SPY</a> (Altova)</strong></li> <li><strong><a href="http://www.stylusstudio.com/" rel="nofollow">Stylus Studio</a></strong></li> </ul> <p><em>XPath tools</em>:</p> <ul> <li><strong>The <a href="http://www.huttar.net/dimitre/XPV-Zip-2008.zip" rel="nofollow">XPath Visualizer</a></strong> -- A <a href="http://www.huttar.net/dimitre/XPV/TopXML-XPV.html" rel="nofollow"><strong>popular tool for learning XPath</strong></a> 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.</li> </ul> <p><strong>EDIT</strong>: The XPath Visualizer now has a <strong><a href="http://www.huttar.net/dimitre/XPV/TopXML-XPV.html" rel="nofollow">new, safer home</a></strong>, due to the kindness of Lars Huttar.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload