I'm very novice in Java programming and I'm trying to write a small program that will do some XSLT transforms with Xalan. I downloaded the
xalan-j_2_7_0-bin.zip file and I copied all the *.jar files in my C:\Program Files\Java\jre1.5.0_06\lib\ext folder (I'm using WinXP). But now I'm trying to run a simple example I found and I get this compile-time error (in Eclipse):
"org.apache.xalan.xslt.XSLTProcessor cannot be resolved to a type"
Can you please tell me what I do wrong?
thank you,
Giannis
"org.apache.xalan.xslt.XSLTProcessor cannot be resolved to a type"
Can you please tell me what I do wrong?
thank you,
Giannis