xsl-list
[Top] [All Lists]

Re: [xsl] Embedded bold,italic,anchors etc.

2008-06-11 09:40:27
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>