This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]