Actions
Bug #4137
closedXsltTransformer.transform() starting at xsl:initial-template
Start date:
2019-02-14
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:
Description
It appears from https://stackoverflow.com/questions/54638824/setting-string-parameter-using-saxon-he-9-9-fails/54640211?noredirect=1#comment96179154_54640211 that in Saxon 9.8 it was possible (despite the absence of anything in the Javadoc saying so) to run a transformation starting at xsl:initial-template
by calling XsltTransformer.transform() with no previous call on setSource()
or setInitialTemplate()
; and that this no longer works in Saxon 9.9
Please register to edit this issue
Actions