Dec
9th
2008
Tue
9th
2008
stripping HTML tags in Python
from BeautifulSoup import BeautifulSoup ''.join(BeautifulSoup(page).findAll(text=True))source: Euan