Not sure if this is what you had in mind, but you should be able to manipulate the source xml into something like this inside an <instream-foreign-object> tag.

<svg width="170" height="76" viewBox="0 0 170 76" xml:space="preserve">
<g>
<image width="170" height="76" xlink:href="data:image/jpeg;base64,SOMEBASE64ENCODEDDATA"/>
</g>
</svg>


Colin




From: Oleg Tkachenko <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: FOP and Oracle's interMedia
Date: Mon, 20 Jan 2003 14:05:32 +0200

[EMAIL PROTECTED] wrote:

If the table contains column Photo  of type ORDIMAGE ( picture ), the XML
looks like this:

<Table>
   <TableRow>
      <Photo>
         <OrdImageDomain>
            <mimetype>image/pjpeg</mimetype>
            <content>
FFD8FFE000104A46494600010202000000000000FFE1004245786966000049492A000800000001000B0002001C0000001A000000000000004143442053797374656D73204469676974616C204

...
...611BCC853F257FF003558190A7E4AFF00E6AB0DFE900E42FE703E900E42FE70C3FFD9
         </content>
         </OrdImageDomain>
      </Photo>
  </TableRow>
</Table>


Can FOP handle data (pictures) in this format
Nope, but it's in todo list though.

or it can only process images
via  fo:external-graphic   ?
Why? svg in fo:instream-foreign-object works fine.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months http://join.msn.com/?page=dept/dialup



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to