[reSIProcate] XMLCursor fails on comments

Gabriel Hege gabriel-mailinglists at gmx.de
Mon Sep 8 12:24:53 CDT 2008


Hi,

I just stumbled across a problem with the XMLCursor class.

I used the "Depth first traversal" example from the XMLCursor.hxx file 
to walk through the following XML-Code:
<?xml version="1.0" encoding="utf-8" ?>
<bla>
   <!-- comment -->
</bla>
It fails with a ParseException when the cursor is standing on the 
"bla"-node and I call firstChild().


regards,
  gabriel



More information about the resiprocate-devel mailing list