XSLT » xsl:apply-templates » select="expression"

The optional select attribute is set to an expression that returns a node set. This can simply be a string that is the name of a node set. The nodes in the node set are processed in the order that they occur (which is called document order). The default for omitting this attribute is to select all of the child nodes of the current node being processed.