import urllib usock = urllib.urlopen('http://slashdot.org/slashdot.rdf') xmldoc = minidom.parse(usock) usock.close() print xmldoc.toxml()
Name (required)
email (will not be published) (required)
Website