Seems the SAX can only prase the XML which encoding is UTF8. when I try to prase a no UTF8 xml. The exception is displayed as blow:
08-14 04:36:37.756: WARN/System.err(792): org.apache.harmony.xml.ExpatParser$ParseException: At line 5, column 7: not well-formed (invalid token)
Anyone know how to resolve this problem?
Any suggestions will be high appreciate. Thank you





