RE: [xsl] silbings

Subject: RE: [xsl] silbings
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Sat, 22 Dec 2001 19:27:48 +0200
> hmm, didn't work. :(
> 
> I tried both following-sibling and following::, the test
> is always positive regardless of whethere there is a node
> or not.

If so, there is really following sibling after your context node. Perhaps you forgotten about whitespace only text node which usually follows any element node and contains linefeed + few tabs. Try following-sibling::* in the case you interested in elements only.

---
Oleg Tkachenko,
Multiconn International, Israel 


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


Current Thread