Creating and Editing an XSL Stylesheet

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:

  1. From the main window, choose File and choose New.
  2. Expand the XML folder and select XSL Stylesheet.
  3. Specify a name and location for the stylesheet and click Finish.

    A new XSL stylesheet node (XSL stylesheet node icon) appears in the Explorer.

To edit an XSL stylesheet:

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

Legal Notices