
In the current version of Oxygen an XQuery transformation cannot be chained with an XSLT one. Only XSLT transformations can be chained. You need to run an XQuery scenario first and run the XSLT scenario on the result of the first one. Yes, you can set Saxon 9 as transformation engine in the XQuery scenario and apply it to local files instead of files stored in an eXist database. Just select Saxon XQuery 9 in the Transformer combo box of the dialog for editing an XQuery scenario and the path of the local XML input file in the XML URL field. Regards, Sorin Mike Starov wrote:
(I am forced to have second step because i cannot find a way to associate an XSLT sheet to XQuery file. The "Additional XSLT Stylesheets" button is missing from Transformation configuration dialog.)
This is close to what i want. Actually I would have been happy with this but I am developing this for our content authors. They need a one button solution and preferably that one button needs to be available while they have main XML open for editing. As you pointed out this may be available using external tools like XProc or maybe an external script that uses saxon command line, but I am just exploring what I can do with oXygen transformation scenarios.