[XML-SIG] PyXML 0.6.3 is available

Martin von Loewis loewis@informatik.hu-berlin.de
Fri, 12 Jan 2001 12:23:32 +0100 (MET)


> This should make building your RPMs much simpler.  In fact, if I had more 
> RPM-fu, I could make a spec file that spits out "PyXML-nodom" and "4Suite" 
> RPMs from the single 4Suite source tar.

That probably would not be too desirable; depending on how it is done,
it might not even work. No matter how packaging is done,
xml.dom.minidom should be available in PyXML. In turn,
xml.dom.__init__ must be present to provide Node. In turn,
xml.dom.en_us must also be included.

Regards,
Martin