from BeautifulSoup import BeautifulSoup
html = '' # insert UHTML here
soup=BeautifulSoup(html)
print soup.prettify()
woensdag 22 oktober 2008
How to pretty-print an "ugly HTML" document
Using Python and the BeautifulSoup module:
Abonneren op:
Reacties plaatsen (Atom)

0 reacties:
Een reactie plaatsen