Refactor XML parser #82
Reference in New Issue
Block a user
No description provided.
Delete Branch "xml-parser-refactor"
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?
Simplifies the implementation and removes a bunch of special cases and attributes from being handled such as list members, graph data, animations etc. This will remove XML functionality in the short term for more complex things until a nicer way can be found to implement these (likely using reactive properties).