[Home] [By Thread] [By Date] [Recent Entries]
Craig Riley wrote:
Does it matter what order the recursion occurs in, I assume each time you <xsl:apply-templates/> it goes through every template again!? <xsl:apply-templates/> is the same as <xsl:apply-templates select="node()"/> so it processes all child nodes the context node has. Which template is then choosen to process a particular child node depends on the templates and their match patterns you implement in your stylesheet. -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



