Hi , I am trying to learn xml from some IMB articles, I downloaded this
article :
http://www-106.ibm.com/developerworks/library/dataislands/index.html
My classpath looks like this :
C:\Majid\Mydownload\ZIP\pdfManuscript.jar;C:\Majid\xml4j_2_0_9\xml4j.jar;C:\Majid\lotusxsl-j_2_0_0\bin\lotusxsl.jar;
But when I compile :
C:\tomcat4\webapps\ibmxml\WEB-INF\classes>javac -deprecation
DataIslandBean.java
DataIslandBean.java:53: cannot access org.apache.xalan.xslt.XSLTEngineImpl
file org\apache\xalan\xslt\XSLTEngineImpl.class not found
XSLProcessor processor = new XSLProcessor();
^
DataIslandBean.java:54: warning:
process(java.lang.String,java.lang.String,java.
io.PrintWriter) in com.lotus.xsl.XSLProcessor has been deprecated
processor.process(xml, xsl, pw);
^
1 error
1 warning
Please help me.
Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets