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,