[Previous] [Contents] [Next]


Matching an Element by its Name


This is the simplest match-the source element is identified by its name using the match attribute.

The following XSL code would select all the line elements in the XML document:

<xsl:template match="line">


[Previous] [Contents] [Next]