name tag is used to insert a label or
title for a CNXML object such as a section,
para, list item,
equation, example, rule,
or figure. The text displayed by the name tag can
be used by the reader as a search string within a CNXML document.
This CNXML:
<para id="cnxml">
<name>An Introduction to CNXML</name>
This paragraph presents a brief introduction
to a customized version of XML called CNXML.
</section>
Results in this display:
This paragraph presents a brief introduction to a customized version of XML called CNXML.
This CNXML:
<section id="intro">
<name>An Introduction to CNXML</name>
.
.
.
</section>
Results in this display:
The name tag can only contain Unicode
text representing an object's name.
document, section, para, list, item, equation, example, rule, figure, subfigure, table