diff options
author | fotis <fotis@unknown> | 2000-08-02 22:48:07 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-08-02 22:48:07 +0000 |
commit | 66853764c647d54386d487e413e4242a36d601b4 (patch) | |
tree | 818de8fe012e975d21c8128be0a7bbc73853d89a /docs/examples/fo/list.fo | |
parent | 505b25d0e15adb2d8510f70c8d80d81996306cb6 (diff) | |
download | xmlgraphics-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/list.fo')
-rw-r--r-- | docs/examples/fo/list.fo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fo/list.fo b/docs/examples/fo/list.fo index 774695c1e..1b8d65d49 100644 --- a/docs/examples/fo/list.fo +++ b/docs/examples/fo/list.fo @@ -19,13 +19,13 @@ <fo:page-sequence master-name="first"> <!-- Inserts a header with the page number --> - <fo:static-content flow-name="xsl-before"> + <fo:static-content flow-name="xsl-region-before"> <fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt"> XSL-FO Example: simple list - p. <fo:page-number/> </fo:block> </fo:static-content> - <fo:flow flow-name="xsl-body"> + <fo:flow flow-name="xsl-region-body"> <!-- title --> <fo:block font-size="14pt" |