Chuck,

> Element nextSibling =
someElement.selectSingleNode("following-sibling::*");
> Element prevSibling =
someElement.selectSingleNode("preceding-sibling::*");

I've tried it and I get an error on the following-sibling clause.

I checked the Jaxen site and on the status page it mentions:

    "preceding and following axes not implemented for most models"

So, I guess this won't work.

Silvain



_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to