YouTip LogoYouTip

Xsl W3Celementref

# XSLT Element Reference Manual * * * XSLT elements from the W3C Recommendation (XSLT Version 1.0). * * * ## XSLT Elements If you need more detailed information about any of the following elements, click the link in the Element column. | Element | Description | | --- | --- | | (#) | Applies template rules from an imported style sheet. | | (#) | Applies a template rule to the current element or to the child nodes of the current element. | | (#) | Adds an attribute. | | (#) | Defines a named set of attributes. | | (#) | Calls a named template. | | (#) | Used in conjunction with and to express multiple conditional tests. | | (#) | Creates a comment node in the result tree. | | (#) | Creates a copy of the current node (without child nodes and attributes). | | (#) | Creates a copy of the current node (with child nodes and attributes). | | (#) | Defines the characters and symbols to be used when converting numbers to strings via the format-number() function. | | (#) | Creates an element node in the output document. | | (#) | Specifies an alternative code to run if the processor does not support a particular XSLT element. | | (#) | Loops through each node in a specified node set. | | (#) | Contains a template that is applied only when a specified condition is true. | | (#) | Used to import the contents of one style sheet into another. **Note:** The imported style sheet has lower precedence than the importing style sheet. | | (#) | Includes the contents of one style sheet into another. **Note:** The included style sheet has the same precedence as the including style sheet. | | (#) | Declares a named key, used in the style sheet via the key() function. | | (#) | Writes a message to the output (used for error reporting). | | (#) | Replaces a namespace in the style sheet with a different namespace in the output. | | (#) | Determines the integer position
← Xsl FunctionsXsl Examples β†’