Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Poetry may appear in any document type. The verses of the poem should be styled with the appropriate style (e.g. Poetry, Verse, etc.) from your style palette, and the author should be styled with the style used for author names.

If whitespace is relevant to the poem’s formatting and should be preserved, the style for preformatted text (if available) may be used rather than "Poetry" or equivalent. Please refer to the documentation on the DTD for guidelines on using "Poetry" versus "Preformatted Text."

Where separate stanzas should be represented in the XML with a <verse-group> element, an empty paragraph styled "Poetry" should be inserted between the lines that begin and end their respective stanzas:

Screenshot in Draft View of a 2-stanza poem. The empty line break between the stanzas is also styled as 'Poetry'

This example yields the following XML:

<verse-group>
<verse-line>An old willow with hollow branches</verse-line>
<verse-line>slowly swayed his few high bright tendrils</verse-line>
<verse-line>and sang:</verse-line>
</verse-group>
<verse-group>
<verse-line>Love is a young green willow</verse-line>
<verse-line>shimmering at the bare wood&rsquo;s edge.</verse-line>
</verse-group>

  • No labels