◇◆
language Language
Programming or scripting language in which code is written, e.g., “XSLT”.
OPTIONAL on element: <programlisting>
Value | Meaning |
---|---|
Text, numbers, or special characters | The lower case name of the programming or scripting language |
Restriction | This attribute may be specified if the element is used. |
Tagged Sample
XML document fragment
...
<para>Information processing, especially text markup, was ...
<programlisting language="XML">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Farming in the New World</title>
...
</titleStmt>
</fileDesc>
</teiHeader></programlisting>
Notice the paired Tags: <code><title></code> and ...</para>
...