def getLeoPage(url): """Return root node of Leo's result HTML page """ doc=htmlparser.parse(url) html=doc.getroot() return html