
April 27th, 2004, 04:52 AM
|
|
Contributing User
|
|
Join Date: Nov 2003
Posts: 37
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
FOP Windows
Hello,
i have installed xemacs in windows, and got the xslt process working fine, i want to convert my xml to a pdf, using FOP, ive created a xsl stylesheet to do this however, there seems to be problems.
I have had this working in Linux, but for some reason not in windows.
Basically when i run xslt->view, PDF everythin seems fine, but whats happening is the two files thats produced a .fo and .pdf should be stored in the system Temp dir which is C:\Temp.
i get the following error
(1) (error/warning) Error in process filter: (error file not found c:\Temp\xslt-process-output.pdf)
However this is not happening it saves these two files in my working directory for some stupid reason, and calls the files
Tempxslt-process-output.pdf
Tempxslt-process-output.fo
What am i doing wrong here hopefully someone else has had the same problem and solved it
|