[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSXMLDocument
From: |
Michael C. Silva |
Subject: |
Re: NSXMLDocument |
Date: |
Sun, 8 Feb 2009 20:10:28 -0500 |
Thanks everyone. I'll investigate the GSXML and see if there's a
reasonable path to an NSXMLDocument 'wrapper' as suggested.
If I go down this path I'll keep you all updated on the progress so
the code can hopefully be folded back into the project.
Mike
On Feb 8, 2009, at 5:30 PM, Nicola Pero wrote:
I stopped doing anything with it when it became apparent to me from
the desgin of the API, that Apples new classes are actually a
wrapper round libxml2 ... and we already have a wrapper round
libxml2 in GSXML.m in the base library. So I couldn't decide what
to do:
We could implement a second wrapper around libxml2 following
Apple's API and implementation details as closely as we can,
I (personally) vote for this option. Maybe we could even remove
GSXML at some point. ;-)
Eg, Renaissance has separate XML parsing code for GNUstep and
Apple. It would be nice to have been able to use a single API
across the two. :-)
Getting rid of libxml2 and going for the pure Objective-C route
sounds like a big job ... for little gain, so I don't think it would
be very useful.
Thanks
Statement of Confidentiality
The contents of this e-mail message and any attachments are
confidential and are intended solely for the addressee. The
information may also be legally privileged. This transmission is sent
in trust, and the sole purpose of delivery to the intended recipient.
If you have received this transmission in error, any use, reproduction
or dissemination of this transmission is strictly prohibited. If you
are not the intended recipient, please immediately notify the sender
by reply e-mail or at 508-683-2500 and delete this message and its
attachments, if any.
- NSXMLDocument, Michael C. Silva, 2009/02/07
- Message not available
Re: NSXMLDocument, Nicola Pero, 2009/02/08