OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Automatic Image Type Selection


Hi!

I'm including a company logo the following way:

    <mediaobject>
      <imageobject>
	<imagedata fileref="images/HEITEC_Logo_25" align="center"/>
      </imageobject>
      <textobject>
	<phrase>HEITEC Logo</phrase>
      </textobject>
    </mediaobject>

I'm using Jade/Openjade and the DSSSL style sheets V 1.70. When I produce
PDF output using pdfjadetex, the correct image type gets chosen
automatically (PNG). When I produce HTML, however, the correct image type
is NOT chosen automatically. Instead the link to the image is created as:

<P><IMGSRC="images/HEITEC_Logo_25" ALIGN="center"></P>

This is clearly wrong! Instead the correct suffix should be appended to
the filename ("gif" or "jpg" for HTML output). Why doesn't this happen? Do
I REALLY have to specify two different imageobjects (one for print output,
one for HTML output)?

Thanks in advance for any help!

Greetings,

	Holger



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC