[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: Substituting value in XML Attribute
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 9 Mar 2001 10:42:54 -0000
> If I write XSL like this
> <xsl:variable name="myvar" select="@ID"/>
> <MYCustomer ID="$myvar">
> </MYCustomer>
>
> the result is comming as
>     <MYCustomer ID="$myvar">
>     </MYCustomer>

You want ID="{$myvar}". It's called an attribute value template,if you want
to look it up.

Mike Kay
Software AG


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


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member