Skip to content

Donkere-vader/XMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XMLParser

A XMLParser written by me. It's probably not so good/ clean good. And probably not the best way to do it. But this is my first parser. So don't go to hard on me :)).

Reliabillity

This is a very simple module and not tested that much, I'm going to use this in my own project but There is a big chance that there are some reliabillity issues with different forms of formatting and such.

Please repport any issues you encounter.

Known issues 🐛

None for now...

Supported format

The following situations are all supported by the module.

Oneliners:
<root><text></text></root>

Spaces between the = with attributes:
<root name = "main root thinige">

self closing:
<item />

Installation

Move the XMLParser file into the folder with your python modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages