I'm developing an application for an old phone which is running java 1.4 and it's not upgradeable. I can't find any library for XML parsign that is compatible with such an old java runtime.
Any idea?
Thanks!
I'm developing an application for an old phone which is running java 1.4 and it's not upgradeable. I can't find any library for XML parsign that is compatible with such an old java runtime.
Any idea?
Thanks!
javax.xml.parsers
seems the most obvious solution - it is bundled in the JRE. You have a DOM and a SAX parser.
If the mobile
tag on your question is supposed to imply j2me, then take a look here and more importantly here.