Re: Bug in Antidote

2003-10-06 Thread Jack J. Woehr
Christoph Wilhelms wrote: > > Bug in Antidote that affects the output. > > > > I've just noticed that xml.XMLWriter. startDocument () never > > gets called. > > Fixed myself! Thanx! Thanks, Christoph, that's what we call "fast service" :-) -- Jack J. Woehr # You measure democracy by the fr

RE: Bug in Antidote

2003-10-05 Thread Christoph Wilhelms
Hi Jack! > Bug in Antidote that affects the output. > > I've just noticed that xml.XMLWriter. startDocument () never > gets called. In theory it gets called in > xml.DOMNodeSerializer.writeNodeStart() when passed a Node of > type DOCUMENT_NODE but apparently it never gets passed that > type