An open API service indexing awesome lists of open source software.

https://github.com/pottekkat/xml-processor-demo

A sample XML parser written in Python.
https://github.com/pottekkat/xml-processor-demo

xml xml-parser xml-parsing xsl xsl-transformation xslt xslt-stylesheet

Last synced: 3 months ago
JSON representation

A sample XML parser written in Python.

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/49474499/123214241-96a59c80-d4e4-11eb-80b8-1dd6e390ec9c.png)

Styled XML-

![Screenshot_20210624_120508](https://user-images.githubusercontent.com/49474499/123214249-986f6000-d4e4-11eb-988a-e61b56344d9f.png)

# 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.