[XML-SIG] Specializing DOM exceptions

Fred L. Drake, Jr. fdrake@acm.org
Sat, 23 Dec 2000 11:50:49 -0500 (EST)


uche.ogbuji@fourthought.com writes:
 > I think we can deal with the problem you mentioned by re-naming
 > xml/dom/Node.py, perhaps to xml/dom/FtNode.py and then adjust all
 > the internal 4DOM imports accordingly.

  I think this is the best solution.

 > This should break little existing code and it would keep the
 > nenefit of being able to share the constants and any other material
 > we need for normalization across the DOM implementations.

  Especially since this is more important than being able to access
the implementation class via import!  There's a factory method on the
Document object, so there's no need to import the class from outside
the DOM implementation.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Digital Creations