This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Measuring length of the text in XSL


> 	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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]