"Isaac S." wrote: > ... so in some cases, we won't be able to use the newest Xalan and the > newset Xerces both in the same project?
If Xalan continues to rely on Xerces-only API for performance reasons *and* those interfaces change, then you *might* have problems using the latest Xerces with a version of Xalan that was built with a specific version of Xerces. I can't be any more vague than that. ;) Try it and see how it works. If you get class not defined or other byte-code related exceptions when running your app, then the two versions are not compatible. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
