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
-
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