|
Subject: Re: [xsl] string-length of all label attributes From: George Cristian Bina <george@xxxxxxx> Date: Thu, 08 Jul 2004 13:10:15 +0300 |
<xsl:template match="/">
<xsl:variable name="labels">
<xsl:for-each select="//@label">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:variable>
<xsl:value-of select="string-length($labels)"/>
</xsl:template>Hope that helps, George ----------------------------------------------- George Cristian Bina <oXygen/> XML Editor & XSLT Editor/Debugger http://www.oxygenxml.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] string-length of all labe, Jarno.Elovirta | Thread | RE: [xsl] string-length of all labe, Robert Soesemann |
| Re: [xsl] commenting and documentin, David Carlisle | Date | Re: [xsl] string-length of all labe, David Carlisle |
| Month |