hi...
you can do :
import tidy
s = tidy.parseStrin g(foo)
which runs the information in "foo" through tidy, for cleaning. this results
in "s" being a "document object"
print "s" will display the contents of the object.
my question, can the "document object" be turned/translated into a string
var?
thanks
-bruce
you can do :
import tidy
s = tidy.parseStrin g(foo)
which runs the information in "foo" through tidy, for cleaning. this results
in "s" being a "document object"
print "s" will display the contents of the object.
my question, can the "document object" be turned/translated into a string
var?
thanks
-bruce
Comment