Skip to main content

Module xml

Module xml 

Source
Expand description

Minimal XML text helpers shared by the CCSDS message encoders (CDM, OMM).

Decoding uses the roxmltree DOM reader; only encoding needs to escape the handful of characters that are significant in element text. This lives in one place so the message encoders do not each carry their own copy.