|
It is true that SequenceInputStream comes close. However if you use it, your SAX error reporting is by line number within the entire sequence - which I found pretty hard to interpret. By keeping track of line numbers within the separate chunks of text, it is easier to find the source of a parse error. |