| Author |
org.xml.sax.SAXException: Error while parsing
|
Praveen sdj
Greenhorn
Joined: Apr 03, 2007
Posts: 1
|
|
Hi, I have a problem in parsing xml file using JAXP SAXParser. I recieve the following error message while parsing Date/number element in my xml file. ACTIVITY_DATE :2006-08-22 org.xml.sax.SAXException: Error while parsing FinActivityDate 2006-08- ACTIVITY_DATE: 2006-08- character array:2006-08- start position in character array:2040 length:8 In our DTD file we specified the field as (#PCDATA),ByteArrayInputStream is used as inputsource for parse method parser.parse(new InputSource(new ByteArrayInputStream(responseInBytes)),sAXHandler); some of the records in xml are parsed successfully but throws SAXException when the buffer size reaches (1024*n) bytes(or chunk of character data)from here it is not able to parse the xml further..what could be the issue. Any suggestions?
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
"Praveen sdj", welcome to JavaRanch. We're a friendly group, but we do require members to have valid display names. Display names must contain your first name, a space, then your last name. Fictitious names are not allowed. Please edit your profile and correct your display name since accounts with invalid display names will be deleted.
|
 |
 |
|
|
subject: org.xml.sax.SAXException: Error while parsing
|
|
|