Is there an alternative location with some documentation besides this page
http://maven.apache.org/doxia/doxia-modules/doxia-module-docbook-simple/index.html

How to display pictures  in docbook? This doesn't work:

   <section>
       <title>test</title>
       <para>some text</para>
       <mediaobject>
           <imageobject>
               <imagedata fileref="images/beer.gif"/>
           </imageobject>
       </mediaobject>
       <graphic fileref="images/beer.gif"/>
   </section>

If using XDoc or apt format it works.

Any hints?

Borut

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to