How to Duplicate XSLT Instructions
Sometimes, you must duplicate XSLT instructions in the target tree. For example, you may create two for-each statements next to one another to loop over two node-sets in the source document, or possibly to loop over the same node-set twice.
Other XSLT instructions, such as xsl:if
and xsl:sort,
can also be duplicated. This section illustrates creating duplicate instructions using the xsl:for-each
statement. The same process applies to other XSLT instructions.
To duplicate an xsl:for-each statement: