Yes this is correct :-)

        If I use fo:external-graphic, then I will have to write the SVG data
to a tmp file

        then pass a URL to the fo:external-graphic to the tmp file ?

        I will try this out :-)

        Thank you.


        I looked at the PS file, and it has all the data in it, but the
image never apears ?

        If I get an image, I will diff the files ??




-----Original Message-----
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Friday, May 09, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: PostScript


I was able to reproduce the problem. So you are creating an XSL-FO
document and using an fo:instream-foreign-object with embedded SVG that
only contains an image element. Is that correct? Exactly this
constellation obviously triggers a bug somewhere in the SVG part of the
PS renderer. Using an fo:external-graphic with the same image will
produce a page with the bitmap properly rendered. So you will be able to
work-around with fo:external-graphic in this case.

I've filed a bugzilla entry for this so it doesn't get forgotten:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19797

On 09.05.2003 15:09:49 Leet, Ethan C wrote:
>       I can only send the ps file.
> 
>       The FO file is code,
> 
>       I create the Driver
>       set an output stream
>       set a render PDF or PS
>       I then call getContentHandler() - which is the FOTreeBuilder
> 
>       I then manually send SAX (XSL-FO) events to generate to the FOTree.
> 
>       I can include the code file.


Jeremias Maerki


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

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

Reply via email to