FranklinChen / validate-xml-rust

Validate XML files against their referenced XML Schemas concurrently and fast
16 stars 2 forks source link

Local XML Schema #179

Open pnhearer opened 9 months ago

pnhearer commented 9 months ago

Would be nice to have an ability to pull locally vice requiring a download of the scheme.

The use case here is that XML docs are not only used for forward facing websites but also as configuration files for programs as well. So there are some offline use cases there.

FranklinChen commented 3 months ago

Do you mean using a persistent disk cache https://docs.rs/cached/latest/cached/stores/struct.DiskCache.html for one-time downloading of a Schema?