Actions
Bug #3968
closedXSLTActor temporary file bug
Start date:
04/09/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3968
Description
The XSLTActor creates a temporary file in the current directory for storing the input XML file to be processed. This files should be created in the system temporary file directory using the method "createTempFile" in Java.io.File.
Updated by Chris Weed over 15 years ago
The file XSLT.java has the same problem for the output html file "fileOut".
Updated by Daniel Crawl over 15 years ago
XSLTActor no longer writes the input XML to a temporary file.
Actions