11 lines
253 B
C++
11 lines
253 B
C++
#include "../../../DesktopEditor/xml/include/xmlutils.h"
|
|
#include "../../../DesktopEditor/common/File.h"
|
|
|
|
int main()
|
|
{
|
|
XmlUtils::CXmlNode oNode;
|
|
oNode.FromXmlFile(NSFile::GetProcessDirectory() + L"/../../../examples/test.xml");
|
|
|
|
return 0;
|
|
}
|