Turns a Sablon.XML tree back into XML text.
Open Office does not ignore whitespace around tags, so the output is written
without any indentation or pretty printing - exactly what the Ruby gem does
with to_xml(indent: 0, save_with: 0).
Summary
Functions
Escapes a string for use as a double quoted attribute value.
Escapes a string for use as element content.
Serialises a node and its subtree.
Functions
Escapes a string for use as a double quoted attribute value.
Escapes a string for use as element content.
@spec node_to_xml(Sablon.XML.Node.t()) :: binary()
Serialises a node and its subtree.