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: Computing string-value of nodesets


> I'd like to know the average string-length of a collection of 
> nodes (in a nodeset).

You can program this by a recurive template, or you can use the Saxon
extension function:

saxon:sum( $nodes, saxon:expression('string-length(.)'))

Mike Kay 


 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]