Many thanks Dave. The problem is fixed.
Paul Emberson
At 11:09 21/08/01 -0400, you wrote:
>Well, that would explain it. We do not support Win98, and I would imagine
>that the changes that were made to our file writing code are responsible
>for your problems.
>
>If you want to confirm this, try modifying XalanFileOutputStream.cpp and
>XalanFileOutputStream.hpp, replacing all occurrences of:
>
> #if defined(WIN32)
>
>with
>
> #if defined(JFKFLFKSJSDFJ)
>
>That should fix the problem.
>
>We'll consider replacing this code in the next release (as long as it
>doesn't affect performance), but since we never test on Win98, there's no
>guarantee that we won't accidently break something else.
>
>Dave
>
>
>
>
>
> Paul
> Emberson
>
> <[EMAIL PROTECTED]> To:
> [EMAIL PROTECTED]
> cc: (bcc: David N
> Bertoni/CAM/Lotus)
> 08/21/2001 09:09 Subject: Re: Problem
> outputting to a file when upgrading to XalanC
> AM 1.2
>
> Please
> respond
>
> to
> xalan-dev
>
>
>
>
>
>
>
>
>Sorry, should have made that clear.
>
>I'm compiling with VC6 under Win98.
>
>At 08:40 21/08/01 -0400, you wrote:
>
> >Paul
> >
> >What platform of XalanC are you using?
> >
> >Paul