[xsl] string-length of all label attributes

Subject: [xsl] string-length of all label attributes
From: "Robert Soesemann" <rsoesemann@xxxxxxxxxxx>
Date: Thu, 8 Jul 2004 11:46:59 +0200
Hy,

I am trying to calculate the string length of all @label attributes in
any element.

When I apply string-length(//@label) in the root I only get the length
of the first attribute. But count(//@label) works fine.

What am I doing wrong?


Rob

Current Thread