To use the full power of XSLT for XSL Transformations, you will need to download and install any XSLT transformation engine, which supports the current XSLT standard from W3C and has a command line interface.
Please note, that we provide some of the most well known XSLT engines on our Components web page http://www.xmlspy.com/components, including Microsoft XML Parser MSXML 3.0 or 4.0.
To use XSLT successfully, please make sure that your XSL Stylesheet correctly refers to the namespace defined in the final XSLT recommendation:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
Previous
Top
Next