문제

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..

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top