| Issue 24: | Writing XML | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Great stuff. As a developer who needs to write XML files as well (to sync back from native iPhone app to Rails web app), here's a vote for that! Would love to avoid hacking together my own.
Aug 7, 2008
Project Member
#1
jwight
Aug 7, 2008
Moving this to high priority. I know a lot of people want this. Any volunteers? If we do add this in it - it should be implemented in such a way that it can be disabled easily - either via a #define or via inclusion/exclusion of category files.
Labels:
-Priority-Medium Priority-High TouchXML
Nov 17, 2008
The KissXML project supports all of this: https://code.google.com/p/kissxml/ Why not just keep TouchXML read-only, and let KissXML handle write support?
Nov 17, 2008
Because I need write support and don't want to use two APIs. It would have been nice if the KissML author had contributed to TouchXML instead of forking his own project. Oh well. Preliminary write support (that can be left OUT of your project) is now in TouchXML as of around r228. More support is being added.
Nov 18, 2008
I've spoken with the developer of KissXML. He said he forked a different project for two reasons: 1) The TouchXML wiki claimed XML writing/output support was in the long term/never category. 2) In order to properly add it, he needed to completely rethink the API. Just like with CocoaHTTPServer, it seems like this project is doing the same thing as KissXML. Do you think it would be possible to work together?
Feb 28, 2009
Partial support in place.
Status:
Done
|