| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
You have to add "/usr/include/libxml2" to the header search path (in target build settings).
This strange header layout has probably historical reasons, but it is really annoying.
Le 21 mai 08 à 16:47, Nima Tiran a écrit :
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.
_______________________________________________http://lists.apple.com/mailman/options/carbon-dev/email@hidden
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________ 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>) | |
| >Re: A XML Question. (From: "Nima Tiran" <email@hidden>) | |
| >Re: A XML Question. (From: Jean-Daniel Dupas <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.