My earlier message: I am moving a program that I developed on Linux to HP-UX. The HP-UX system is running the current CVS version of Xerces-C compiled using the HP aCC compiler.
The problem is that when I run my program I get: Error during parsing: 'test.xml' Exception message is: Could not determine base pathname of the file I am kind of pressed for time (big surprise) and so I have only done limited checking on my own. The program works fine on my Linux box where I did the development and the samples (DOMCount and DOMPrint at least) seem to be working fine on the HP. If anybody could send me a clue, I would appreciate it. I found a clue (:-). The "problem" was that my error message was not printing out the correct filename. The exception was triggered by the file being missing. Looking at the code, I don't see an easy way to change the error message, but a clearer error message would be a good idea. I will try to come up with a patch. Dudley Irish