TinyXML-2
2.1.0
Main Page
Related Pages
Classes
Files
All
Classes
Functions
Pages
Load an XML File
Basic XML file loading. The basic syntax to load an XML file from disk and check for an error. (ErrorID() will return 0 for no error.)
int
example_1()
{
XMLDocument doc;
doc.LoadFile(
"resources/dream.xml"
);
return
doc.ErrorID();
}
Generated on Thu Oct 16 2014 13:49:11 for TinyXML-2 by
1.8.8