XP Mail Archive: Re: XP> Incorrect example in Appendix B.3 o

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

From: Jun Fujisawa (fujisawa.jun@canon.co.jp)
Date: Mon Jul 28 2003 - 06:43:31 EDT

  • Next message: BIGELOW,JIM (HP-Boise,ex1): "XP> Public release of the W3C Last Call Working Draft of XHTML-Print"

    Hello Dan,

    At 8:15 AM -0400 03.7.25, don@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@canon.co.jp>
    



    This archive was generated by hypermail 2b29 : Mon Jul 28 2003 - 06:44:50 EDT