Tagged Questions
2
votes
1answer
66 views
XmlPullParserException parsing attribute that contains entity
I'm using kXML2 on a legacy JavaME project.
I'm receiving an XML where some attributes contain encoded entites. When I retrieve that attribute value with the call:
parser.getAttributeValue
It ...
-1
votes
1answer
287 views
kxml2 parsing error org.xmlpull.v1.XmlPullParserException
I have following xml structure:
<?xml version="1.0" encoding="utf-8"?>
<Packages SyncId="634651745071815748" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...