Tool for structuring (and printing) XML, used as a basis for describing XML nodes. The implementation is rather naive, but its purpose is simply to describe syndication flows, hence the "simplicity of the implementation".
The first version lived in the Yocaml package and was based on an imoderate use of existentials.
Attributes
Compose with XML attributes in the form `key="value"`.
An attribute is an association between a key and a value (quoted). Please note that this library does not guarantee that the key or value is correctly formatted, and it is the user's responsibility to produce only correct values.
Describes an XML node. An XML tree can be described by a node (a branch made up of branches) or by a leaf (a branch containing a PCDATA character string).