1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<!DOCTYPE mediaobject PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<mediaobject>
<imageobject>
<imagedata fileref="figures/eiffeltower.eps" format="EPS"/>
</imageobject>
<imageobject>
<imagedata fileref="figures/eiffeltower.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Eiffel Tower</phrase>
</textobject>
<caption>
<para>Designed by Gustave Eiffel in 1889, The Eiffel Tower is one of the
most widely recognized buildings in the world.
</para>
</caption>
</mediaobject>
|