Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A XML Question.




It REALLY depends on what you want to do with the data in the XML.

The options are
- just to retrieve XML into some internal data structures (I personally used expat / expatpp to deserialize into my custom objects).
and generate very basic XML (if you have a strong understanding of UTF8 you get away with printf / iostreams for _very small_ xml datasets. In my case primitive datastructures for some SOAP API)

- internally build up an XML tree and manage it with an high level DOM API
You get the full monty with Xerces. To throw some Cocoa-alike KVO based UI into an application plugin I used a lightweight opensource alternative, tinyxml.

Regards,
       Tom_E

I want to read/modify/writ to XML, i decided for libxml2 but currently I'm getting error to include some headers, I posted the detail in previous email.

Thanks for advice.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden

This email sent to email@hidden

References: 
 >A XML Question. (From: "Nima Tiran" <email@hidden>)
 >Re: A XML Question. (From: Thomas Engelmeier <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.