I am using SAX parser to parse a XML response but it throws an exception.
ExpatParser$ParseException : (not well formed) invalid token
Is there any
Try with android.util.Xml.parse() First argument InputStream => HttpResponse.getEntity().getContent() Second argument Xml.Encoding => Xml.Encoding.UTF_8 Last argument ContentHandler => your handler