In message <199610080916.CAA19647@kelly.teleport.com>, Aaron Nabil writes: > I'd like to use LinkExtor and then FormatText without re-parsing the html. You can't. FormatText needs the HTML syntax tree built by the TreeBuilder. You can try to use the extract_links() method on the syntax tree though. --Gisle