Click to See Complete Forum and Search --> : xslt


LHayrl
11-26-2003, 04:58 PM
Does anyone know how to allow more than one of the same element to display using a xslt stylesheet? Like in a dtd you use an (*) after the element name, is there a way to do this in a xslt?

paps
11-26-2003, 06:57 PM
do a for-each and an xsl:variable..

HTH :D