Alphabetical Listing of XSLT Elements

apply-imports

Description:

When importing style sheets, template rules with matching elements are overridden by the imported rule. <xsl:apply-imports> is used to invoke the overridden template rule.

Attributes: None

Content Model: None

Category of Element: Instruction

Usage:

<xsl:template match=”my_rule”> 
   ... 
   <xsl:apply-imports /> 
</xsl:template> 

apply-templates

Description:

The <xsl:apply-templates> element is used to invoke template rules and recursively process child elements. The element takes two optional attributes select and mode. With the select attribute, processing begins at with the node specified by the attribute. If a select attribute is not provided, all child nodes will be processed.

Get Special Edition Using XSLT now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.