[xsl] using ENTITYRESOLVER with Xalan

Subject: [xsl] using ENTITYRESOLVER with Xalan
From: Al <al.nowak@xxxxxxx>
Date: Tue, 05 Oct 2004 16:59:13 +0200
Hi,

I'm trying to use the -ENTITYRESOLVER flag with Xalan (from the JDK 1.4.2) from the command line (Windows platform). I wrote a Java class which implements EntityResolver, but I always got the message 'Can't find the class file'.
I use the following command :
# java -classpath "C:/MyDTD" org.apache.xalan.xslt.Process -XSL test.xsl -IN test.xml -ENTITYRESOLVER MyResolver


I made a MyResolver.java file, compiled into MyResolver.class . This class file is in the C:/MyDTD directory. Something must be wrong, but where ?

Thanks for any help,


Current Thread