This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Xalan 2.0 compatibility problems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]