[XML-SIG] prettyprint

2005-07-08 Thread Jeff Zhang
Hi, I'm looking for xml.dom.ext.prettyprint module, I downloaded latest PyXml pkg, but didn't see the module in it. I read a document on the web, saying you can use prettyprint with PyXml pkg 0.6.6, is it not available after 0.6.6 or I didn't look in the right place?   Thanks in advance,   -Jeff___

Re: [XML-SIG] prettyprint

2005-07-08 Thread Jason Michael Jurkowski
PrettyPrint is a function in the xml.dom.ext module. see below. Python 2.2 (#1, 11/12/02, 23:31:59) [GCC Apple cpp-precomp 6.14] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import xml.dom.ext.prettyprint Traceback (most recent call last): File "", line 1