I am following the book "Professional Android Application Development" and trying to code some example. In chapter 5 page 151, the following code throw SAXParseException. Does any one know why?
... Document dom = db.parse(in); ....
I tried other xml files, same exception was thrown.