[Contents] [Prev] [Next] [Index] [Report an Error]

Templates

An XSLT script consists of one or more sets of rules called templates. Each template contains rules to apply when a specified node is matched. You use the <xsl:template> element to build templates.

There are two types of templates, named and unnamed, and they are described in the following sections.


[Contents] [Prev] [Next] [Index] [Report an Error]