Skip to content

prasadadhav/xml_Reader

Repository files navigation

xml_Reader_test_project

This project is to test out xml reader using c++ and the BOOST library.

Note

To build this project

mkdir build
cd build
cmake ../
make

or use

cmake ../ && make && ./trial

Usage

./xml_Reader_test_project /path/to/xml/file/filename.xml

or alternatively

./xml_Reader_test_project ../test.xml

About

This project is to test out xml reader using c++ and the BOOST library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published