Re: catching doctype using xml.sax -- please

2006-04-25 Thread Diez B. Roggisch
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


catching doctype using xml.sax -- please

2006-04-24 Thread Sakcee
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?

thanks

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