User Tools

Site Tools


org.gramar.base:tag.iterate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

org.gramar.base:tag.iterate [2016/06/27 20:34] (current)
Line 1: Line 1:
 +
 +==== iterate Tag ====
 +
 +The iterate tag Iterates over a collection of nodes.
 +
 +
 +^ Attribute ​     ^ Kind   ^ Required ​   ^ Purpose ​         ^
 +|**select** ​ |nodes ​ |yes  |An XPath expression that resolves to the iterated collection ​ |
 +|**var** ​ |string ​ |yes  |The name of a context variable to be associated with the current node of the iteration. ​ The variable is scoped to the body of the tag.  |
 +|**delimeter** ​ |string ​ |yes  |A string to be written after every node except the last  |
 +
 +=== Full Form ===
 +
 +<​**c:​iterate** ​ **select**="" ​ **var**="" ​ **delimeter**=""​ >
 +
 +
 +=== Usage and Samples ===
 +
 +
 +
 +
 +Return to [[org.gramar.base:​index|index]]
 +
 +
  
org.gramar.base/tag.iterate.txt ยท Last modified: 2016/06/27 20:34 (external edit)