Rocks report host vm config returns a very ugly xml. Verify if you can prettify it with the following code before print it out: --- import xml.dom.minidom ## print xml.dom.minidom.parseString("<a>zzz</a>").toprettyxml()
Rocks report host vm config returns a very ugly xml.
Verify if you can prettify it with the following code before print it out:
import xml.dom.minidom
print xml.dom.minidom.parseString("zzz").toprettyxml()