XML Parser is provided.
It is very simple and straight forward.
It allows to create and parse xml files. In fact it will parse any document which is formed in xml way. That is as far as document is formed using <tag></tag> or <tag/> structure it will parse it.
Parser will handle attributes as well.
Parser will preserve the order of elements when perform output functionality.
Parser was tested on docx underlying xml file.