converting xmllib to xml.sax

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sakcee

    converting xmllib to xml.sax

    Hi

    I am trying to convert an override of xmllib.XMLparse r , in the
    handle_doctype method we are catching the entities using
    load_dtd(sysid) .gen_ents

    how can I do the same with xml.sax, does xml.sax has anything to catch
    the entties


    thanks

Working...