Fredrik Lundh wrote:
> as mentioned in the documentation, and implied by my answer, parseString
> is a helper function in the xml.sax module, not a parser method.  try doing
>
>      xml.sax.parseString(string, handler)
>
> instead of that make_parser/setContentHandler/parse dance.
>
> </F>

Thanks a ton for all your help!  I have successfully moved past this
obstacle, with much appreciated thanks to your postings here (and other
postings of yours I found via google).

-- 
lucas

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

Reply via email to