9 Feb
2001
9 Feb
'01
3:38 p.m.
There will be a ParsedXML based HiperDom out in about 2 weeks (pending the release of ParsedXML), so I won't be fixing these issues. In the meantime, you'll have to switch back to PyXML 0.6.2, or fix it yourself..
The above traceback can be fixed by changing 'from xml.dom.Node import Node' to 'from xml.dom import Node'.
I'll wait until the ParsedXML based version is available, I've got lots more to explore :) BTW, the HiperDom Wiki mentions CVS versions, is there a public CVS repository available for HiperDom? Thnx! Jonathan