When having got a Node from XmlPath it should be possible to use XmlPath syntax
from the Node.
E.g.
String href = node.get("link.@href");
One way to implement this would be to store the XmlPath (e.g. "x.y") in the
Node object. When doing "node.get("link.@href")" we could just append the
"link.@href" to the "x.y" (i.e. x.y.link.@href) and return the result.
Original issue reported on code.google.com by johan.ha...@gmail.com on 30 Mar 2011 at 10:11
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 30 Mar 2011 at 10:11