ios4 - iPhone xml parsing/editing a better solution? -



ios4 - iPhone xml parsing/editing a better solution? -

i utilize gdataxml parsing xml received webservice, parse part need , want "edit" xml , send webservice.

i checked gdataxml examples saving xml model objects , creating xml model objects again.

because speed of import want without saving or converting xml model objects want edit/delete nodes on , send possible.

actually can converting string , string manipulation. dont think editing xml string safe way.

how can better?

thanks

i tend utilize xml nsdictionary object found on google saves lot of time parsing , configuring xml. seek out.

iphone ios4

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -