Stuff goes here.
Example 1. Markup for Embedded Callouts
<programlisting>
<co id="co_rootPage" linkends="rootPage"/> HowToBook -|---- DocumentSettings
|
|---- ChapSystem -|
|
|---- ChapText -|
+ |---- highlight
+
+
</programlisting>
<calloutlist>
<callout id="rootPage" arearefs="co_rootPage">
<para>this is the root, or master, page. It is a DocBook markup with a
document <code><book></code> or <code><article></code>
tag.</para>
</callout>
</calloutlist>
![]() | Note Callouts are Links. The advantage of the An issues with the embedded |
Description here ????
Example 2. Markup for Placement Map
<programlistingco>
<areaspec>
<area id="co_rootPage2" linkends="rootPage2" coords="2 3"/>
</areaspec>
<programlisting>
HowToBook -|---- DocumentSettings
|
|---- ChapSystem -|
|
|---- ChapText -|
+ |---- highlight
+
+
</programlisting>
<calloutlist>
<callout id="rootPage2" arearefs="co_rootPage2">
<para>this is the root, or master, page. It is a DocBook markup with a
document <code><book></code> or <code><article></code>
tag.</para>
</callout>
</calloutlist>
</programlistingco>


![[Note]](/wiki/docbook/images/note.png)