[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] apache fop - formating question


Subject: RE: [xsl] apache fop - formating question
From: "Munuren Burh" <munur@xxxxxxxxxxxx>
Date: Mon, 16 Sep 2002 22:37:11 +0530

Hi Thomas,
    Try out in the following way:

<root:layout-master-set>
    <root:simple-page-master master-name="cover"
        page-height="12cm"
        page-width="12cm"
        margin-top="0.5cm"
        margin-bottom="0.5cm"
        margin-left="1cm"
        margin-right="0.5cm">
    </root:simple-page-master>

    <root:simple-page-master master-name="leftPage"
        page-height="12cm"
        page-width="12cm"
        margin-left="0.5cm"
        margin-right="1cm"
        margin-top="0.5cm"
        margin-bottom="0.5cm">
    </root:simple-page-master>

    <root:simple-page-master master-name="rightPage"
        page-height="12cm"
        page-width="12cm"
        margin-left="1cm"
        margin-right="0.5cm"
        margin-top="0.5cm"
        margin-bottom="0.5cm">
    </root:simple-page-master>

    <!-- more inroot will go here -->
</root:layout-master-set>

Cheers!!!
Munu


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Thomas Sandor
Sent: Monday, September 16, 2002 8:00 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] apache fop - formating question



hi all,

does anyone know how to format a document with xslt (to produce a pdf file)
to do the following:
I have some sentences in a paragraph and have a picture (an illustration for
it). what I'd like to do is insert a picture e.g. in the center of the page
and have the sentences from the paragraph sourround it. (not like 1
sentence, then comes the picture, and the second line comes from far behind
the bottom of the picture.)

so anyone can help formating this output, please contact me.

cheers,
Thomas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords