Just found this, and looking good. Just have a (probably noob) question about Evaluate xpath. What's the context / current node?
root xpath statements work fine (/xxx/y) but anything else, like ancestor::* just fail to find anything. I thought it would be the node showing as current element in right panel, but any xpath statements that would make sense from there (e.g. would work using node->find in xmlpp), fail. I expect this is something simple, but I'm not seeing it!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just found this, and looking good. Just have a (probably noob) question about Evaluate xpath. What's the context / current node?
root xpath statements work fine (/xxx/y) but anything else, like ancestor::* just fail to find anything. I thought it would be the node showing as current element in right panel, but any xpath statements that would make sense from there (e.g. would work using node->find in xmlpp), fail. I expect this is something simple, but I'm not seeing it!