Definition Type: ComplexType
Name: apply-templates
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into with-param in schema xslt_xsd Drilldown into sort in schema xslt_xsd Drilldown into select in schema xslt_xsd Drilldown into mode in schema xslt_xsdXSD Diagram of apply-templates in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:complexType name="apply-templates">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="sort" type="sort" />
        <xs:element name="with-param" type="with-param" />
    </xs:choice>
    <xs:attribute name="mode" type="xs:NMTOKEN" />
    <xs:attribute name="select" type="xs:string" default="node()" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sort xsl:sort (1) (1)
with-param xsl:with-param (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
mode xsl:mode (Optional)
select xsl:select node() (Optional)
Collapse Derivation Tree:
Collapse References:
xsl:apply-templates