What is wrong? The minidom or the XML file?

Anthony Liu antonyliu2002 at yahoo.com
Wed Mar 10 20:40:22 EST 2004


--- Andrew Clover <and-google at doxdesk.com> wrote:
>   - read in the file and transcode it before passing
> to expat
>     via minidom.parseString, or,


by "transcode", do you mean something like:

theTranscodedString = unicode(theOriginalString)

And then do:

xmldoc = minidom.parseString(theTranscodedString)

Right?

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com




More information about the Python-list mailing list