Actions
Bug #6588
closedcanonicalization property not working
Start date:
2024-11-14
Due date:
% Done:
0%
Estimated time:
Applies to branch:
12
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
Fixed in version:
SaxonC Languages:
All
SaxonC Platforms:
All
SaxonC Architecture:
Description
The canonicalization property is not working in SaxonC via the API.
For example the The saxon:canonical='yes' property is not being found.
options such as: executable.set_property('!canonical', 'yes')
for the python API fails too.
The user should be able to set the saxon:canonical in the stylesheet as a workaround:
<xsl:output method='xml' saxon:canonical='yes' />
Please register to edit this issue
Actions