Hi, I found a bug. In org.apache.xindice.core.xupdate.XObjectImpl line 105 says:
return (NodeList) _xobj.nodeset();
which causes a ClassCastException. This fixes:
return _xobj.nodelist();
I also have a question: When I specify an xpath expression with an attribute value like
String xpath = "//[EMAIL PROTECTED]>=0]"; or String xpath = "//[EMAIL PROTECTED]>='...']";
I get no results. Isn't this implemented yet?
Thanks beforehand,
David
