hi...

i can do the following
  br = Browser
  br.open("www.yahoo.com")
  br.open("file:///foo")

 but can i do
  s = "..." <<<< qualified html text
  br.open(s)

 i'm curious, if i have html from someother source, is there a way to simply
get it into the "Browser" so i can modify it...

thanks

-bruce


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to