|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Attribute name clashes??????????
> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








