A sample XML parser written in Python.
Also includes and XSLT stylesheet which styles and displays the XML file on the browser.
Python XML parser-
Styled XML-
Clone the repo locally-
Using gh
CLI-
gh repo clone navendu-pottekkat/xml-processor-demo
Using HTTP-
git clone https://github.com/navendu-pottekkat/xml-processor-demo.git
Navigate to the repository-
cd xml-processor-demo
Ensure you have Python 3.x installed and run-
python xml_dom_parser.py
To view the XML file on browser, you can create a server and serve the file.