开发者

Creating XML data structure on iPhone

开发者 https://www.devze.com 2022-12-20 18:11 出处:网络
Is it correct, that there is no official API by Apple to create a well formed XML? I searched the web for a while but I开发者_如何学编程 just found some external frameworks to create XML data structur

Is it correct, that there is no official API by Apple to create a well formed XML? I searched the web for a while but I开发者_如何学编程 just found some external frameworks to create XML data structures.

I need it for a web service call and would prefer a native API by Apple.

Of course I could just put together some Strings, but I think that's not the best way to do.


There's libxml2, which is supported API on the iPhone. Nothing higher-level, but there are plenty of third-party wrappers.

0

精彩评论

暂无评论...
验证码 换一张
取 消