XP> Incorrect example in Appendix B.3 of XHTML Print

XP> Incorrect example in Appendix B.3 of XHTML Print

Jun Fujisawa fujisawa.jun at canon.co.jp
Mon Jul 28 06:43:31 EDT 2003


Hello Dan,

At 8:15 AM -0400 03.7.25, don at lexmark.com wrote:
>The intent of this example was to show how an image can be declared inline
>with the other XHTML while the actual data for the image may come later.

I don't understand the intent. I you want to get actual image data later
(not at the declaration), you can just use 'img' or 'object' element
without 'declare' attribute.

>If the example provided is incorrect, can
>you provide an example that achieves this separation?

The following example shows one type of separation, but I don't think
that meets your need.

<object id="image_1" declare="declare" type="image/jpeg"
     data="data:image/jpeg;base64,aGh67Fghsapa0Hji7dfGSweTa . . . ">
</object>

. . . .

<object height="20 mm" width="20 mm"
     data="#image_1" >
</object>

-- 
Jun Fujisawa
<mailto:fujisawa.jun at canon.co.jp>



More information about the Xp mailing list