Re: XMLLIB

2006-06-30 Thread Stephan Wassipaul
Gnosis (http://gnosis.cx/download/) is able to do this if you mean something like pickling, but with an XML-like ouput. -- http://mail.python.org/mailman/listinfo/python-list

Re: XMLLIB

2006-06-29 Thread Fredrik Lundh
"Heavy" wrote: > I need to know if the 'xmllib' module have some method able to > transform a data structure in a xml file and viceversa, thanks define "data structure" and "xml file (format)". -- http://mail.python.org/mailman/listinfo/python-list

XMLLIB

2006-06-29 Thread Heavy
hi, I need to know if the 'xmllib' module have some method able to transform a data structure in a xml file and viceversa, thanks -- http://mail.python.org/mailman/listinfo/python-list

converting xmllib to xml.sax

2006-04-21 Thread Sakcee
Hi I am trying to convert an override of xmllib.XMLparser , 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 -- http://mail.python.org/mailman/listinfo/python-list