"Document" DOM type

2001-08-31 Thread Brian Quinlan
I found an interesting property of the Xerces DOM: firstChild is NULL for Document objects. The fact that documentElement is a convenience method according to the W3C standard suggests that this behavior is incorrect. Anyone disagree? Cheers, Brian -

Streams created by makeStream seem to be leaked in Xerces 1.4

2001-08-30 Thread Brian Quinlan
In Xerces-C 1.4, when ReaderMgr creates a stream through the makeStream() method call on an InputSource, the stream seems to be leaked if it throws an exception during it's readBytes method call. I couldn't find a bug filed against this and was wondering if it has been fixed in 1.5.1? Cheers, Bri