Android parsing an xml with saxparser?

AFAIR, any xml file under res folder is compiled before it's placed in .apk. Try to move your XML-file to assets folder and load it from there: xr. Parse(new InputSource(getAssets().

Open("data. Xml"))).

AFAIR, any xml file under res/ folder is compiled before it's placed in .apk. Try to move your XML-file to assets/ folder and load it from there: xr. Parse(new InputSource(getAssets().

Open("data. Xml"))).

I have returned java.io. FileNotFoundException: data. Xml – michele Mar 22 at 17:31 data.

Xml is in assets folder......why! – michele Mar 22 at 17:39 solved I put this file in a sub directory into assets – michele Mar 22 at 18:41 Maybe you did not refresh your project in Eclipce after you moved the file. Because in my project I have exactly the same situation (parsing xml file from resources) and just assets/ folder works for me.

– GrAnd Mar 22 at 18:48.

I am trying to parse an xml file withSaxParser on Android. 03-22 15:24:04.248: INFO/System. What may be wrong?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions