In the IDE, you can create XSL stylesheets to define transformation rules for your XML documents. You can then perform an XML transformation to transform the data in your document into the output of your choice, such as formatted HTML or a text file.
To create an XSL stylesheet:
A new XSL stylesheet node ()
appears in the Explorer.
To edit an XSL stylesheet:
The stylesheet opens in the Source Editor. You cannot edit XSL stylesheets in the XML editor.
For more information about XSL transformations, see:
http://www.w3.org/TR/xsl/
See also
| |
---|---|
Cascading Style Sheets in the IDE Performing an XSL Transformation |