lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Add common file loader and static storage #69

Open LeonidKrutovsky opened 4 years ago

LeonidKrutovsky commented 4 years ago

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.