It could be because your input XML is not formatted correctly, look for missing quotes in the attributes like <Table COLSPAN=2></Table> ---- see that COLSPAN is missing quotes around 2.
On Tuesday, 1 June 2010 02:25:46 UTC-7, Jesson 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.InputStreamReader@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

