09-03-2012 07:23 AM
Hi All,
I am new to the bb development , I want to do SAX Parsing in my bb application . Can any one help me how to do xml SAX Parsing in Blackberry.
Thanks to All
09-03-2012 07:30 AM
09-03-2012 07:31 AM
Check this article.
09-03-2012 07:36 AM
That sample is DOM not SAX.
09-03-2012 08:28 AM
The given URL is for DOM parser I want to do SAX Parser into my bb application.
Thanks
09-03-2012 08:46 AM
09-03-2012 09:57 AM
Apologies, I should have added more to my previous post. Thanks for adding the description Simon.
I think there are some great tutorials and information on SAX parsing that you will find if you search. While you can't transplant the code, all the Java samples give you the basics and it is really pretty much the same. So just look for Java samples. You might find these useful too:
http://en.wikipedia.org/wiki/Simple_API_for_XML