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/bugtests | |
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/bugtests')
-rw-r--r-- | docs/bugtests/list-mountjoy.fo | 4 | ||||
-rw-r--r-- | docs/bugtests/list-nested-breaks.fo | 4 | ||||
-rw-r--r-- | docs/bugtests/list-nested.fo | 4 | ||||
-rw-r--r-- | docs/bugtests/svg-apachexml.fo | 2 | ||||
-rw-r--r-- | docs/bugtests/svg-lingrad.fo | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/bugtests/list-mountjoy.fo b/docs/bugtests/list-mountjoy.fo index 8b1f758c3..a56f139d5 100644 --- a/docs/bugtests/list-mountjoy.fo +++ b/docs/bugtests/list-mountjoy.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" diff --git a/docs/bugtests/list-nested-breaks.fo b/docs/bugtests/list-nested-breaks.fo index f5d845fa2..92826fecc 100644 --- a/docs/bugtests/list-nested-breaks.fo +++ b/docs/bugtests/list-nested-breaks.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" diff --git a/docs/bugtests/list-nested.fo b/docs/bugtests/list-nested.fo index 5c1370296..746c50b25 100644 --- a/docs/bugtests/list-nested.fo +++ b/docs/bugtests/list-nested.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" diff --git a/docs/bugtests/svg-apachexml.fo b/docs/bugtests/svg-apachexml.fo index 75b4175cf..fd908c090 100644 --- a/docs/bugtests/svg-apachexml.fo +++ b/docs/bugtests/svg-apachexml.fo @@ -5,7 +5,7 @@ </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-name="one"> -<fo:flow> +<fo:flow flow-name="xsl-region-body"> <svg:svg xml:space="preserve" width="570.129" height="754.902"> <svg:g id="Layer_x0020_1"> <svg:path style="fill-rule:nonzero;fill:#0086B3;stroke:#000000;stroke-width:2.8346;stroke-miterlimit:4;" d="M568.712,753.485H1.417V1.417h567.295v752.068z"/> diff --git a/docs/bugtests/svg-lingrad.fo b/docs/bugtests/svg-lingrad.fo index 003d5c6fc..c301f07b9 100644 --- a/docs/bugtests/svg-lingrad.fo +++ b/docs/bugtests/svg-lingrad.fo @@ -5,7 +5,7 @@ </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-name="one"> -<fo:flow> +<fo:flow flow-name="xsl-region-body"> <svg:svg width="500" height="400"> <svg:defs> <svg:linearGradient id="myGradient" x1="0" y1="200" x2="500" y2="350"> |