cite-title tag is used to explicitly define
the title of a citation. The cite element contains
the full text of the citation, whereas the cite-title only contains the
title of the citation.
This CNXML:
<cite>
<cite-title>A Tale of Two Cities</cite-title>
by Charles Dickens
</cite>
is a classic novel.
Results in this display:
A Tale of Two Cities by Charles Dickens is a classic novel.
This CNXML:
<para id="techdoc-para">
You can read my latest article,
<cite-title pub-type="article">Writing
Technical Documentation</cite-title>
in this month's
<cite-title pub-type="booklet">Help
Files Quarterly</cite-title>.
</para>
Results in this display:
You can read my latest article, "Writing Technical Documentation" in this month's Help Files Quarterly.