This project is to test out xml reader using c++ and the BOOST library.
To build this project
mkdir build
cd build
cmake ../
make
or use
cmake ../ && make && ./trial
./xml_Reader_test_project /path/to/xml/file/filename.xml
or alternatively
./xml_Reader_test_project ../test.xml