|
Hello,
I could not find any documentations about how to pass the params into the saxon:transform().
Please see the following code in my Xform.
<xf:insert nodeset="instance('fr-form-instance')" origin="saxon:transform( saxon:compile-stylesheet(instance('stylesheet')/root()), saxon:parse(saxon:serialize(instance('project-sda'), 'xml')))"/>
I'd like to pass in a param to the xslt transformation process.
How to do it please?
Thanks,
Chunyu Wilson
|