writing XML with Xerces 3.0.1 and C++ on windows

后端 未结 4 1075
执念已碎
执念已碎 2020-12-17 06:30

i have the following function i wrote to create an XML file using Xerces 3.0.1, if i call this function with a filePath of \"foo.xml\" or \"../foo.xml\" it works great, but

4条回答
  •  自闭症患者
    2020-12-17 06:35

    Running the above code might give the error - 'DOMDocument' : ambiguous symbol, in which case replace DOMDocument by xercesc::DOMDocument as there is also a DOMDocument class defined in msxml.h header that leads to ambiguity.

提交回复
热议问题