0
您好我想知道是否可以在iOS中以這種方式操作XML。在iOS中操作XML文件
1.- Create the XML from nothing.
2.- Insert custom tags and info in an order.
例子:
creating xml in memory like an array or dicctionary
insert tag <test></test>
insert tag <field1>some</field1> inside <test />
insert tag <field2>some</field2> after <field1 />
insert tag <field12>some</field> inside <field2 />
close xml and save to NSDocuments
感謝....
保存到NSDocuments?我認爲你的意思是應用程序文檔目錄。 – lukya
我發現這一點,我認爲是我想要的,如果這個工程... xD http://stackoverflow.com/questions/5660689/add-more-items-to-xml-file-using-iphone – rokimoki