|
From: <al...@sa...> - 2014-01-14 16:49:44
|
We are having no luck using VTD-XML to 'walk' down the results of an XPath query.
We found the archived mail about how to 'recursively parse xml' but it does not actually work when
you use XPath (AutoPilot). ([Vtd-xml-users] Recursively parsing xml, msg_id 30018451)
As an example, we run XPath queries that return one or more xml elements from VTD-XML like the
following:
<row><foo1>data1</foo1><foo2>data2</foo2><foo3>data3</foo3></row>
XPath and VTD-XML are working to find the elements, but we need to 'walk' down the children of the
xpath results ('row' element), get the node names and the related values.
Thanks for any assistance you can provide.
Regards,
Al
|