Project

Profile

Help

Bug #4943

closed

XsltProcessor.transformFileToFile not working

Added by O'Neil Delpratt about 3 years ago. Updated over 2 years ago.

Status:
Won't fix
Priority:
Normal
Category:
C++ API
Start date:
2021-03-20
Due date:
% Done:

0%

Estimated time:
Found in version:
1.2.1
Fixed in version:
Platforms:

Description

The transformFileToFile in the XsltProcessor class is not accept the output file argument.

This bug was reported here:

https://saxonica.plan.io/boards/4/topics/8157

The workaround is to use the method:

xsltproc->setOutputFile("outputfile");

Alternatively you can set the output file via the setProperty method:

xsltproc->setProperty("o", "outputfile_name");

the equivalent workarounds will work for Python and PHP.

Please register to edit this issue

Also available in: Atom PDF