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.
- Host: GitHub
- URL: https://github.com/pottekkat/xml-processor-demo
- Owner: pottekkat
- Created: 2021-06-22T13:21:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T06:37:06.000Z (over 4 years ago)
- Last Synced: 2025-02-25T02:43:19.162Z (7 months ago)
- Topics: xml, xml-parser, xml-parsing, xsl, xsl-transformation, xslt, xslt-stylesheet
- Language: XSLT
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-

Styled XML-

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