Maintenance: Planio will be observing a scheduled maintenance window this Tuesday, November 5, 2024 from 03:00 UTC until 06:30 UTC to perform urgent network maintenance in our primary data center. Your Planio account will be unavailable during this maintenance window.
Bug #5274
closedxsl:template with name="xsl:initial-template" returns None
100%
Description
Reported by user here: https://saxonica.plan.io/boards/4/topics/8455
When None is passed to the call_template_returning_string()
method on the Xslt30Executable
class it does not call the xsl:initial-template
Updated by O'Neil Delpratt over 2 years ago
- Status changed from New to Resolved
I have reproduced the issue and committed the fix. Available for the next maintenance release.
Fix made in the call_template_returning_string
method of PyXslt30Executable
.
Updated by O'Neil Delpratt over 2 years ago
Also fix applied to call_template_returning_file
Updated by O'Neil Delpratt over 2 years ago
Added unit tests for both call_template_returning_string
and call_template_returning_file
Updated by Debbie Lockett over 2 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 11.2
Bug fix applied in the Saxon 11.2 maintenance release.
Please register to edit this issue