You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/07/09 09:26:29 UTC

DO NOT REPLY [Bug 10582] New: - XalanTransform.cpp fails on Windows 98 but not on Windows 2000

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: xalan-dev@xml.apache.org
        ReportedBy: jmf@abysal.com
                CC: jmf@abysal.com


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...