The project is about parsing of XML file and reproducing data that XML document contains on HTML file. Maybe, more correctly to name this parser DOCX-parser, but in this application we only transform *.docx -> *.xml, using adm-zip package and parse *.xml file, using xpath and xmldom packages.
- You should download this repository, using next command:
git clone https://github.com/IvanchikovValentin/XML-parser.git
- In repository directory run next command to download required packages:
npm install - To start application, run next command:
npm start - In browser, follow the link:
http://localhost:3000/xpath?file=Bears
NOTE: you can change parsing file to another (with changing a file name in code and in query parameter in link). We not recommend to change structure of .docx file template, because we do not guarantee that parser will work correctly after that😁
Good luck🍀