tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

About namespace

Open LinjianLi opened this issue 6 years ago • 1 comments

Maybe telling about the namespace tinyxml2 in README will be more beginner-friendly. When I first used tinyxml2, I typed XMLDocument doc; and it could not be compiled. It took me a long time to figure it out. I should using namespace tinyxml2; or tinyxml2::XMLDocument doc;

LinjianLi avatar Mar 17 '19 16:03 LinjianLi

Agree with this idea. And we may also add a complete demo such as example/tinyxml2_demo.cpp to make the user more clear about how to use

wangkirin avatar May 30 '19 12:05 wangkirin