Re: [xsl] <b>Following text<br/>

Subject: Re: [xsl] <b>Following text<br/>
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 10 Jan 2001 20:07:06 -0800 (PST)
Hi Edierley,

Use:

string-length(root)

Cheers,
Dimitre Novatchev.


Edierley Messias wrote:
But now I have a problem, the text can be like this DOM tree:
        <root>
   _______|_______
  |     |    |    |
text1  <b> text3 <br/>
        |
       text2


Now I have to sum the string-length from text1, text2, text3 and test
if the sum is less than 150.

I tried with any kind of methods, but I cannot taked the values to sum,
using
xpath-axes.

Does anyone have any ideas?


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

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


Current Thread