>> <chapter><phrase
role=”foo-section-header”>Foo</phrase></chapter>
<sect1><phrase
role=”foo-paragraph-header”>Foo</phrase></sect1>
<sect2><phrase
role=”foo-paragraph-header”>Foo</phrase></sect2>
<sect3><phrase
role=”foo-paragraph-header”>Foo</phrase></sect3>
<sect4><phrase
role=”foo-paragraph-header”>Foo</phrase></sect4>
<sect5><phrase
role=”foo-paragraph-header”>Foo</phrase></sect5>
<<
Oops; should have read:
<chapter><title><phrase
role=”foo-section-header”>Foo</phrase></title>…</chapter>
<sect1><title><phrase
role=”foo-paragraph-header”>Foo</phrase></title>…</sect1>
<sect2><title><phrase
role=”foo-paragraph-header”>Foo</phrase></title>…</sect2>
<sect3><title><phrase
role=”foo-paragraph-header”>Foo</phrase></title>…</sect3>
<sect4><title><phrase
role=”foo-paragraph-header”>Foo</phrase></title>…</sect4>
<sect5><title><phrase
role=”foo-paragraph-header”>Foo</phrase></title>…</sect5>
Ray