Re: A good method for xml usage/parsing
Re: A good method for xml usage/parsing
- Subject: Re: A good method for xml usage/parsing
- From: Victor Ng <email@hidden>
- Date: Sat, 25 Jan 2003 10:09:08 -0500
An alternative to using CFXML is to use the GSXML library from GNUstep.
The library is available under LGPL so you can link it to your
commercial code safely.
I've ported the code to compile cleanly in ProjectBuilder if you want
to give it a try - I haven't had a chance to really try it myself.
You need to grab the libxml2 DMG files from Zveno, then grab my GSXML.h
and GSXML.m files and you should be able to run from there.
Details to install the library are here:
http://radio.weblogs.com/0108956/categories/cocoa/2002/12/05.html#a67
Documentation to use GSXML is here:
http://gnustep.org/resources/documentation/base/GSXML.html#title$GSXML
You may want to just use the EDMLParser though - it's smaller and
simpler. :)
http://www.mulle-kybernetik.com/software/EDFrameworks/Documentation/
EDCommon/Classes/EDMLParser.html
vic
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.