notesBlock

Node type: Block element (can contain only other elements)

Whitespace: Not protected

Definition

Wraps a symbol note list followed by a number note list.

Code Sample

<titleBlock>

<title paraID="1">Testimony<noteMarker noteRef="*">*</noteMarker></title>

<byline>

<para paraID="2">Elder Dallin<nb/>H. Oaks</para>

</byline>

</titleBlock>

<bodyBlock>

<para paraID="3">A testimony of the gospel is not a travelogue, a health log, or an expression of love for family members. It is not a sermon. President Kimball taught that the moment we begin preaching to others, our testimony is ended.<noteMarker noteRef="1">1</noteMarker></para>

<para paraID="4">…</para>

</bodyBlock>

<notesBlock>

<notes listFormat="symbol">

<listItem noteID="*">

<label>*</label>

<para paraID="18">These talks are available (in many languages) at <urlRef urlPath="http://www.lds.org">www.lds.org</urlRef>.</para>

</listItem>

</notes>

<notes listFormat="number">

<listItem noteID="1">

<label>1.</label>

<para paraID="19">See <emphasis>The Teachings of Spencer<nb/>W. Kimball, </emphasis>ed. Edward<nb/>L. Kimball (1982), 138.</para>

</listItem>

</notes>

</notesBlock>

Display Sample

Testimony*

Elder Dallin H. Oaks

A testimony of the gospel is not a travelogue, a health log, or an expression of love for family members. It is not a sermon. President Kimball taught that the moment we begin preaching to others, our testimony is ended.1

———

  • * These talks are available (in many languages) at www.lds.org.
  1. See The Teachings of Spencer W. Kimball, ed. Edward L. Kimball (1982), 138.

See Also

Marking in Microsoft Word

Wrap the whole block with beginning and ending <notesBlock> tags using the xmlPara paragraph style. Then wrap each list with beginning and ending <notes> tags.