in blackberry programming how to use SAX parser to parse a URL like this
- by Changqi Guo
hi guys, i have a problem with using the SAX parser to parse a XML file, it is a complex XML file, it is like the following
<Objects>
<Object no="1">
<field name="PID">ilives:87877</field>
<field name="dc.coverage">Charlottetown</field>
<field name="fgs.ownerId">fedoraAdmin</field>
</Object>
<Object no="2">......
i am confused how to get the names in each field, and how to store the information of each objects.
please help, thx