Thursday, 21 August 2014

How to loop through elements in an xml document using XSLT



I am using XSLT to loop through an XML document.

The root node of the document is called movies and it can contain one or more movie elements. However these movie elements contain single elements except for the actor element. How can you loop through to display more than one actor? I am already using <xsl:for-each> to loop throught each movie.


No comments:

Post a Comment