tinyxml2
tinyxml2 copied to clipboard
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
Hi I'm looking like GetElementsByTagName method in TiXmlDocument class. Any suggestion ? Thanks...
...is there a reason for this? If not, can it be fixed? (I'm happy to make a PR if desired...)
Hi, I am not entirely sure the best way to move an Element up one, or down one. It would be very convenient to have a specific function to copy...
Hello, Can you write a guide to convert TinyXML1 to TinyXML2? It's very important if you wish deprecated the TinyXML1. I'm blocked on https://github.com/alphaonex86/CatchChallenger/blob/version-2/server/base/TinyXMLSettings.cpp line 28,29,60,61,100,102 My macro for the...
In the following xml the whitespace in text, which happens to be a space character, is stripped. ` ` This happens when XMLNode::ParseDeep() calls XMLDocument::Identify(), which in turn calls XMLUtil::SkipWhiteSpace()....
I see that even `StringEqual()` is declared inline. Is that necessary? What would happen if it was inside the .cpp?
When using a single quotation mark (') in an attribute value it'll be replaced to "'", e.g. myattribute="attribute's value" will be saved as myattribute="attribute&pos; value". This replacement isn't necessary here:...
I'm working with a project need to parse unicode-characters, I got a xml-file almost like this: ``` ``` The value of attribute "v" in node "unicode" is an unicode character,...
I am using XML as an intermediate format for dumping words extracted from a PDF document and then reading them back. When the PDF document itself containers strings like: "©",...
More examples please especially how to go through something like all the items of a list.