You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Alex Brown <al...@griffinbrown.co.uk> on 2002/04/26 17:13:59 UTC

Windows platform woes?

Forgive me if this is a FAQ, but I have a Windows app. which invokes Xalan
simply using
XalanTransformer::transform.

All is well on Windows NT/2000 machines, but on a Windows 98 machine the
transformation fails. Calling XalanTransformer::getLastError yields:

"Error writing file <filename>. The error code was 6."

Scouting around on the web it seems this has cropped up before ... but I
could find no solution.

Any pointers on where to look gratefully received.

- Alex.