Question

I have a WML based source of data which I need to parse in an iPhone app.

What would be the easiest way to achieve this?

I'm currently looking into the various XML libraries available on the iPhone but would appreciate a nudge in the right direction.

Currently playing around with ElementParser, it seems that WML isn't close enough to XML as I'd hoped..

Was it helpful?

Solution

What is the data going to be used for? If you want to be able to display a web page on the iPhone you might want to try running an XSLT over the WML to produce standard HTML that can be displayed easily (assuming your WML is valid XML).

The best library for doing this would probably be libxslt as the native iPhone libraries seem to be lacking in this area.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top