classpathx-xml
[Top][All Lists]
Advanced

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

Re: [Classpathx-xml] splitted jar files for GNUJAXP


From: Jeff Rafter
Subject: Re: [Classpathx-xml] splitted jar files for GNUJAXP
Date: Sun, 24 Mar 2002 07:47:11 -0600

> It seems that classes from gnu.xml.pipeline are also needed...
> Isn't there a way to make a shortest list of classes required, based
> on dependencies?

You may need classes from the pipeline if you are trying to validate. That
is because the validation in AElfred uses the layered validation through the
pipelines ValidationConsumer. If you do not need validation all you have to
have is:

 gnu.xml.aelfred2.SAXDriver;
 gnu.xml.aelfred2.XmlParser;

if, however you need validation add:

 gnu.xml.aelfred2.XmlReader;
 gnu.xml.pipeline.ValidationConsumer;
 gnu.xml.pipeline.EventFilter;
 gnu.xml.pipeline.EventConsumer;

I think that is all...

HTH,

Jeff Rafter
Defined Systems
http://www.defined.net
XML Development and Developer Web Hosting




reply via email to

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