tinyxml2
tinyxml2 copied to clipboard
XMLDocument created on stack doesn't have processEntities at true by default
XMLDocument doc; // this will NOT process entities by default
XMLDocument *doc2 = new XMLDocument(); // this WILL process entities
I am not sure if this is intended. But it's not obvious for the end user
This has either always been invalid or has been fixed since.
