 |
- May simply use paragraphs of text...
- ... or a hierarchically organized tree of <msItem> elements
- which may optionally be prefixed by a <summary> element
<msContents>
<p>An extraordinary charivari of heroic deeds and
improving tales, including an early version of
<title>Guy of Warwick</title> and several hymns.
</p>
</msContents>
<msContents>
<summary>An extraordinary charivari of heroic deeds,
improving tales, and hymns</summary>
<msItem>
<!-- details of Guy of Warwick here -->
</msItem>
<msItem>
<!-- other items here -->
</msItem>
</msContents>
|