Edit of asset "XMLReader" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | XMLReader | XMLReader |
| Description |
A high level class to allow for reading and parsing xml files. xml documents are read into a dictionary and simple find and find_all methods have been implemented. FULL DOCUMENTATION IN README AND COMMENTED IN FILE. In the xml dictionary, each node element has _n appended to it, where n is the n'th occurence starting from 0. Child nodes exist as key/value pairs in the dictionary of their parent node, much like JSON. Node text is saved as a child of the node as node_name + _text. Attributes are saved in a child dict with the node_name + _attrs, which is a dictionary where each key is an attribute and each value is the value. |
A high level class to allow for reading and parsing xml files. xml documents are read into a dictionary and simple find and find_all methods have been implemented. FULL DOCUMENTATION IN README AND COMMENTED IN FILE. In the xml dictionary, each node element has _n appended to it, where n is the n'th occurence starting from 0. Child nodes exist as key/value pairs in the dictionary of their parent node, much like JSON. Node text is saved as a child of the node as node_name + _text. Attributes are saved in a child dict with the node_name + _attrs, which is a dictionary where each key is an attribute and each value is the value. |
| Category | Tools | Tools |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/ACB-prgm/XMLReader | https://github.com/ACB-prgm/XMLReader |
| Issues Url | https://github.com/ACB-prgm/XMLReader/issues | https://github.com/ACB-prgm/XMLReader/issues |
| Godot version | Godot 3.5 | Godot 3.5 |
| Version String | 1.3 | 1.3 |
| Download Commit | bcc54ef1803764404dacfb2d202084f30022b0e5 | bcc54ef1803764404dacfb2d202084f30022b0e5 |
| Download Url (Computed) | https://github.com/ACB-prgm/XMLReader/archive/bcc54ef1803764404dacfb2d202084f30022b0e5.zip | https://github.com/ACB-prgm/XMLReader/archive/bcc54ef1803764404dacfb2d202084f30022b0e5.zip |
| Icon Url |
https://user-images.githubusercontent.com/63984796/201493635-d931c5fc-a7af-411f-9b78-767e5abfc030.png
|
https://user-images.githubusercontent.com/63984796/201493635-d931c5fc-a7af-411f-9b78-767e5abfc030.png
|