docbook documentation

Nils Ulltveit-Moe nu-moe at online.no
Sun Sep 16 00:03:45 BST 2001


Hello Stephan

I have not used the mediaobject tag, but defining an entity like
below, works for me. Using a file reference should work too, even
though it may be a bit less flexible than using an entity.

<!ENTITY fig-1b-hukom SYSTEM "1b-hukom.gif" NDATA GIF>

 <figure>
    <title>Protected memory</title>
    <graphic entityref="fig-1b-hukom"></graphic>
 </figure>

Mvh.
Nils

Stephan Hermann writes:
 > Hi,
 > 
 > well, I don't know if it is a bug, problem or feature, but I try to write a 
 > documentation, with some screenshots.
 > But, I don't know why, this peace of sgml code isn't interpreted
 > ---------------------------
 > 	<screenshot>
 > 		<screeninfo>This is the mainwindow of &kwhois;</screeninfo>
 > 		<mediaobject>
 > 		  <imageobject>
 > 		    <imagedata fileref="mainwindow.png" format="PNG"/>
 > 		  </imageobject>
 > 		  <textobject>
 > 		    <phrase>Mainwindow</phrase>
 > 		  </textobject>
 > 		</mediaobject>
 > 	</screenshot>
 > ----------------------------
 > In the resulting html or index.cache.bz2 file there is no <img src>.

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list