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] clickable imagedata


In my XML document I have quite a few graphics like:

<figure>
  <title>Tux - der Pinguin</title>
    <imageobject role="html">
      <imagedata scale="50" fileref="bilder/master/sit3-shine-7.png"/>
    </imageobject>
  </mediaobject>
</figure>

The imageobject's get transformed to '<img src=...' and display the 
graphics in a scaled down version. That's OK.

How can I get links to the graphic files which show up in their full
size if the user clicks on them, like:
 <A HREF="bilder/master/sit3-shine-7.png">
  <IMG SRC="bilder/master/sit3-shine-7.png" width="270" alt="..." />
 </A>

Michael
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org

---------------------------------------------------------------------
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]