pprint-xml ( xml -- )
Writing XML

Prev:pprint-xml>string ( xml -- string )
Next:sensitive-tags


Vocabulary
xml.writer

Inputs
xmla xml


Outputs
None

Word description
Prints the contents of the XML document to the output-stream in a prettyprinted form.

Notes
This 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. Whitespace is also not preserved.

See also
xml>string, write-xml, pprint-xml>string

Definition