coco2dx 3.0beta2 how to load XML?

////////////////in cocos2dx 2.x//////////////////////
CCDictionary *strings = CCDictionary::createWithContentsOfFile("word.xml");

use Map?
how to use map load XML file

ValueMap dict = FileUtils::getInstance()->getValueMapFromFile(fullPath);

1 Like

@HQ.LIN Thx~!:slight_smile: