◇◆
code-version Code Version
Version of this code.
Usage/Remarks
Note: The version of the language in which the code is written is recorded in the
@language-version attribute.
Tagged Sample
Naming the version number for XSLT code
...
<code language="xslt" language-version="3.0"
code-version="6.5.2">
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>
</code>
...