March 2018
Beginner
584 pages
14h 51m
English
By default, Python will print XML format in one line; this is also called minification. To reformat the XML to a prettier format, you can write a code to beautify the XML format, either by importing a library that can beautify the XML format or using an online XML beautifier. The following example shows an XML beautifier from https://codebeautify.org/xmlviewer:

Read now
Unlock full access