xsl:template
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: XSLT.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Sequence [1..1]
- xsl:param [0..*]
- Choice [0..*]
- xsl:top-level-element-and-char-instructionAbstract [1..1]
- xsl:result-elementAbstract [1..1]
- Any element Namespace: ##other, Process Contents: skip
from subst. group xsl:top-level-element-and-char-instructionfrom subst. group xsl:instructionfrom group xsl:result-elementfrom subst. group xsl:result-element
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from type xsl:anyType | |
match | [0..1] | xsl:pattern | ||
name | [0..1] | xsl:QName | ||
priority | [0..1] | xsd:decimal | ||
mode | [0..1] | xsl:QName | ||
xml:space | [0..1] | Anonymous |
Used in
- Type xsl:wrapper (Elements xsl:stylesheet, xsl:transform)
Substitution hierarchy
- xsl:top-level-element
- can be substituted with xsl:template
Sample instance
<xsl:template match="string">Any text, intermingled with: <xsl:param name="NCName">Any text, intermingled with: <xsl:top-level-element-and-char-instruction/> </xsl:param> <xsl:top-level-element-and-char-instruction/> </xsl:template>