I have just completed building Xalan C++ on OS/390. In testing it with
testXSLT, I get an error message, partially in ASCII and partically in
EBCIDIC that says,
XSL Warning: Fatal Error at (file , line , column)
An exception occured! Type:XMLPlatformException, Message:Could not determine
base pathname of the file <--- in ASCII
XSL Warning: Error parsing foo.xsl
Unhandled Exception
We did change the headers to say:
<?xml version="1.0" encoding="EBCIDIC"?>
My guess is that there is some hard-coded ASCII dependencies somewhere in
Xalan. Any thoughts on this"?