https://github.com/xiphoseer/xmlns.rs
Well-Known XML Namespaces
https://github.com/xiphoseer/xmlns.rs
library rust-lang xml
Last synced: over 1 year ago
JSON representation
Well-Known XML Namespaces
- Host: GitHub
- URL: https://github.com/xiphoseer/xmlns.rs
- Owner: Xiphoseer
- License: mpl-2.0
- Created: 2019-09-19T10:57:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T17:15:58.000Z (over 4 years ago)
- Last Synced: 2025-03-01T22:15:16.244Z (over 1 year ago)
- Topics: library, rust-lang, xml
- Language: Rust
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Well-Known XML Namespaces
This crate contains `&'static str` constants for many well-known
[XML namespaces][TR-xmlns] (i.e. used not only within a single company and/or in
public documents/APIs). You can use this crate when implementing a
namespace-aware XML processor and want to provide some namespaces with
first-class support.
You may also find this useful as a structured tree/list of XML namespaces that
are used in the wild. The namespaces are sorted by the organization that
registered, submitted or defined them, not necessarily by the actual URI used as
the name. If an organization defined a lot of namespaces, they are grouped into
separate modules.
Note that when using this crate, only the strings that are actually used will be
included in a generated binary. This is the default behavior of the rust
compiler and not something to be configured in this crate.
If you find any namespace missing, feel free to file an [issue][issue].
[issue]: https://github.com/xiphoseer/xmlns.rs/issues
[TR-xmlns]: https://w3.org/TR/xml-names