On Thu, Jul 2, 2009 at 11:08 PM, Mark Miller <markrmil...@gmail.com> wrote:
> It looks like DIH implements its own subset of the Xpath spec. Right, DIH has a streaming implementation supporting a subset of XPath only. The supported things are in the wiki examples. > I don't see any tests with multiple matching sub nodes, so perhaps DIH > Xpath does not properly support that and just selects the last matching > node? It selects all matching nodes. But if the field is not multi-valued, it will store only the last value. I guess this is what is happening here. -- Regards, Shalin Shekhar Mangar.