Re: NSXMLDocument

2009-02-14 Thread hns
On 13 Feb., 16:54, Richard Frith-Macdonald rich...@tiptree.demon.co.uk wrote: On 13 Feb 2009, at 15:29, Nicola Pero wrote: There's no reason why there can't be two implementations available   in base ... we already have two versions of NSXMLParser ... one   using libxml2 which is fairly

Re: NSXMLDocument

2009-02-13 Thread Nicola Pero
There's no reason why there can't be two implementations available in base ... we already have two versions of NSXMLParser ... one using libxml2 which is fairly strict about getting valid XML, the other writing in pure objective-c and tolerant of the invalid XML produced by some of the

Re: NSXMLDocument

2009-02-09 Thread Richard Frith-Macdonald
On 9 Feb 2009, at 10:03, Fred Kiefer wrote: 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

Re: NSXMLDocument

2009-02-08 Thread Richard Frith-Macdonald
On 7 Feb 2009, at 16:22, Fred Kiefer wrote: Michael C. Silva wrote: Is there anyone working on an implementation of the NSXMLDocument class? I need this object to port a project and would be willing to help out. Not NSXMLDocument, but some of the releated classes can be found in mySTEP

Re: NSXMLDocument

2009-02-08 Thread Nicola Pero
On 6 Feb 2009, at 03:22, Michael C. Silva wrote: Is there anyone working on an implementation of the NSXMLDocument class? I need this object to port a project and would be willing to help out. There is a set of GSXML classes in gnustep-base that are extremely similar to the NSXML ones

Re: NSXMLDocument

2009-02-08 Thread Nicola Pero
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

Re: NSXMLDocument

2009-02-08 Thread Michael C. Silva
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

NSXMLDocument

2009-02-07 Thread Michael C. Silva
Is there anyone working on an implementation of the NSXMLDocument class? I need this object to port a project and would be willing to help out. Thanks, Mike ___ Help-gnustep mailing list Help-gnustep@gnu.org http://lists.gnu.org/mailman

Re: NSXMLDocument

2009-02-07 Thread Fred Kiefer
Michael C. Silva wrote: Is there anyone working on an implementation of the NSXMLDocument class? I need this object to port a project and would be willing to help out. Not NSXMLDocument, but some of the releated classes can be found in mySTEP. And as Nikolaus Schaller freely shares his code