views:

1078

answers:

2

Hello,

Can anyone tell me how to parse a local xml file stored in the system using SAX ,with an example code.please also tell me where can i find information on that

A: 

Here you can find nice tutorial about SAX: http://developerlife.com/tutorials/?p=29

Michal Dymel
this dint help me have gone through
apoorva
Doesn't answer the question posed - the reference appears to be SAX on Java SE, rather than Android.
Alistair Collins
A: 

Here you can find some information about working with XML on Android, including a section on using SAX: http://www.ibm.com/developerworks/opensource/library/x-android/index.html

Alistair Collins