This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Copying and Transforming/Recursion? - Revisited


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@nag.co.uk]
Sent: Thursday, October 12, 2000 11:15 AM
To: xsl-list@mulberrytech.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]