Additional XSLT stylesheets - how does it work
Posted: Wed Nov 04, 2020 1:58 am
I'm using Oxygen 22.1 to run the standard Docbook to DITA transform, and I noticed that it runs two XSLTs. The second XSLT is specified by the "Additional XSLT stylesheets" and this all seems to work. But I have a couple questions.
1. Does "Additional XSLT stylesheets" require that each XSLT use only standard XSLT output? What if the XLST creates new files using <xsl:result-document>?
2. Does it run them in the order you specify?
3. Can I configure it to do something with a file created by <xsl:result-document>? Like maybe with a parameter to a subsequent XSLT?
4. What would a command line equivalent of this be? I assume it uses some Java feature.
A couple old forum posts talk about it, but I still have questions. The docs page for this does not give many details:
https://www.oxygenxml.com/doc/versions/ ... hing2.html
Thanks,
Mark
1. Does "Additional XSLT stylesheets" require that each XSLT use only standard XSLT output? What if the XLST creates new files using <xsl:result-document>?
2. Does it run them in the order you specify?
3. Can I configure it to do something with a file created by <xsl:result-document>? Like maybe with a parameter to a subsequent XSLT?
4. What would a command line equivalent of this be? I assume it uses some Java feature.
A couple old forum posts talk about it, but I still have questions. The docs page for this does not give many details:
https://www.oxygenxml.com/doc/versions/ ... hing2.html
Thanks,
Mark