Subject: RE: #Please Help: Nested conditions
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Fri, 20 Feb 2004 22:22:34 +0100
|
> -----Original Message-----
> From: Matthias Fischer
<snip />
> ... expression: <xsl:template match="node()|@*> processes all "children
> of something" (Kay, 432). What I have difficulty to grasp is: children
> of what? All children of something downstream from the child note of
> <TROW>, which was the last to be processed?
>
Hi,
That is indeed *one* side of the picture.
To put it in other terms:
All nodes that have been selected by any xsl:apply-templates and have no
higher priority matching template defined for them elsewhere in the
current/imported/included stylesheets.
Hope this makes it a bit clearer.
Cheers,
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|