|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Increment a Value in xsl:, Michael Kay | Thread | RE: [xsl] Sum function, Michael Kay |
| RE: [xsl] multiple conditions in a , Michael Kay | Date | RE: [xsl] Fatal error reported by X, Michael Kay |
| Month |