Re: Does Python libexpat and EXPAT
Stefan Behnel <[email protected]> Thu, 20 Aug 2009 19:37:06 +0200
| Newsgroups | gmane.comp.python.xml |
|---|---|
| Message-ID | <[email protected]> |
Hi, copying my answer from comp.lang.python: hari wrote: > Hi all, > > Am very new to XML, I have a query, Does Python libexpat and EXPAT > are same or they are diffrent? Depends on what you mean with "EXPAT". Python's expat module that you can find in the standard library is the well known non-validating XML parser originally written by James Clark. BTW, if you are new to XML and want to use it in Python, you might want to start with the xml.etree package. Stefan _______________________________________________ XML-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/xml-sig