Dear all, I am using XalanTransformer::transform for XSLT transformation. Currently I am using a custom build xalan 1.5 with Visual Studio 6 Service Pack 5. This XalanTransformer::transform fails sporadically in the ratio of 1500 Failures / 80000 Attempts.
I tried the same call with Xalan 1.5 built with SP3 ( DownLoaded from Site). In that case fails sporadically in the ratio of 80 Failures / 80000 Attempts. The function call returns -1 and getlasterror returns "XalanFileOutputStreamOpenException: Error opening file: c:\temp\ValidationError.xml. The C++ run-time error code (errno) is 0. (, line -1, column -1)" c:\temp\ValidationError.xml is the output XSLT tranformed file. Best Regards, Swaminathan.
