Expand description
§Well-Known XML Namespaces
This crate contains &'static str
constants for many well-known XML namespaces (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.
Modules§
- The Adobe corporation
- The Android Project
- The Apache Foundation
- The Creative Commons Organization
- The DAISY Consortium
- The Dublin Core Metadata Initiative (DCMI)
- The Eclipse Foundation
- The European association for standardizing information and communication systems (ECMA)
- The IBM Corporation
- The International Digital Publishing Forum (IDPF)
- The Internet Engineering Task Force (IETF)
- The International Press Telecommunications Council (IPTC)
- The International Standards Organization (ISO)
- The Liberty Alliance
- The Microsoft Corporation
- The Mozilla Foundation
- The Moving Picture Experts Group (MPEG)
- The Organization for the Advancement of Structured Information Standards (OASIS)
- The Object Management Group (OMG)
- The Open Geospatial Consortium
- Miscellaneous Namespaces
- The world-wide-web consortium (W3C)
- The XMPP Standards Foundation