xsl-list
[Top] [All Lists]

using ENTITYRESOLVER with Xalan

2004-10-05 07:59:13
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,


<Prev in Thread] Current Thread [Next in Thread>
  • using ENTITYRESOLVER with Xalan, Al <=