xsl-list
[Top] [All Lists]

RE: simple algebra on attributes....

2005-05-27 03:19:40

           <xsl:attribute name=3D"lines">
             <xsl:number value=3D"../@L[value() - 44332211]"/>
           </xsl:attribute>=20

Use:

<xsl:value-of select="parent::V/@L - 44332211"/>

Where does value() come from?

Cheers
andrew


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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