Bug #6588
Updated by O'Neil Delpratt 9 days ago
The canonicalization property is not working in SaxonC via the API. SaxonC. For example the The saxon:canonical='yes' property is not being found. options such as: `executable.set_property('!canonical', 'yes')` for picked up in the python API fails too. API. The user should be able to set the saxon:canonical in the stylesheet as a workaround: stylesheet: ``` <xsl:output method='xml' saxon:canonical='yes' /> ```