Actions
Bug #4943
closedXsltProcessor.transformFileToFile not working
Start date:
2021-03-20
Due date:
% Done:
0%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.1
Fixed in version:
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
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.
Updated by O'Neil Delpratt over 3 years ago
- Status changed from New to Resolved
The bug fix has been applied in the XsltProcessor C++ method transformFileToFile.
Updated by O'Neil Delpratt over 3 years ago
- Status changed from Resolved to In Progress
I have opened this bug issue as this issue has not been completely resolved.
Updated by O'Neil Delpratt almost 3 years ago
- Status changed from In Progress to Won't fix
This class has been removed from SaxonC 11.
Please register to edit this issue
Actions