Subject: Xalan 2.0 compatibility problems
From: Kumar Shailendra <Kumar.Shailendra@xxxxxxxx>
Date: Tue, 27 Feb 2001 21:35:09 -0500
|
Hi,
I am trying to run xalan1.2.0 compliant code with xalan 2.0. I have put
xalanj1compat.jar in the classpath before xalan2.0.
My program compiles fine with the new xalan but gives runtime error at
XSLTProcessorFactory.getProcessor(); method call.
The error message I get is
SystemId Unknown; Line 0; Column 0;
javax.xml.transform.TransformerException: SAX Exception.
Am I doing something wrong or do I need to do some setup that I haven't
done?
Secondly can a xalan1.2.x & xalan2.0 complaint application coexist in
the same environment? Those applications use different versions
of xerces.And we found that all the versions of xerces have same
directory structure.Wouldn't it create conflict?
Thanks,
Shailendra
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|