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: Re: [docbook-apps] About callout icons


mediaobjectco isn't supported in the XSL stylesheets.  See:

http://lists.oasis-open.org/archives/docbook/200412/msg00047.html

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Jacques" <jacques@foucry.net>
To: "docbook-apps" <docbook-apps@lists.oasis-open.org>
Sent: Sunday, January 16, 2005 6:27 AM
Subject: [docbook-apps] About callout icons


Hello,

I sure I don't interstand how use callout graphics with images.

Is MediaObjectCO used to place callout icon over the imagedata ?

For exemple over a map picture (the town where I live) placing (1) over
my house and (2) over the church.

If it's possible, I suppose the secret in in the area corrds parameters.
But how it works ?

I have something like that :

<mediaobjectco>
            <imageobjectco>
                <imageobject>
                    <imagedata fileref="images/Map.jpg" id="Map"/>
                </imageobject>
                <area coords="40 62" id="house" units="other"/>
                <area coords="200 200" id="church" units="other"/>
            </imageobjectco>
        </mediaobjectco>
    <calloutlist>
        <callout arearefs="house">My House</callout>
        <callout arearefs="church">The church</callout>
    </calloutlist>
    
The only result I can have is the calloutlist. Nothing over the image.

Thanks again in advance,

Jacques
-- 
 C'est tout pour aujourd'hui !





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