Re: xsl-fo impagination columns

Hi Ken,
thank you for your example.
But unfortunately I'm using Apache FOP to build the pdf
and when I try to run the .fo file, it returns the error that I cannot use
multiple region-body.

What do you use in alternative to Apache FOP?




G. Ken Holman wrote:
> 
> At 2011-06-21 07:59 -0700, Alberto Priore wrote:
>>can you please provide me an example
>>on how I have to use the fo:flow-map.
>>In the http://www.w3.org/TR/2006/REC-xsl11-20061205/#fo_flow-map
> 
> Please find one below.
> 
>>I can't find something that explain in well.
>>So if you can be so gentle to write to me a simple example
>>I really appreciate that.
> 
> I hope this helps.  The XSL-FO and PDF files are attached.  Hopefully 
> this mail list will allow them to be passed through.  If not, I will 
> post again with the XSL-FO in clear text.  The essence is here:
> 
>    <layout-master-set>
>      <simple-page-master master-name="frame"
>                          page-height="210mm" page-width="297mm"
>                          margin-top="15mm" margin-bottom="15mm"
>                          margin-left="15mm" margin-right="15mm">
>        <region-body region-name="frame-body-left"
>                     margin-right="188mm"/>
>        <region-body region-name="frame-body-middle" margin-top="100mm"
>                     margin-right="94mm" margin-left="94mm"/>
>        <region-body region-name="frame-body-right"
>                     margin-left="188mm"/>
>      </simple-page-master>
>      <flow-map flow-map-name="frame-map">
>        <flow-assignment>
>          <flow-source-list>
>            <flow-name-specifier flow-name-reference="frame-body"/>
>          </flow-source-list>
>          <flow-target-list>
>            <region-name-specifier
> region-name-reference="frame-body-left"/>
>            <region-name-specifier
> region-name-reference="frame-body-middle"/>
>            <region-name-specifier
> region-name-reference="frame-body-right"/>
>          </flow-target-list>
>        </flow-assignment>
>      </flow-map>
>    </layout-master-set>
> 
>    <page-sequence master-reference="frame" flow-map-reference="frame-map">
>      <flow flow-name="frame-body">
>        <block space-before="1em">This is a test for Alberto of flow 
> maps</block>
> 
> Good luck!
> 
> . . . . . . . . . Ken 
>  
>  
> 
> --
> Contact us for world-wide XML consulting & instructor-led training
> Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/f/
> G. Ken Holman                 mailto:gkholman@CraneSoftwrights.com
> Legal business disclaimers:  http://www.CraneSoftwrights.com/legal
> 
> 

-- 
View this message in context: http://old.nabble.com/xsl-fo-impagination-columns-tp31803147p31944096.html
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.

Received on Tuesday, 28 June 2011 07:45:17 UTC