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]

Text Following <br/>


=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Hi people,
I need to select text nodes following by a <br/> element, like

00 <root>
01   text text text text<br/>
02   text text text text text text <br/>
03   <tag>
04     <tag>
05       text text<br/>
06     </tag>
07   </tag>
08   <tag>
09     text text text text
10   </tag>
11   text text text
12   text text text text
13 </root>

The selection will be only for lines 01, 02 and 05

And then remove the <br/> element if the text has 150 caracters or more.

Any ideas?
Some help will be apreciated.
Thanks in advance.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=


_________________________
Edierley Messias
www.dcc.ufmg.br/~edierley


 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]