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]

images and XSL ver 1.22


Hi,
though the content model of bookinfo and mediaobject indicate that that the
toplevel bookinfo allows for mediaobject to be used within bookinfo
with this markup nothing seems to happen
<bookinfo>
<mediaobject>
    <imageobject>
    <imagedata fileref="path to image" format="PNG"/>
    </imageobject>
    <imageobject>
        <imagedata fileref="path to my image" format=GIF></imagedata>
    </imageobject>
    <textobject>
        <phrase></phrase>
    </textobject>
</mediaobject>
</bookinfo>

bug? any fix

and also
with this scenario

<mediaobject>
    <imageobject>
    <imagedata fileref="path to image" format="PNG"/>
    </imageobject>
    <imageobject>
        <imagedata fileref="path to my image" format=GIF></imagedata>
    </imageobject>
    <textobject>
        <phrase></phrase>
    </textobject>
</mediaobject>

i expected the HTML output to have relevant referance to both the image files
and the application(netscape or I.E) to make the appropriate selection to
available media type gif or png
but this is not happening
am i doing something wrong? or the appropriate templates are not there?
i also remember norman responding to this problem and was fixed but was it only
for DSSL ( the fix i mean)
 regards

thank you in advance

 -- 
maddy
----------------------------------------------------------------------------
                To tread the sharp edge of a sword
                To run on smooth-frozen ice,
                One needs no footsteps to follow.
                Walk over the cliffs with hands free.

----------------------------------------------------------------------------

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