classpathx-xml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-xml] gnujaxp with JDK1.1.8


From: David Brownell
Subject: Re: [Classpathx-xml] gnujaxp with JDK1.1.8
Date: Fri, 07 Dec 2001 17:20:34 -0800

> Is it possible to release just the AElfred2 parser alone in a jar to
> minimize the size? 

Why don't you just assemble a jarfile with the relevant SAX
code and these two classes?

    - gnu.xml.aelfred2.SAXDriver
    - gnu.xml.aelfred2.XmlParser (internal class)

That won't include the validation support, but that's the core
of AElfred2.   It's only the _optional_ validation support that
brings in any of the pipeline support, and that shouldn't require
that whole package, or anything in "util".  (If it does, please
submit an appropriate patch!)

The deal is that I don't want to get into the business of
trying to maintain multiple configurations/distributions.
Anyone with access to the source code can arrange the
linking to their convenience. Or heck, even with just the
jarfile ... :)

- Dave






reply via email to

[Prev in Thread] Current Thread [Next in Thread]