Skip navigation.
 
mlRe: A good method for xml usage/parsing
FROM : Victor Ng
DATE : Sat Jan 25 16:09:08 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlA good method for xml usage/parsing Francisco Tolmasky Jan 24, 06:31
mlRe: A good method for xml usage/parsing Alex Rice Jan 24, 16:23
mlRE: A good method for xml usage/parsing Josh Ferguson Jan 24, 16:29
mlRe: A good method for xml usage/parsing Finlay Dobbie Jan 24, 17:35
mlRE: A good method for xml usage/parsing Josh Ferguson Jan 24, 17:57
mlRe: A good method for xml usage/parsing Kaelin Colclasure Jan 25, 00:57
mlRe: A good method for xml usage/parsing Victor Ng Jan 25, 16:09
mlRe: A good method for xml usage/parsing Alexander Lamb Jan 27, 16:36