The documentation of the underlying libxml2 package at xmlsoft.org
refers to
http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/XmlNodeType.html
for description of node types. Node type None: This is returned by the XmlReader if a read method has not been called or if no more nodes are available to be read. That description does not seem to fit with your code snippet, where reader->read() should return false when there is nothing more to read. If you can provide a complete, but small, compilable test case, including input data, I can try to see what's happening and why. I got your post yesterday, 2 weeks after it was sent. Don't you subscribe to libxmlplusplus-list? If you haven't registered as a subscriber, your posts may be severely delayed. Kjell 2014-02-25 09:33, Aleksei Artemev
skrev:
|