aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/fo/images.fo
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-08-02 22:48:07 +0000
committerfotis <fotis@unknown>2000-08-02 22:48:07 +0000
commit66853764c647d54386d487e413e4242a36d601b4 (patch)
tree818de8fe012e975d21c8128be0a7bbc73853d89a /docs/examples/fo/images.fo
parent505b25d0e15adb2d8510f70c8d80d81996306cb6 (diff)
downloadxmlgraphics-fop-66853764c647d54386d487e413e4242a36d601b4.tar.gz
xmlgraphics-fop-66853764c647d54386d487e413e4242a36d601b4.zip
updates examples to conform to new allowed values for flow-name
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo/images.fo')
-rw-r--r--docs/examples/fo/images.fo14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/examples/fo/images.fo b/docs/examples/fo/images.fo
index c7c210526..5bb458276 100644
--- a/docs/examples/fo/images.fo
+++ b/docs/examples/fo/images.fo
@@ -31,13 +31,13 @@
<fo:page-sequence id="N2528" master-name="psmOddEven">
-<fo:static-content flow-name="xsl-after">
+<fo:static-content flow-name="xsl-region-after">
<fo:block text-align-last="center" font-size="10pt">
<fo:page-number/>
</fo:block>
</fo:static-content>
-<fo:flow>
+<fo:flow flow-name="xsl-region-body">
<fo:block font-size="18pt" font-weight="bold">1. FOP test for images</fo:block><fo:block id="N2531">
<fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A GIF image in FOP</fo:block><fo:block><fo:external-graphic src="file:../graphics/xml_feather.gif"/>
</fo:block></fo:block><fo:block id="N2545"><fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A JPEG image in FOP</fo:block><fo:block><fo:external-graphic src="file:../graphics/fop.jpg"/></fo:block></fo:block><fo:block id="N2559"><fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em"/>
@@ -47,6 +47,12 @@
</fo:page-sequence>
<fo:page-sequence id="N2561" master-name="psmOddEven">
-<fo:static-content flow-name="xsl-after">
-<fo:block text-align-last="center" font-size="10pt"><fo:page-number/></fo:block></fo:static-content><fo:flow><fo:block font-size="18pt" font-weight="bold">A. Appendix</fo:block></fo:flow></fo:page-sequence></fo:root>
+<fo:static-content flow-name="xsl-region-after">
+<fo:block text-align-last="center" font-size="10pt">
+<fo:page-number/></fo:block>
+</fo:static-content>
+<fo:flow flow-name="xsl-region-body">
+<fo:block font-size="18pt" font-weight="bold">A. Appendix</fo:block></fo:flow>
+</fo:page-sequence>
+</fo:root>