> From: Torsten Curdt [mailto:[EMAIL PROTECTED]]
> 
> While using the XMLByteStreamCompiler and XMLByteStreamInterpreter
> I found that the Compiler will store all SAXevent just fine. No matter
> if it's a valid DocumentFragment of just a fragment of a XML stream.
> 
> But the interpreter assumes that there is always a enclosing
> startDocument/endDocument event and will otherwise only stop
> with an SAXException "reached end of input".

<snip/>

> What do you guys think?

I do think one thing: It's a bug to have asymmetric behavior here.
Either they both verify presence of startDocument/endDocument, or none
of them.

Vadim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to