Subject: RE: xsl:attribute in XSLT 2.0
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 24 Oct 2003 17:47:26 +0100
|
>
> 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
|