Re: XML Parsing
Re: XML Parsing
- Subject: Re: XML Parsing
- From: Tom Waters <email@hidden>
- Date: Sat, 3 Nov 2001 12:01:46 -0800
this also requires OmniBase and OmniFoundation... which may not be
appealing to many developers outside Omni.
i also wonder about the licensing issue. Omni says that OmniExpat is
usable without restriction in commercial applications, (as long as
credit is given). there is no mention of requiring that any software
that includes this framework needs to distribute source.
however, the copy of Expat contained inside the framework says that it
is MozPL or GPL... which implies that you have to distribute source code
to your application; doesn't it?
can anyone clarify this for me? (my mind goes blank when i read
legalese).
can i ship a commercial application that contains Expat without shipping
source code?
On Saturday, November 3, 2001, at 10:19 AM, Aaron Tuller wrote:
look at OmniExpat!
it converts XML into an NSDictionary. it's really simple (one category
on NSString), and works well.
ftp://ftp.omnigroup.com/pub/software/Source/MacOSX/Frameworks/OmniExpat-2001-09-30.
tar.gz
-aaron