xsl-list
[Top] [All Lists]

RE: Re: Transform XML

2003-04-30 13:28:28
-----Original Message-----
From:     "Karl J. Stubsjoen" <karl(_at_)azprogolf(_dot_)com>
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(_at_)onebox(_dot_)com - email



Sent:     Wed, 30 Apr 2003 09:29:12 -0700
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  Re: [xsl] Transform XML



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



<Prev in Thread] Current Thread [Next in Thread>