Inside Xslt

Matching Elements

You can match elements simply by giving their names , as youve also seen. The following template matches <PLANETS> elements:

<xsl:template match="PLANETS"> <HTML> <xsl:apply-templates/> </HTML> </xsl:template>

Категории