RE: Measuring length of the text in XSL

Subject: RE: Measuring length of the text in XSL
From: "Dawson, Geoff F" <Geoff.Dawson@xxxxxxxxxxxxxxx>
Date: Wed, 15 Mar 2000 18:09:16 -0000
> 	Does anyone have any idea of how to measure the length of the
> content(text) returned by a specific tag?
> 
> 	Please, consider the following XML tag:
> 	<HELLO>Hello World</HELLO>

<xsl:value-of select="string-length(HELLO)"/>

Geoff 


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


Current Thread