◇◆
code-version Code Version
Version of this program or code fragment.
Usage/Remarks
Note: This is the version of the code; 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="5.1.10.1">
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>
</code>
...