Hi, Need help in formatting xml document using xml.doc.minidom
I have a raw xml output, I need to format the xml output and write it to a file. rawdata=""" <head> <body> <name>Santosh</name> <age>29</age> <place>Bangalore</place> </body> </head>""" I would appreciate your help. Thanks, Santosh
-- http://mail.python.org/mailman/listinfo/python-list
