Fw: [XML-SIG] consolidation?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 13 Sep 2000 20:55:40 +0200


> But I mean the underlying "core.py", not 4DOM, I know 4DOM has full
> features defined in DOM Level One&Two, but 4DOM is more complicated
> than core.py, so I think I need to realize core.py first.

The DOM is the DOM is the DOM. Any code that works with core.py should
literally work with 4DOM as well, except for the instantiation of the
parser. So you can ignore all 4DOM functions that you don't need
(e.g. level 2), and just use it as if it were simple - it really is.

Regards,
Martin