XSLT
This operation takes an XSL style sheet and runs the XSLT engine on it with associated XML data and produces an output that can be validated.
Usage
The following example runs the style sheet ss.xsl on the data in data.xml and produces results in the file results.txt:
svadm -o xslt –out results.txt –xml data.xml –xsl ss.xsl
Options
Name |
Description |
Required |
-out |
The name of the file to write the results to. |
Yes |
-xml |
The name of the file containing your XML data. |
Yes |
-xsl |
The name of the file containing your XSL data. |
Yes |