to the main page about the tutorial  THE XML REVOLUTION  -  TECHNOLOGIES FOR THE FUTURE WEB back up next

Recursive processing

Recursive processing instructions: The select attribute contains an XPath expression, which is evaluated in the current context.

Example:
<xsl:template match="article">
  <h1><xsl:apply-templates select="title"/></h1>
</xsl:template>

Processing modes:  mode="..." on xsl:template and xsl:apply-templates allows an element to be processed multiple times in different ways.

back COPYRIGHT © 2000-2003 ANDERS MØLLER & MICHAEL I. SCHWARTZBACH next