[XML-SIG] Re: [4suite] ReleaseNode interface in 4XSLT

Rich Salz rsalz@zolera.com
Sun, 13 May 2001 20:39:48 -0400


> The thing I don't like about the reader, is that you need to pass it
> around or store it in order to call the correct release.  We could get
> around this by having each node store a reference to its reader when it
> is created.

I'm in favor of this for exactly this reason.

Since Python doesn't allow tilde in method names ~Node is out, so I'd go
along with releaseNode() as suggested elsewhere. :)
	/r$