Hi I can't evaluate an xpath expression from a given context node. i construct a XercesElementWrapper by giving the context node and a wrapper navigator (initialized to my dom document). if i pass the context as the document element then the expression evaluates successfully. otherwise the result is null. the usage is quite cumbersome.. i have to instantiate multiple classes and things aren't very clear.
also, if the expression is /root/... then its ok (with document element as the context) but if i change the expression to root/... or ./root/... then there is a crash. Thanks Jaspreet
