Package lxml :: Package html
[show private | hide private]
[frames | no frames]

Package lxml.html

Submodules

Function Summary
  document_fromstring(html, **kw)
  Element(*args, **kw)
  open_in_browser(doc)
Open the HTML document in a web browser (saving it to a temporary file to open it).
  tostring(doc, pretty, include_meta_content_type)
return HTML string representation of the document given

Function Details

open_in_browser(doc)

Open the HTML document in a web browser (saving it to a temporary file to open it).

tostring(doc, pretty=False, include_meta_content_type=False)

return HTML string representation of the document given

note: this will create a meta http-equiv="Content" tag in the head and may replace any that are present

Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 http://epydoc.sf.net