tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

XMLDocument created on stack doesn't have processEntities at true by default

Open Kert opened this issue 6 years ago • 1 comments

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

Kert avatar Sep 18 '19 10:09 Kert

This has either always been invalid or has been fixed since.

image

CookiePLMonster avatar Nov 28 '21 23:11 CookiePLMonster