Skip to content

A sample XML parser written in Python.

Notifications You must be signed in to change notification settings

pottekkat/xml-processor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xml-processor-demo

A sample XML parser written in Python.

Also includes and XSLT stylesheet which styles and displays the XML file on the browser.

Screenshots

Python XML parser-

Screenshot_20210624_120542

Styled XML-

Screenshot_20210624_120508

Instructions

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.