Is there any way in Xerces/JAXP to parse an HTTP stream? I have an XML doc as POST data, received via HTTP. Create an InputStream for the bytes and pass it to DocumentBuilder.parse(InputStream). It always throws a premature end of file exception. The only way that works is to write it to file first, then parse it.
thanks,
Alistair



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



Reply via email to