![]() |
Multiple "fo:flow" Elements in a Page Sequence |
Post Reply
|
| Author | |
justinw
Admin Group
Joined: 08 Dec 2011 Posts: 157 |
Post Options
Quote Reply
Topic: Multiple "fo:flow" Elements in a Page SequencePosted: 09 Dec 2011 at 9:46am |
|
Q: Can we have multiple fo:flow elements in an fo:page-sequence?
A: Yes, you can have multiple fo:flow elements in an fo:page-sequence by using "fo:flow-map". ----------------------------------------------------------------------------------------------------------------------------- Q: How can I use the element fo:flow-map to help me accomplish this? A: Here are some instructions to better demonstrate the usage of "fo:flow-map". See sample code below: 1) You can initially assign multiple fo:flow's within the fo:flow-map element. See below... <fo:flow-map flow-map-name="flow-map">
<fo:flow-source-list>
2) Within the fo:page-sequence, you can reference the above "fo:flow-map" and use the flow-name attribute appropriately. See below... <fo:page-sequence master-reference="Letter Page" flow-map-reference="flow-map">
----------------------------------------------------------------------------------------------------------------------------- Q: How can I accomplish making these changes in the XF Designer tool? A: You can make these modifications in the XML/Text editing view. To navigate to this view, you can simply click on the "View" tab and reference the "Document Views" group. Then click on "Text View". For more information on using fo:flow-map, please see the attached examples or visit: Edited by justinw - 14 Dec 2011 at 9:45am |
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |