Sakcee wrote:

> Hi
> 
> I would really appreciate if soemone can point me to the direction. how
> can I use xml.sax to catch doctype entities.
> 
> there is a xml.sax.DTDHandler , but how should i use it?

As all other handlers:

XMLReader.setDTDHandler(handler)


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

Reply via email to