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]
Other format: [Raw text]

[docbook-apps] 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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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