How to generate C++ library with xerces for specific XML -


i've gone through this xerces c++ tutorial, shows how might write nice c++ class allows access data xml using simple function calls. problem 200 lines of c++ seems excessive amount of work grab couple pieces of data xml file. hoping find take in xml file , spit out c++. have tried search solutions online generate me can't find anything.


Comments