cite tag is used to create
citations to other materials. It should be used in
in conjunction with the cite-title
element to set the title apart from the rest 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="citeexample2"> This article was taken from
<cite window="new" url="http://www.cnn.com">
CNN.com
</cite>.
</para>
Results in this display:
This article was taken from CNN.com [link].