RE: [docbook-apps] Assigning Default Role Values to Elements

From
Miller, Ray \(Centech\) <>
Date
2006-11-04T19:34:40+00:00
ID
Thread
RE: [docbook-apps] Assigning Default Role Values to Elements
>> <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