xsl syntax to iterate all child nodes

admin

Administrator
Staff member
I'm transforming an xml document using xsl. I have a node with a few childnodes but I don't want to use the element name in my code.How do i perform the equivalent of a for-each that iterates through all children?
 
Back
Top