Blackberry SAX parse XML exception 'Cannot Resolve'

GeN/

New Member
I'm trying to parse an xml file with SAX in Blackberry. But my code fails at \[code\]parser.parse(new InputSource(inputXML), handler);\[/code\]When I debug, it raises the SAXException and then I check the detailMessage property of the exception. It writes this \[code\]Cannot resolve '<callLogs><callLog><type>MISSED_CALL</type><status>0</status><participant><name>a</name><number>1</number></participant><date>Fri Jun 01 14:56:32 GMT 2012</date><duration>0</duration><notes></notes></callLog><callLog><type>RECEIVED_CALL</type><status>0</status><participant><name>a</name><number>1</number></participant><date>Fri Jun 01 14:56:54 GMT 2012</date><duration>5</duration><notes></notes></callLog><callLog><type>RECEIVED_CALL</type><status>0</status><participant><name>a</name><number>1</number></participant><date>Fri Jun 01 14:56:54 GMT 2012</date><duration>5</duration><notes></notes></callLog></callLogs>'.\[/code\]What could be possibly wrong? Any advice would be appreciated. Thank you.
 
Back
Top