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]
Other format: [Raw text]

RE: silbings


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]