|
This article states "While many potential uses of XML result in fragments of XML text, not complete documents, XML parsers require complete documents to do their jobs properly." From an XML perspective, this is a complete document. Besides, the concept of "complete" is very abiguous. Does that mean sufficient to parse, validate, application valid, well-formed, or what?
In addition, java.io.SequenceInputStream does most of this already. I don't see how this is really that significant.
|