[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Embedded bold,italic,anchors etc.
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 11 Jun 2008 18:40:03 +0200
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/

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member