This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] clickable imagedata
- From: Michael Wiedmann <mw at miwie dot in-berlin dot de>
- To: DocBook-Apps ML <docbook-apps at lists dot oasis-open dot org>
- Date: Sat, 26 Jul 2003 14:12:38 +0200
- Subject: [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