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] | [List Home]


Subject: HTML / HTMLHelp: ignore.image.scaling parameter


Hello,

I am using htmlhelp.xsl (from 1.60.1) to generate HTML Help, though I
suspect this is a general HTML stylesheet issue.

I have some PNG images which I have scaled to a particular width for
PDF output.  For example:

        <figure id="fig:optform1">
          <title>&optform;</title>
          <mediaobject>
            <imageobject>
              <imagedata fileref="images/screenshots/fig01.png"
                format="PNG" align="center" contentwidth="12cm"
                scalefit="1"/>
            </imageobject>
          </mediaobject>
        </figure>                                        

In HTMLHelp (and HTML) I want to use the full size, unscaled
screenshot.  I have tried:

  <xsl:param name='ignore.image.scaling' select="1"/>

in my driver, but I still get explicit widths added to the <img>
elements in the HTML output:

<img src="images/screenshots/fig01.png" align="middle"
 width="425.196850393701" alt="Options Form">

Shouldn't that parameter achieve what I want?  Can someone suggest an
alternative that doesn't involve adding a new <mediaobject> for a HTML
version of every image I use 'scalefit' on?  :-)


-- 
Paul.

mailto:paulh@logicsquad.net
mailto:phoadley@maths.adelaide.edu.au


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