Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I use pugixml generate a file.
Like this:
But I can't read the complete content using the following code ;
pugi::xml_document doc; pugi::xml_parse_result res = doc.load_file(fullName.toStdString().c_str()); if (res.status!=pugi::status_ok) { qDebug() << "error" <<endl; return; }
the _buffer in doc is
I change some xml file,but the same matter;
Sorry for my poor English;
Thanks ;
Beta Was this translation helpful? Give feedback.
All reactions