This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Query about Help Needed
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>, java at gcc dot gnu dot org
- Subject: Re: Query about Help Needed
- From: David Brownell <david-b at pacbell dot net>
- Date: Tue, 03 Apr 2001 16:07:13 -0700
- References: <saca5f5b.086@tapsellferrier.co.uk>
> >I have a high quality GPL'd XML package (DOM2 +
> >SAX2, validation) which has run with GCJ for about
> >18 months now ...
>
> Wow! I'd be really interested in seeing this! I could use it for
> GNU-Paperclips web support!
I was hoping that the GNU Java/XML community would
eventually find it helpful! :)
> >the OJE stuff isn't GPL'd, it just repackages some of
> >the non-GPL'd packages.
>
> The OJE stuff *is* LGPLed.
That is, its JAXP bits ... but GPL != LGPL :)
And the parsers it bundles aren't Free software,
which can matter.
> I'm happy to do the work to make your parser fit into JAXP (by using
> OJE's JAXP lib).
Sounds like its' a "just go do it!" then!
- Dave