Generate XSLT Documentation in HTML Format
When using the XSLT Stylesheet Documentation dialog box to generate XSLT documentation in HTML format, it is presented in a visual diagram style with various sections, hyperlinks, and options.
The generated documentation includes the following:
- Table of Contents - You can group the contents by namespace, location, or component
type. The XSLT elements from each group are sorted alphabetically (named templates are
presented first and the
<match>
elements second). - Information about main, imported, and included stylesheets. This information consists of:
- XSLT modules included or imported by the current stylesheet.
- The XSLT stylesheets where the current stylesheet is imported or included.
- The stylesheet location.
If you choose to split the output into multiple files, the table of contents is displayed in the left frame. The contents are grouped using the same criteria as the split.
After the documentation is generated, you can collapse or expand details for some stylesheet XSLT elements by using the Showing options or the Collapse or Expand buttons.
For each element included in the documentation, the section presents the element type
followed by the element name (value of the @name
or @match
attribute for match templates).