[EMAIL PROTECTED] wrote:

I think my XPath expression is right : "SOUSTHEME != following-sibling :: SOUSTHEME".
Nope, SOUSTHEME != following-sibling::SOUSTHEME is true if and only if all follwing SOUSTHEME siblings have the same string value as SOUSTHEME children of current node. Use SOUSTHEME != following-sibling::SOUSTHEME[1] if you wanna check next SOUSTHEME element.

--
Oleg Tkachenko
Multiconn Technologies, Israel


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to