Hi Pascal

Thanks very much for your response and I'm sorry for the delay.

Here is an example for you.

<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                                <fo:simple-page-master
master-name="directory" page-height="791px" page-width="595px">
                                        <fo:region-body
region-name="xsl-region-body" margin-left="26px" margin-right="26px"
margin-top="160px" margin-bottom="83px" column-count="3"
column-gap="4mm" background-repeat="no-repeat"
background-image="url('http://www.londontown.com/DirectoryV2/w3c/images/
page_body.svg')"/>
                                        <fo:region-before
region-name="xsl-region-before" extent="150px"
background-repeat="no-repeat"
background-image="url('http://www.londontown.com/DirectoryV2/w3c/images/
page_top.svg')" />
                                        <fo:region-after
region-name="xsl-region-after" extent="73px"
background-repeat="no-repeat"
background-image="url('http://www.londontown.com/DirectoryV2/w3c/images/
page_bottom.svg')" /-->
                                </fo:simple-page-master>
                        </fo:layout-master-set>
                        
                        <fo:page-sequence master-reference="directory">
                                <fo:static-content
flow-name="xsl-region-before">
                                                <fo:block
font-size="16pt" color="#205285" padding-top="36px" margin-left="40px"
font-weight="bold">
                                                        TEST HEADER
                                                </fo:block>
                                </fo:static-content>
                                <fo:flow flow-name="xsl-region-body">

                                        <fo:block id="pageBlock"
span="all">
                                                TEST BODY
                                        </fo:block>
                                </fo:flow>
                        </fo:page-sequence>
</fo:root>

The images are in the regions to make it easier for use to display the
text over the image.

The body image divides the page up into 3 columns with a blue line
between each column.

Kind regards

Barry

-----Original Message-----
From: Pascal Sancho [mailto:[EMAIL PROTECTED] 
Sent: 18 October 2006 12:22
To: [email protected]
Subject: RE: Embeded svg files

> -----Original Message-----
> From: Barry Whiting [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, October 17, 2006 5:31 PM
> 
> I am able to embed jpg files with no problems at all in my fo 
> file using http://someserver.com/images/someimage.jpg but 
> when I try to embed a svg file it doesn't work at all but I 
> don't get any errors at all
> 
> Im using fop 0.20.5
> 
> Thanks for any help any one can give
> 
> Regards
> 
> Barry

Barry,
Can you post a simple XSL-FO file that demonstrate your problem, please?
If you use external SVG file, can you post it too?

Pascal

---------------------------------------------------------------------
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