Question about XPath queries in rexml.
…
Doing this always returns nil and I get runtime errors…
XPath.match(doc.root, ‘child[text()=“test”]’)
…
That’s a bug. I’ve taken a look at it, and I suspect that what you’ve
found is part of a larger problem in the XPath evaluator. I’ll fix
it, but it may take a couple of days, as the solution may not be
simple.
···
–
SER Deutsch|Esperanto|Francaise|Linux|Java|Ruby|Aikido|Dirigibles
Question about XPath queries in rexml.
…
That’s a bug. I’ve taken a look at it, and I suspect that what you’ve
found is part of a larger problem in the XPath evaluator. I’ll fix
it, but it may take a couple of days, as the solution may not be
simple.
It turned out the solution wasn’t that complex. I’ll be posting
2.[45].8 with this, and some other bug fixes, within a couple of days.
Question about XPath queries in rexml.
…
That’s a bug. I’ve taken a look at it, and I suspect that what you’ve
found is part of a larger problem in the XPath evaluator. I’ll fix
it, but it may take a couple of days, as the solution may not be
simple.
It turned out the solution wasn’t that complex. I’ll be posting
2.[45].8 with this, and some other bug fixes, within a couple of days.