Hi all,
when I run TinyXPath::xpath_processor xproc(doc.RootElement(), "//instancesSet//item") on the following XML file, I get a result set with 4 nodes. This is correct, but when iterating over the result with xproc.XNp_get_xpath_node(i) I get the same node for i=2 and i=3. This doesn't make sense. When try this expression at...
2009-01-31 15:26:15 UTC in TinyXPath : tiny C++ XPath