Re: How are you writing out XML?
Re: How are you writing out XML?
- Subject: Re: How are you writing out XML?
- From: Marek Dawiec <email@hidden>
- Date: Thu, 5 Dec 2002 13:55:50 +0100
If you can accept mixing C++/Objective C then SAX implementation in
XERCES package from apache org is reasonable (see
http://xml.apache.org/xerces-c/index.html).
I use it to read XML files and it works perfectly. I didn't encounter
any problems with using it in COCOA projects.
To save data as XML I just construct my XML file on the fly while saving
operation, however XML's DOM API (that is included in XERCES too) has
the ability to write XML file.
I hope it helps,
With Best Regards, Marek.
On Thursday, December 5, 2002, at 07:54 AM, Victor Ng wrote:
What tools are most people using to read/write XML data?
I'm looking for something that can read/write and preferably supports
XPath/XQuery. Validation would be nice.
Should I just use the libxml2 framework from the GHOME project? The
CoreFoundation XML tools seem to only be useful to parse XML, but I
don't see anything to help me write XML out.
vic
---
There is such a thing as truth. Non-relative, unassailable, valuable
truth. Do not let people relativise the concept of truth into vapour.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
__________________________________________________
Marek Dawiec, Macintosh Software Engineer
FQS Poland Sp. z o.o. a Fujitsu Company
31-038 Krakow, ul. Starowislna 13-15
Poland
email: email@hidden
phone: +48 12 429-43-45 fax: +48 12 429-61-24
www:
http://www.fqspl.com.pl http://www.cachesoftware.com
__________________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.