You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Am...@syntegra.bt.co.uk on 2000/11/03 15:40:11 UTC

Xalan Problem

Hi,
I am having a problem running the Xalan Sample program(i.e. SimpleTransform
).
I have downloaded Xalan and Xerces and I have also put the jars in the
classpath.

But i am getting the error in the text file attached below.
I wonder if I am doing something wrong.
Could you please help me out .

Thanks and regards,
Amir

 <<error.txt>> 

Re: Xalan Problem

Posted by Gary L Peskin <ga...@firstech.com>.
Amir.QURESHI@syntegra.bt.co.uk wrote:
> 
> Hi,
> I am having a problem running the Xalan Sample program(i.e. SimpleTransform
> ).
> I have downloaded Xalan and Xerces and I have also put the jars in the
> classpath.
> 
> But i am getting the error in the text file attached below.
> I wonder if I am doing something wrong.
> Could you please help me out .

Check your classpath.  It looks like you have an older version of the
DOM classes earlier in your classpath.  If you're running java 1.2 or
later, also check your lib/ext directory.

HTH,
Gary