xsl-list
[Top] [All Lists]

RE: xsl:attribute in XSLT 2.0

2003-10-24 09:47:26

The most often use of xsl:attribute in my XSLT code is like this:

<xsl:attribute name="attname">
      <xsl:value-of select="somenodevalue"/>
</xsl:attribute>

I am writing things like this for hundreds of times.
I hoped that XSLT 2.0 standard will make my work easier.
I would like to have an optional 'select' attribute for 
xsl:attribute element, wich works just like in xsl:variable, 
so I could write:

<xsl:attribute name="attname" select="somenodevalue"/>


I have good news for you: the next draft will allow this.

Michael Kay


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



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