Completely new to Jaxen and almost new to xpath, so please forgive this 
question:

Given an XPath such as

/e1/e2/rr/e3/e4

Where rr is not valid

is it possible to get a method called (keyed on the name "rr", or a common 
method with "rr" as a parameter) with the list of nodes given by the preceding 
xpath (e1/e2) as a parameter (possibly some context information if reqd), and 
which can return a list of nodes for which the tail (e3/e4) is valid?

I don't think it's standard XPath, but is it possible to use/extend jaxen to 
do this, or another method to achieve something similar?

Many thanks.


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to