Re: [xsl] get the text value of a following sibling

Subject: Re: [xsl] get the text value of a following sibling
From: Liron <magilam@xxxxxxxxxxxxxxxx>
Date: Mon, 13 Nov 2006 16:03:29 +0200
Hi and thank you for your quick reply,

Since I want to learn I guess I'd like examples of two situations:
1) Every text after the <a> until the next <a> "just some text 2" AND "just some more text 2"
2) Just the first occurance "just some text 2" in your example and ommit the "just some more text 2"


Thank you very much again

----- Original Message ----- From: "Ronan Klyne" <ronan.klyne@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, November 13, 2006 3:53 PM
Subject: Re: [xsl] get the text value of a following sibling



Could you please clarify what you would like to happen in the following
case:

 <a href="...">link2</a>
 <br/>
 just some text 2
 <br/>
 just some more text 2
 <br/>

# r

Current Thread