It depends on the parser. Your xml might not be a well-formed one. There are some parsers which can parse strict xml format. You need to check that.
Thanks and Regards, Kumar Bibek On Jun 1, 2:25 pm, Jesson <[email protected]> wrote: > When parsing html attribute without quotes such as: "<STYLE type=text/ > css>", I will get an Exception like this: > org.xmlpull.v1.XmlPullParserException: attr value delimiter missing! > (position:START_TAG <STYLE type='text/css'>@37:13 in > java.io.inputstreamrea...@437b1088) . > But it can do a prefect job when I parse it J2ME environment, why do I > get Exception in Android only???? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

