diff options
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"> |