Dom parser in android 4.0 API
问题 My Problem is Dom Parser is not working in Android 4.0 but it's working on 2.2, if i run the project in my 4.0 emulator than below line not execute and this is not give any error. Document doc = db.parse(inStream); Following is my Java Code:- public class TestParsingActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); StringBuffer sb = new