Search Results

6
votes

XSL variable number of child nodes…

<xsl:template match="Images/*[starts-with(name(),'Image']"> <img src="{.}" /> </xsl:template> BTW, perhaps you can't change the XML tag names, but it wou …