Subject: "standalone" attribute and xsl:output Author:David Taylor Date:04 Dec 2009 06:59 PM
I am working on a XML to XML transform that requires the output document to include standalone="yes" on the XML declaration at the top of the file. My understanding is that this is accomplished by setting standalone="yes" on xsl:output. Here is what I am actually using:
This fails to produce the standalone attribute in the output when running under Stylus Studio 2010 using Saxon 9.1.0.5 as the processor. The same XSLT transform running in the target environment with the same version of Saxon works correctly. Anyone know why there is a difference in behavior?