> use "ancestor::*" to access all ancestor nodes up the the root node
> (or replace * with something more restrictive). Peter

JXPathContext jx = JXPathContext.newContext(root);
Object o = (Object)jx.getValue("ancestor::*");

o is null ...


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

Reply via email to