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

Re: Attribute name clashes??????????

Subject: Re: Attribute name clashes??????????
From: "Jonathan Perret" <jonathan@xxxxxxxxxxxx>
Date: Tue, 19 Feb 2002 11:02:59 +0100
ayma last name
> Problem is there seems to be a name clash with the @name attribute.  To 
> get this idea to
> work at all I have to code the following workaround, changing @name to 
> @metadataItemName :
> 
> <xsl:template match="Item">
>      <xsl:variable name="localName" select="@name"/>
>     <xsl:variable name="metadata" 
> select="$GlobalMetadata/Item[@metadataItemName=$localName]/>

This should work just the same with @name instead of @metadataItemName.
What results are you seeing ?

Your first idea was right too, you just needed a way to write it :

<xsl:template match="Item">
    <xsl:variable name="metadata" 
        select="$GlobalMetadata/Item[@name=context()/@name]/>

Hope this helps,
--Jonathan



 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-2013 All Rights Reserved.