Node.toprettyxml(indent="", newl="", encoding="")
Return a pretty-printed version of the document. indent specifies the indentation string and defaults to a tabulator; newl specifies the string emitted at the end of each line and defaults to \n
.
The encoding argument behaves like the corresponding argument of toxml()
.
Please login to continue.