Closed GoogleCodeExporter closed 8 years ago
File file = new File(Environment.getExternalStorageDirectory(),
"1.xml");
FileInputStream fileInputStream = new FileInputStream(file);
XmlDom xmlDome = new XmlDom(fileInputStream);
xmlDome.tag("root");
like this: xmlDome.tag("root")return null;
Original comment by zhouyuju...@gmail.com
on 18 Jun 2012 at 8:04
but in android 2.2, run right, can parse right
Original comment by zhouyuju...@gmail.com
on 18 Jun 2012 at 8:05
Original comment by tinyeeliu@gmail.com
on 13 Jul 2012 at 7:43
Original issue reported on code.google.com by
zhouyuju...@gmail.com
on 18 Jun 2012 at 7:50Attachments: