Vocabularyxml .
writer InputsOutputsWord descriptionThis converts an XML document
xml into a
string . It can also be used to convert any piece of XML to a string, eg an
xml-chunk or
comment .
NotesThis does not preserve what type of quotes were used or what data was omitted from version declaration, as that information isn't present in the XML data representation. The whitespace in the text nodes of the original document is preserved.
See alsowrite-xml ,
pprint-xml ,
pprint-xml>string Definition