Would love to get Xalan 1.2!

Any know where i can get Xalan 1.2? I have a sample program that has some classes that are missing from Xalan 2.0 ..(or that are implemented in a way that i can't figure out how to use!)

Thank you in advance.

[222 byte] By [Antananarivoa] at [2007-11-27 11:06:11]
# 1

> Any know where i can get Xalan 1.2? I have a sample

> program that has some classes that are missing from

> Xalan 2.0 ..(or that are implemented in a way that i

> can't figure out how to use!)

>

> Thank you in advance.

API's rarely remove classes or methods, they just mark them as deprecated. What specific problem are you having?

hunter9000a at 2007-7-29 13:13:36 > top of Java-index,Java Essentials,Java Programming...
# 2

> API's rarely remove classes or methods, they just

> mark them as deprecated. What specific problem are

> you having?

The problem i am having is running a sample piece of code from

http://www.ibm.com/developerworks/library/wa-wbdm/index.html

The code uses org.apache.xalan.xslt.XSLTInputSource which i can't find in the Xalan jar file from the appache project.

The code also uses org.w3c.tidy.TagTable.getDefaultTagTable(); which is not found in the tidy jar file either!

Its probalby me not getting something right but i can't figure out what exactly.

Antananarivoa at 2007-7-29 13:13:36 > top of Java-index,Java Essentials,Java Programming...