[jdom-interest] ServletInputStream

philip.nelson at omniresources.com philip.nelson at omniresources.com
Thu Jun 7 14:00:59 PDT 2001


> Is there something special about ServletInputStreams which 
> would cause the
> build(InputStream in) method to not function properly?
> Is there another way around this problem?

No except that a ServletInputStream would typically not have only valid xml
in it.  Take the input stream, save it to an output stream to a file and see
what you are actually sending.  You should be able to parse that file with
SAXBuilder.  If you can't, you will have to determine what else is being
sent.



More information about the jdom-interest mailing list