[Home] [By Thread] [By Date] [Recent Entries]
I think I've got it with a for-each loop: <xsl:param name="schema" select="document(//@xsi:noNamespaceSchemaLocation)/*"/> <xsl:for-each select="$schema"> <xsl:apply-templates select="saxon:evaluate($xsd-path)"/> </xsl:for-each> But, I feel a little wierd about using for-each like this. Seems like there should be a way to do this without running the risk of having the "for loop" and the possibiliy of my apply templates getting called more than once. -Thanks, Mark XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



