xsd-parser-rs
xsd-parser-rs copied to clipboard
Add common file loader and static storage
The original text and XML tree can be stored all the time the program is running. It would be quite convenient to have a common tool to load files and directories. This would also reduce problems with maintaining the XML node lifetimes and self-reference problems.