Back
Standard:
http://www.w3.org/TR/xslt#element-for-each
<for-each> : select
Standard excerpt:
The xsl:for-each instruction contains a template, which is instantiated for each node selected by the expression specified by the select attribute. The select attribute is required. The expression must evaluate to a node-set.
2