This short video demonstrated how to using Apache Xerces C++ API to write a C++ program to create a DOM object and write to XML file and load a XML file parse and generate DOM object.
DOM stands for Document Object Model (W3C Standard)
Example code of this video has been uploaded onto GitHub:
https://github.com/yuanhui360/CPP-Pro...