CVS: Products/ParsedXML/DOM - ExpatBuilder.py:1.59

Martijn Faassen <[email protected]> Sun, 19 May 2002 11:51:12 -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-serv13557/DOM

Modified Files:
	ExpatBuilder.py 
Log Message:
Added prettyPrint button. Fixed a bug in ExpatBuilder.


=== Products/ParsedXML/DOM/ExpatBuilder.py 1.58 => 1.59 ===
         internalSubset as a string.
         """
-        doctype = self.context.ownerDocument.doctype
+        doctype = self.originalDocument.doctype
         s = ""
         if doctype:
             for i in range(doctype.notations.length):