Thank you Michael !
That option makes poly.xml a polyglot (cheating) quine (program is its own output)
https://en.wikipedia.org/wiki/Quine_(computing)#.22Cheating.22_quines
as well (after removing the newline at file end):
$ java net.sf.saxon.Query -q:poly.xml \!omit-xml-declaration=yes > xq
$ java net.sf.saxon.Transform -xsl:poly.xml -s:dummy.xml \!omit-xml-declaration=yes > xsl
$ diff xq xsl
$ diff xq poly.xml
$
Mit besten Gruessen / Best wishes,
Hermann Stamm-Wilbrandt
Compiler Level 3 support & Fixpack team lead
IBM DataPower Gateways (⬚ᵈᵃᵗᵃ / ⣏⠆⡮⡆⢹⠁⡮⡆⡯⠂⢎⠆⡧⡇⣟⡃⡿⡃)
https://www.ibm.com/developerworks/mydeveloperworks/blogs/HermannSW/
https://twitter.com/HermannSW/ https://stamm-wilbrandt.de/GraphvizFiddle/
----------------------------------------------------------------------
IBM Deutschland Research & Development GmbH
Vorsitzende des Aufsichtsrats: Martina Koederitz
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
Michael Kay ---16.12.2015 11:04:32---> > I found no option to avoid output of xml declaration in Saxon XQuery as
From: Michael Kay <mike@saxonica.com>
To: Hermann Stamm-Wilbrandt/Germany/IBM@IBMDE
Cc: xml-dev@lists.xml.org
Date: 16.12.2015 11:04
Subject: Re: [xml-dev] XSLT/XQuery polyglot