On 9/18/06, Walter Underwood <[EMAIL PROTECTED]> wrote:
XML parsers already do this correctly.
Ah, I thought that maybe the servlet container itself could do that when one requests a Reader. Using a byte-oriented InputStream and passing that to the parser would work, but would require some little changes to Solr. -Yonik