DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10582>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10582 XalanTransform.cpp fails on Windows 98 but not on Windows 2000 Summary: XalanTransform.cpp fails on Windows 98 but not on Windows 2000 Product: XalanC Version: 1.3.x Platform: PC OS/Version: Windows 9x Status: NEW Severity: Blocker Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] c:>XalanTransform foo.xml foo.xsl works fine on Windows 98 and Windows 2000. The problem occurs when specifiying a destination file: c:>XalanTransform foo.xml foo.xsl result.html On Windows 98 I get: XalanError: Error writing file: result.html. The error code was 6. On Windows 2000 it runs ok. Thanks...