xsl:for-each
Syntax
<xsl:for-each select="node-set-expression">
...
</xsl:for-each>
Description
Include a looping mechanism that repeats XSL processing for each instance of identical XML elements. The element nodes are selected by the expression defined by the select attribute. Each of the nodes is then processed by the instructions contained in the <xsl:for-each> instruction.
select—Specifies an expression to select nodes to be processed.
See Example: Requiring and Restricting Configuration Statements, Example: Imposing a Minimum MTU Setting, Example: Limiting the Number of E1 Interfaces, Example: Adding T1 Interfaces to a RIP Group, Example: Configuring Administrative Groups for LSPs, and Example: Configuring Dual Routing Engines.
Hide Navigation Pane
Show Navigation Pane
Download
SHA1