[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: DOCBOOK-APPS: trouble with imagedata ... align="right"
Hello,
I know this has been discussed before but I couldn't determine if
it's been fixed or not. I've combed all of the list archives and the
CVS which seems to be out of sync with
http://prdownloads.sourceforge.net/docbook/docbook-dsssl-1.71.tar.gz
I'm using debian potato, docbook-dsssl-1.71, Jade version "1.2.1"
When I input:
--------------------------------------------------------
<!DOCTYPE figure PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<figure label="11" float="0">
<title>Chapter root </title>
<mediaobject>
<imageobject>
<imagedata fileref="/home/rick/pathbook/images/BanksVern/pict1.jpg" format="JPEG" align="right">
</imageobject>
</mediaobject>
</figure>
--------------------------------------------------------
and do:
jade -t sgml -d /usr/local/share/sgml/dsssl/docbook-dsssl-1.71/html/docbook.dsl test.sgm > test.htm
I get:
--------------------------------------------------------
<DIV
CLASS="FIGURE"
><A
NAME="AEN1"
></A
><P
><B
>Figure 11. Chapter root </B
></P
><DIV
CLASS="MEDIAOBJECT"
><P
><IMG
SRC="/home/rick/pathbook/images/BanksVern/pict1.jpg"
></IMG
></P
></DIV
></DIV
>
--------------------------------------------------------
What happened to the ALIGN="right"?
Thanks very much for any help.
Rick
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC