Subject: RE: Re: Transform XML
From: cknell@xxxxxxxxxx
Date: Wed, 30 Apr 2003 15:28:28 -0500
|
> -----Original Message-----
> From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
> I'v not seen the squigly brackets before... is this an alternative > syntax to something else?
>
"Squigly brackets" are known as "the attribute value template (AVT). They are the only alternative to this construction:
<FLD>
<xsl:attribute name="name" select="@name" />
</FLD>
because <FLD name="<xsl:value-of select='@name' />" > is illegal.
--
Charles Knell
cknell@xxxxxxxxxx - email
Sent: Wed, 30 Apr 2003 09:29:12 -0700
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: Transform XML
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|