On Mon, 11 Feb 2002, Richard Han <[EMAIL PROTECTED]> wrote:

> how can I configure ant to use xerces

remove crimson.jar and jaxp.jar from ANT_HOME/lib, put xerces.jar into
CLASSPATH or ANT_HOME/lib before you run Ant.

> and xalan?

Xalan-J 1.x or 2.x?

For 1.x use processor="xalan", for 2.x processor="trax" in <style> and
place all necessary Xalan jars in ANT_HOME/lib or CLASSPATH before you
run Ant.

Finally, please ask questions like these on the ant-user mailing list,
instead of the development list.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to