[XML-SIG] Updated patch for DOM improvements

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 28 Nov 2000 01:27:15 +0100


> http://sourceforge.net/patch/?func=detailpatch&patch_id=102477&group_id=5470

The patch seems to be corrupted; the first line I get is

Index: pulldom.py
===================================================================
and the last is

          self.lastEvent = self.lastEvent[1]

No mention of DOMImplementation in-between, for example, or changes to
normalize().

>   The DOM Level 2 recommendation is short on description of the
> DOMImplementation object; can anyone point me to more information on
> properly interpreting the parameters?  Thanks!

I have a document named
DOM2-Core.pdf(http://www.w3.org/TR/2000/PR-DOM-Level-2-Core-20000927);
that has descriptions of all the parameters. What operation/parameter
do you need explained?

Regards,
Martin