feature: Allow to register custom XML parsers #104
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Parsing XML (or HTML) can be a challenge in Lua. Having the ability to register custom XML parsers will allow people to do this.
Describe the solution you'd like
A clear and concise description of what you want to happen.
The creation of a system that allows people to make custom XML parsers which support custom tags. Each custom tag should be predefined.
Example lua:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Copying your existing XML parser and modifying it.
Additional context
Add any other context or screenshots about the feature request here.
This will allow me to make a better HTML parser for my CC Browser and have a very nice UI.