[XML-SIG] Re: While we're on the subject of xmlproc, DTDs and
validation ...
Ted Horst
Ted.Horst@wdr.com
Wed, 9 Jun 99 09:27:26 -0500
You might also check out the xml parser in ILU. It is an all C validationg
parser as well, and the license is less restrictive.
ftp://ftp.parc.xerox.com/pub/ilu/ilu.html
Ted Horst
On Wed, 09 Jun 1999, Jim Fulton wrote:
> Lars Marius Garshol wrote:
> >
> > * Jim Fulton
> > |
> > | I'd like to have a very fast and simple parser that can do
> > | validation.
> >
> > Hmmm. Maybe a better option than what you've been looking at would be
> > RXP, which is an all-C validating parser.
> >
> > <URL: <http://www.cogsci.ed.ac.uk/~richard/rxp.html>
>
> I'll check it out. I'm a little bit worried about the license,
> which is GPL. Maybe I can get him to change it to LGPL.