[jdom-interest] SAXBuilder.build(inputStream) problem

Ben Walker benwalker101 at hotmail.com
Wed Dec 17 10:30:37 PST 2003


Hi:

I know there have been posts about this problem previously, but I have read 
the solutions and tried them to no avail.

Basically, I'm trying to build an input stream using 
SAXBuilder.build(inputStream), but when my program (below), gets to the 
"Document doc = builder.build(in);" line, nothing happens - the program just 
stops!?

Can anyone help?  Thanks


InputStream in = req.getInputStream();  // I have tested this line and the 
data is getting here

Document doc = builder.build(in);  // My program stops at this line

_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger




More information about the jdom-interest mailing list