[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] general approach to image maps
Thanks for your advise, I was already looking for
"process.image.attributes", but decided (primarily) against it, because
of 3 points:
1. the template works mainly with externally provided parameters; to
stay with this philosophy, I would have to change "process.image"
anyway for passing an "image.map.id" parameter
2. if I don't want to go that way, I have to load the map a second
time in "process.image.attributes" (first time is in <xsl:template
match="imagedata"> for pasting its content), not an optimal
solution in my eyes
3. it is a named template, can I always be sure that I'm in the
context of imagedata?
I now switched the solution posted yesterday to
"process.image.attributes" (regardless of my concerns).
Is the imagemap feature of general interest?
Regards,
Georges
Bob Stayton wrote:
> I've been meaning to modularize that big process.image template to
> make it easier to customize. Maybe by 1.72.
>
> You could instead customize the template named
> process.image.attributes from html/graphics.xsl. It is called by
> process.image, it is only about 100 lines, and its purpose is to add
> attributes to img.
>
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
> bobs@sagehill.net
>
>
> ----- Original Message ----- From: "Georges Schmitz"
> <georges.schmitz@arcor.de>
> To: <docbook-apps@lists.oasis-open.org>
> Sent: Thursday, November 02, 2006 1:09 AM
> Subject: [docbook-apps] general approach to image maps
>
>
>> I'm searching for a general approach for using image maps with DocBook
>> and I'm not referring to the image maps of callout objects.
>>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]