[docbook-css] inline images :o(
martin.gautier at myrnham.co.uk
martin.gautier at myrnham.co.uk
Thu Jan 5 18:09:20 UTC 2006
Can you think of a reason why my <figure> would show the correct image in
the example below while the <inlinemediaobject> fails?
I'm using the latest CVS files...
<?xml version = "1.0" encoding = "iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"rules/docbookx.dtd" []>
<?xml-stylesheet type="text/css" href="css/docbook.css"?>
<book conformance = "2.00" lang = "en-US">
<bookinfo>
<title>My Test Document</title>
</bookinfo>
<preface id = "c2d0e54">
<title>About this Book</title>
<subtitle/>
<para>Blah Blah</para>
<figure id = "test">
<title>TEST</title>
<mediaobject>
<imageobject>
<imagedata format = "PNG" fileref =
"200601_en_gb\IMG1007.png" align = "center"/>
</imageobject>
</mediaobject>
</figure>
<para>test <inlinemediaobject><imageobject>
<imagedata format = "PNG" fileref =
"200601_en_gb\IMG1007.png" align = "center"/>
</imageobject></inlinemediaobject> inline</para>
</preface>
</book>
More information about the docbook-css
mailing list