I apologize but I am a newbie. What could be wrong with this? (otherwise, xalan is working fine. Here I try to hook him up with an entity resolver so that it would not try to load an external dtd. There is a document() call inside the xsl that loads a xml file with a dtd I don't care about and that is 'not found')
java -classpath /usr/share/java/xerces-j2.jar:/usr/share/java/jdom.jar:. org.apache.xalan.xslt.Process -IN result1_test.xml -XSL OOo2custom_stage2.xsl -ENTITYRESOLVER NoOpEntityResolver Class file not found for option -EntityResolver
