RE: [xsl] Check for text between two elements??

Subject: RE: [xsl] Check for text between two elements??
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 3 Sep 2004 08:48:22 +0100
If you know there is only one BBB and only one CCC, you can do

test="BBB/following-sibling::text()[1]/following-sibling::CCC" 

Michael Kay

> -----Original Message-----
> From: Sameer N [mailto:samooo_vc@xxxxxxxxxxx] 
> Sent: 02 September 2004 23:28
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Check for text between two elements??
> 
> I want to test if there is a text between two elements using XSLT.
> 
> I have some xml like this....
> <AAA>There is this text <BBB> more text </BBB> text continues 
> <CCC> still 
> more text </CCC> and back to text </AAA>
> or it can be like this
> <AAA>There is this text <BBB> more text </BBB><CCC>still more 
> text</CCC> and 
> back to text </AAA>
> 
> Now, I want to test whether there is text present between 
> tags <BBB> and 
> <CCC>. Is this possible using XSLT?
> 
> Thanks.
> 
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today 
> - it's FREE! 
> hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Current Thread