ShoX reference documentation. Index


XSL element for-each

Default keyword for for-each is for.

ShoX syntax:

for [other attributes] (@select) {sort* template}

Example

        for (rabbit) {
            apply()
        }
	

XSL documentation of element xsl:for-each.