/*!
* CCSDS XML format support.
*
* Stub — implemented in Stage 2 (OEM), Stage 5 (OMM), Stage 6 (OPM).
*/
pub use parse_cdm_xml;
pub use parse_oem_xml;
pub use parse_omm_xml;
pub use parse_opm_xml;
pub use write_cdm_xml;
pub use write_oem_xml;
pub use write_omm_xml;
pub use write_opm_xml;