SAX parser (parsing from InputStream) problem, please help

wxdqz

New Member
Hi,we are using SUNS XMLparser JAXP1.0.1 and everything works fine as long aswe are reading from a file using SAXParser.parse(File, HandlerBase).BUT, if we try to parse from a networksocket using SAXParser.parse(Inputstream,HandlerBase) it only gets to startDocument() - and hangs.The data is there. It can be printed and everything. Only the parser refusesto read the whole document.Does anyone have an idea?Thanks in advance,Marc
 
Back
Top