CVS: Products/ParsedXML/DOM - ExpatBuilder.py:1.57.14.1
Martijn Faassen <[email protected]> Thu, 16 May 2002 17:28:11 -0400
| Newsgroups | gmane.comp.web.zope.parsed-xml |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/ParsedXML/DOM
In directory cvs.zope.org:/tmp/cvs-serv21103/DOM
Modified Files:
Tag: faassen-parsedxml_pyexpat_pyxml-branch
ExpatBuilder.py
Log Message:
Purged own Expat completely now, and shifted to use PyXML's Expat,
which is now a dependency. Also added minor tweaks to handle empty NodePaths.
=== Products/ParsedXML/DOM/ExpatBuilder.py 1.57 => 1.57.14.1 ===
import XMLExtended
-from Products.ParsedXML.Expat import pyexpat
+from xml.parsers import pyexpat
class Options: