Hello --
Somewhat to my surprise I've got the large XSLT 3.0 transform to load, or at least not complain about includes. (Load the input as a db; load the stylesheet from the file system. Be extra-careful about constructing URIs.) Which raises the prospect that I'll actually be able to run this transform from BaseX, but I cannot figure out how to set a value for the initial template.
This query:
returns
<fail>matched on root</fail>
Which isn't surprising; setting initial-template is a Saxon option, not a parameter.
If I try
I get [XPTY0004] Unknown option 'initial-template'. (same with 'it'.)
Is there a way to set Saxon options with xslt:transform?
Thanks!
Graydon