Maintenance: Planio will be observing a scheduled maintenance window this Sunday, November 10, 2024 from 20:00 UTC until 21:00 UTC to perform important network maintenance in our primary data center. Your Planio account will be unavailable for a few minutes during this maintenance window.
Actions
Bug #4847
closedsotransformToString - Python
Start date:
2020-12-02
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:
11.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
I am trying to get the xls messages (xsl:message) using the following code:
xsltproc = proc.new_xslt30_processor()
outputi = xsltproc.transform_to_string(source_file="source.xml", stylesheet_file="style.xsl")
print(outputi) #This Works
msg = xsltproc.get_xsl_messages()
And I get the following error:
/usr/lib/libsaxonhec.sotransformToString not found
Files
Related issues
Please register to edit this issue
Actions