[xsl] Check for text between two elements??

Subject: [xsl] Check for text between two elements??
From: "Sameer N" <samooo_vc@xxxxxxxxxxx>
Date: Thu, 02 Sep 2004 15:27:49 -0700
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