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.
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.
> 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?
> 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.