Jan

Show:

What's happening?

  • Followup: RE: Bug in "//" expressions?

    Hello there, I have been playing around a little more with this problem, and I can refine it as follows: It seems that the problem is NOT that xproc.XNp_get_xpath_node(i) returns the wrong node for i=3. The trouble seems to be that subequent XPath queries on this intermediate node as the source node are not always correct. Here is the output of my sample program: bash-3.2$ ./tinyxpath...

    2009-02-01 18:34:14 UTC in TinyXPath : tiny C++ XPath

  • Bug in "//" expressions?

    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

About Me

  • 2009-01-31 (9 months ago)
  • 2382288
  • janschaf (My Site)
  • Jan

Send me a message