RE: [xsl] Substituting value in XML Attribute

Subject: RE: [xsl] 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