Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 274 Bytes

XML-parser

A parser for xml files. Can't as of now, handle attributes in opening tags. Code divided into three files, XML.h, XML.cpp and main.cpp. Change the address of the file to parse in the main.cpp file. Use the make command to compile it. invoke xml file to run it.