Hi!
What are the difference between xml.parsers.exp at
and xml.sax?
Up to now I used xml.sax.make_pa rser and subclass
from ContentHandler.
I think xml.sax.make_pa rser uses expat as default.
Why should I want to use xml.parsers.exp at?
Regards,
Thomas
What are the difference between xml.parsers.exp at
and xml.sax?
Up to now I used xml.sax.make_pa rser and subclass
from ContentHandler.
I think xml.sax.make_pa rser uses expat as default.
Why should I want to use xml.parsers.exp at?
Regards,
Thomas
Comment