xml-core 1.0.0

Low-level generic XML reading/writing, shared building block for all OOXML formats in the toolkit.
Documentation
1
2
3
4
5
6
7
8
9
# xml-core

Low-level generic XML reading/writing, built on [`quick-xml`](https://crates.io/crates/quick-xml). No knowledge of the OOXML vocabulary (WordprocessingML, SpreadsheetML, PresentationML, DrawingML) at all — that logic lives entirely in the higher-level crates. Every other crate in the workspace goes through this one instead of depending on `quick-xml` directly, so it's the single place that would need to change if the underlying XML library were ever swapped.

Part of the [office-toolkit](https://github.com/Fab2bprog/office-toolkit) workspace.

## License

Licensed under the [MIT license](https://github.com/Fab2bprog/office-toolkit/blob/main/LICENSE).