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
This should solve the problem:
InputSource inputSource = new InputSource(is); inputSource.setEncoding("ISO-8859-1");