XML Creation
XML Creation
- Subject: XML Creation
- From: Heath Raftery <email@hidden>
- Date: Wed, 30 Jun 2004 21:31:32 +1000
Hey folks,
I'm just wondering what people are using to create XML data. I realise
this is more a programming question perhaps, than a dev tool question,
but I figure it is broad enough to be brought up here. Please let me
know if you think there is a more relevant list.
I'm hoping to move my custom network data packet structure for my app
over to XML format, and the last time I had a bit of a search around, I
found mostly methods for parsing and exporting. I'm happy to use the
Cocoa libraries for this side of things, but to actually create the
data, I get the feeling I need to look elsewhere. To that end, I've
been looking at the JabberFOX source
<http://jabberfox.sourceforge.net/> since it is a network client whose
network traffic is all XML formatted. Sure enough, they have a great
looking object tree for the creation and output of XML data given the
category and content parameters. There's nothing too complicated there,
so I figure at this stage I'd be best off developing my own objects
which suit my app for this method, but if anyone has suggestions for a
library which they are using for this purpose, then I'd be happy to
hear about it.
Regards,
Heath
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.