Hi,
 
is the following a valid xpath
 
$u/user/name
 
I presume it is valid as long as $u resolves to a node or a list of nodes. The reason I ask is that XQuery uses this type of xpath all the time in the Return clause.
Currently JAXEN falls over when presented with such a path.
 
Regards
 
Eddie
P.S.
Would it be possible to add the methods
    public String getPrefix();
    public String getVariableName();
to the interface org.jaxen.expr.VariableReferenceExpr as otherwise I can't access the prefix and local names of the variable

Reply via email to