I'm getting the following message: XSLT warning: Fatal Error at (file <unknown>, line 0, column 0): An exception occurred! Type:XMLPlatformException, Message:Could not determine base pathname of the file (, line -1, column -1)
How can I tell what the exact problem is? I'm using a SYSTEM-id as the stylesheet source, and a Xerces DOM as the data source, so I assume it's referring to the stylesheet. What sort of URLs are acceptable? file: ? http://localhost/some-file-name ? (I'm using apache so I assumed place a .xsl file in /var/www/html should work with the latter url). -- Colin Paul Adams Preston Lancashire
