You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by pa...@hp.com on 2000/03/02 14:31:45 UTC

pbs with Xalan-0.19.5 and Xerces-1.0.2... bugs?

Hello, 
I've installed Xerces-1.0.2 and Xalan-0.19.5 and I had few problems:

1.
Why does the Xalan-0.19.5.jar file contain files other than .class files?
e.g. .html .xml .jar .xsl etc ?
I've decompressed the Xalan-0.19.5.jar file to be able to access to the 
other .jar files (xalan.jar, bfs.jar...) but is there a way to access 
these other .jar files with out decompressing Xalan-0.19.5.jar?


2.
Also, when I try to run some samples, I get this error:

java.lang.NoClassDefFoundError: org/xml/sax/misc/LexicalHandler	
	at 
org.apache.xalan.xslt.XSLTEngineImpl.<init>(XSLTEngineImpl.java:324)
	at 
org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor(XSLTProcessorFactor
y.java:77)
	at TransformToDom.main(TransformToDom.java:87)

I think this is because you've changed org.xml.sax.misc.LexicalHandler to 
org.xml.sax.ext.LexicalHandler between Xerces-1.0.1 and Xerces-1.0.2 
Are Xalan-0.19.5 and Xerces-1.0.2 not synchronised?

Thanks in anticipation,

Patrick LOUIS.