code-version
Code Version
Version of this code.
Remarks
Note: The version of the language in which the code is written is recorded in the
@language-version attribute.
Example
...
<code code-type="xml" code-version="1.0"
language="xslt" language-version="2.0"
platforms="windows mac unix" executable="no"
xml:space="preserve" orientation="portrait"
position="anchor">
<xsl:template match="node()" mode="compare">
<xsl:copy copy-namespaces="no">
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="compare"/>
</xsl:copy>
</xsl:template>
</code>
...