Re: [xml-dev] XSLT/XQuery polyglot

From
Hermann Stamm-Wilbrandt <>
To
Michael Kay <>
Date
2015-12-16T10:41:33Z
ID
<>
Thread
Re: [xml-dev] XSLT/XQuery polyglot

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

Inactive hide details for Michael Kay ---16.12.2015 11:04:32--->  > I found no option to avoid output of xml declaration in SaxMichael Kay ---16.12.2015 11:04:32---> > I found no option to avoid output of xml declaration in Saxon XQuery as

From: Michael Kay <[email protected]>
To: Hermann Stamm-Wilbrandt/Germany/IBM@IBMDE
Cc: [email protected]
Date: 16.12.2015 11:04
Subject: Re: [xml-dev] XSLT/XQuery polyglot





!omit-xml-declaration=yes

Michael Kay
Saxonica