in blackberry programming how to use SAX parser to parse a URL like this

Posted by Changqi Guo on Stack Overflow See other posts from Stack Overflow or by Changqi Guo
Published on 2010-03-16T00:12:58Z Indexed on 2010/03/16 0:19 UTC
Read the original article Hit count: 688

Filed under:

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

© Stack Overflow or respective owner

Related posts about blackberry