RE: [xsl] Template priority

Subject: RE: [xsl] Template priority
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 18 Jun 2002 09:02:14 +0100
Use match="x/z" and match="y/z" on the two template rules.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Brian Grainger
> Sent: 18 June 2002 03:34
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Template priority
> 
> 
> I need to apply two different templates respectively against 
> two different 
> elements, both of which unfortunately have the same name, but 
> different 
> parents and attribute sets.
> 
> The input xml is of the general form
> 
> <root>
>    <x>
>      <z bunny="bugs farmer="fudd"/>
>    </x>
>    <y>
>      <z birdy="tweety" puddytat="sylvester"/>
>    </y>
> </root>
> 
> What would be the recommended way to differentiate the two templates? 
> Parentage? Priority? Mode? Something else?
> 
> Any pointers greatly appreciated.
> 
> Regards,
> Brian
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread