You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by skanda <sk...@vsnl.com> on 2001/02/12 14:06:03 UTC

Error in Sample Program Execution!!

Hi!!
I am Arvind here.
Presently I downloaded the xalan-j_2_0_0 from the net.
I also set the classpath as per the instructions.
ie.
c:\xalan-j_2_0_0\bin\xalan.jar;
c:\xalan-j_2_0_0\bin\xerces.jar;
c:\xalan-j_2_0_0\bin\xalansamples.jar;
c:\xalan-j_2_0_0\bin\xalanservlet.jar;
c:\xalan-j_2_0_0\bin\bsf.jar;

But on giving the command 
java org.apache.xalan.xslt.Process -in hello.xml -xsl hello.xsl -out hello.html
I am ending with java.lang.NoSuchMethodError: org.w3c.dom.Node:getLocalName()Ljava/lang/String not found.

Here hello.xml and hello.xsl are my files.

Pls also I want to know how I can apply multiple XSLs to single XML file.
Very urgent!!!!!
Thanks
Arvind