[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Template priority

Subject: RE: Template priority
From: "Hunsberger, Peter" <Peter.Hunsberger@xxxxxxxxxx>
Date: Tue, 18 Jun 2002 10:31:13 -0500
bunny templates
> 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?

Brian, noticed that all your answers said to use the parent/child tests.
That makes sense if the parent child relationship is static.  However, if
it's not, and your attributes are well defined there is no reason not to
select on attribute instead, eg:

	<xsl:template match="z[@birdy]">

and

	<xsl:template match="z[@bunny]">

will discriminate between the two cases you give...


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.