Hi,

I'm trying to create an XSLT transformation module for Apache using
Xalan 1.2. 
There is a problem... I can't understand what's wrong. I use Xalan 1.2 C
API function XalanTransformToHandler with NULL xsl sheet argument:

error = XalanTransformToHandler(filename, NULL, xalan, &ctrl,
xalan_output_handler, xalan_flush_handler);

where "filename" is a fully resolved path to XML file being transformed.

As a result, the function returns the following error:

Could not determine base pathname of the file 

Looks like it can't determine where it is... Though Xalan 1.1 worked
fine with the same code...


Any help would be appreciated.

Best,
Dimitry Chernyshov.

Reply via email to