Christa --
Are you able to transform from the command line on the NT or Win2K
machine? Try it like this:
java org.apache.xalan.xslt.Process -in rinfile.xml -xsl universal.xsl
-edump
and see what happens.
Gary
Christa Silberbauer wrote:
>
> Hello,
>
> I have a problem with the TransformerImpl.transform -Method.
> My programm, which I have developed:
> It is a servlet, which read from a database informations and combine them
> with a XSL-File to a HTML Page.
>
> e.g.
> TransformerFactory tFactory = TransformerFactory.newInstance();
> Transformer transformer = tFactory.newTransformer(new
> StreamSource("universel.xsl"));
> //Database Access
> transformer.transform(new StreamSource((Reader)rin), new StreamResult(out));
>
> The programm run on my computer (with a ServletDebugEngine, I develop with
> Microsoft J++6.0) without problems.
> If I install the programm on a Windows2000 or Windows NT Server, the
> programm fails.
> The servlet is executed and don't throw any Exception.
> If the TransformerImpl.transform( ) Method have a fileoutput, the file is
> created, but empty.
> The same servlet executed on my computer, create the file and fill the file.
>
> What can be wrong? Have you any idea?
> Who can help?
>
> Thanks
>
> Christa Silberbauer
>
> [EMAIL PROTECTED]
> or [EMAIL PROTECTED]