- From: G. Ken Holman <gkholman@CraneSoftwrights.com>
- Date: Wed, 22 Jun 2011 12:08:29 -0400
- To: www-xsl-fo@w3.org
- Message-Id: <7.0.1.0.2.20110622120433.023da660@wheresmymailserver.com>
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
Attachments
- application/octet-stream attachment: alberto.fo
- application/pdf attachment: alberto.pdf
Received on Wednesday, 22 June 2011 16:09:23 UTC