Hello.
I can't find a way, yet I think it should be possible to do something like this:
JXPathContext subcontext =
JXPathContext.newContext(context.selectNodes("//abc"));
So then subcontext would point to a new sequence and I could do
selects on abc elements in it. When I try to do as above, I'm simply
"browsing" a List implementation object... But I need to be able to
execute a query like this:
subcontext.selectNodes("[EMAIL PROTECTED](@b)]");
Where "*" is abc elements selected from first query. Any tips?
Thanks,
Yuri.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]