January 2002
Intermediate to advanced
480 pages
11h 5m
English
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>
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.
Read now
Unlock full access