Subject: RE: Copying and Transforming/Recursion? - Revisited
From: Jeff Saylor <JSaylor@xxxxxxxxxxxxxxxxx>
Date: Thu, 12 Oct 2000 12:18:25 -0400
|
David,
Thank-you very much for the time and the effort - it now makes perfect
sense!
Cheers,
Jeff
-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Thursday, October 12, 2000 11:15 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: Copying and Transforming/Recursion? - Revisited
> If my XSL actually copies the source, then how can it also apply the
"input"
> template to the source it just copied?
th eidentity transform (either the one in the spec or th esimilar one
Ijust posted) matches on * but if you have a a template that has higer
priority then that will be applied (only one template is applied
to any node in a given apply-templates) match="input" has a default
priority higher than match="*" so when the node set contains an input
node the new templat ewill be used not the template used for everything
else.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|