aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/errors/foreign.fo2
-rw-r--r--test/errors/inavliddoc.fo2
-rw-r--r--test/errors/inavlidxml2.fo2
-rw-r--r--test/errors/unknown.fo2
-rw-r--r--test/xml/bugtests/charwidth.fo2
-rw-r--r--test/xml/bugtests/external-graphic.fo2
-rw-r--r--test/xml/bugtests/image.fo2
-rw-r--r--test/xml/bugtests/list-mountjoy.fo2
-rw-r--r--test/xml/bugtests/list-nested-breaks.fo2
-rw-r--r--test/xml/bugtests/list-nested.fo2
-rw-r--r--test/xml/bugtests/simple-link.fo2
-rw-r--r--test/xml/bugtests/wrap.fo4
-rw-r--r--test/xsl/doc.xsl2
13 files changed, 14 insertions, 14 deletions
diff --git a/test/errors/foreign.fo b/test/errors/foreign.fo
index 31833717f..cc77c241d 100644
--- a/test/errors/foreign.fo
+++ b/test/errors/foreign.fo
@@ -15,7 +15,7 @@
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="first">
+ <fo:page-sequence master-reference="first">
<fo:static-content flow-name="xsl-region-before">
<fo:block line-height="14pt" font-size="10pt"
text-align="end">Embedding SVG examples</fo:block>
diff --git a/test/errors/inavliddoc.fo b/test/errors/inavliddoc.fo
index c12f23f82..23b6ede30 100644
--- a/test/errors/inavliddoc.fo
+++ b/test/errors/inavliddoc.fo
@@ -2,7 +2,7 @@
<!-- defines page layout -->
<fo:layout-master-set>
- <fo:simple-page-master master-name="first"
+ <fo:simple-page-master master-reference="first"
page-height="29.7cm" page-width="21cm"
margin-top="1cm"
margin-bottom="2cm"
diff --git a/test/errors/inavlidxml2.fo b/test/errors/inavlidxml2.fo
index 2e7c583c1..4ff0a6941 100644
--- a/test/errors/inavlidxml2.fo
+++ b/test/errors/inavlidxml2.fo
@@ -19,7 +19,7 @@ fegsdfgdsgfsdgf
<!-- end: defines page layout -->
<!-- actual layout -->
- <fo:page-sequence master-name="first">
+ <fo:page-sequence master-reference="first">
<!-- text body -->
<fo:flow flow-name="xsl-region-body">
diff --git a/test/errors/unknown.fo b/test/errors/unknown.fo
index 490a6375b..a1ad313d8 100644
--- a/test/errors/unknown.fo
+++ b/test/errors/unknown.fo
@@ -15,7 +15,7 @@
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="first">
+ <fo:page-sequence master-reference="first">
<fo:flow source-document="a" flow-name="xsl-region-body">
<fo:block source-document="inherit" space-before.optimum="3pt" space-after.optimum="15pt">
diff --git a/test/xml/bugtests/charwidth.fo b/test/xml/bugtests/charwidth.fo
index 15772a4bc..6fd9178fe 100644
--- a/test/xml/bugtests/charwidth.fo
+++ b/test/xml/bugtests/charwidth.fo
@@ -5,7 +5,7 @@
<fo:region-body margin-bottom="30pt" margin-top="30pt"/>
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="one">
+ <fo:page-sequence master-reference="one">
<fo:flow font-size="12pt" flow-name="xsl-region-body">
<fo:block>
This file contains a list of many characters in various fonts. The text is
diff --git a/test/xml/bugtests/external-graphic.fo b/test/xml/bugtests/external-graphic.fo
index ec7e1d178..34229b9a0 100644
--- a/test/xml/bugtests/external-graphic.fo
+++ b/test/xml/bugtests/external-graphic.fo
@@ -12,7 +12,7 @@
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="simplePM">
+ <fo:page-sequence master-reference="simplePM">
<fo:flow flow-name="xsl-region-body">
<fo:block>
<fo:external-graphic src="file:../graphics/page.gif"/>
diff --git a/test/xml/bugtests/image.fo b/test/xml/bugtests/image.fo
index 8c5b3c7c6..287b7d35e 100644
--- a/test/xml/bugtests/image.fo
+++ b/test/xml/bugtests/image.fo
@@ -12,7 +12,7 @@
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="simplePM">
+ <fo:page-sequence master-reference="simplePM">
<fo:flow flow-name="xsl-region-body">
<fo:block>
<fo:external-graphic src="file:../graphics/page.gif"/>
diff --git a/test/xml/bugtests/list-mountjoy.fo b/test/xml/bugtests/list-mountjoy.fo
index 6ee1fa5ae..752034aaa 100644
--- a/test/xml/bugtests/list-mountjoy.fo
+++ b/test/xml/bugtests/list-mountjoy.fo
@@ -16,7 +16,7 @@
</fo:layout-master-set>
<!-- starts actual layout -->
- <fo:page-sequence master-name="first">
+ <fo:page-sequence master-reference="first">
<!-- Inserts a header with the page number -->
<fo:static-content flow-name="xsl-region-before">
diff --git a/test/xml/bugtests/list-nested-breaks.fo b/test/xml/bugtests/list-nested-breaks.fo
index 1e7742d89..c2ec3a7e8 100644
--- a/test/xml/bugtests/list-nested-breaks.fo
+++ b/test/xml/bugtests/list-nested-breaks.fo
@@ -16,7 +16,7 @@
</fo:layout-master-set>
<!-- starts actual layout -->
- <fo:page-sequence master-name="first">
+ <fo:page-sequence master-reference="first">
<!-- Inserts a header with the page number -->
<fo:static-content flow-name="xsl-region-before">
diff --git a/test/xml/bugtests/list-nested.fo b/test/xml/bugtests/list-nested.fo
index c7f5c7057..1c3768d2c 100644
--- a/test/xml/bugtests/list-nested.fo
+++ b/test/xml/bugtests/list-nested.fo
@@ -16,7 +16,7 @@
</fo:layout-master-set>
<!-- starts actual layout -->
- <fo:page-sequence master-name="first">
+ <fo:page-sequence master-reference="first">
<!-- Inserts a header with the page number -->
<fo:static-content flow-name="xsl-region-before">
diff --git a/test/xml/bugtests/simple-link.fo b/test/xml/bugtests/simple-link.fo
index 75f22ee59..017ba31ab 100644
--- a/test/xml/bugtests/simple-link.fo
+++ b/test/xml/bugtests/simple-link.fo
@@ -14,7 +14,7 @@
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="simplePM">
+ <fo:page-sequence master-reference="simplePM">
<fo:flow flow-name="xsl-region-body">
<fo:block text-align="start">
<fo:basic-link external-destination="font.pdf">Link to font.pdf</fo:basic-link>
diff --git a/test/xml/bugtests/wrap.fo b/test/xml/bugtests/wrap.fo
index c1e4b6272..235082da1 100644
--- a/test/xml/bugtests/wrap.fo
+++ b/test/xml/bugtests/wrap.fo
@@ -25,7 +25,7 @@
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="simplePM">
+ <fo:page-sequence master-reference="simplePM">
<fo:flow flow-name="xsl-region-body">
<fo:block>
This test is to check a number of different possibilities when dealing with
@@ -120,7 +120,7 @@ words with hypenation the activated when not doing lots of wrapping
</fo:table>
</fo:flow>
</fo:page-sequence>
- <fo:page-sequence master-name="no-overflow">
+ <fo:page-sequence master-reference="no-overflow">
<fo:flow flow-name="xsl-region-body">
<fo:block wrap-option="no-wrap">
<fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
diff --git a/test/xsl/doc.xsl b/test/xsl/doc.xsl
index 71a2cc434..e6a34c69b 100644
--- a/test/xsl/doc.xsl
+++ b/test/xsl/doc.xsl
@@ -10,7 +10,7 @@
<fo:region-after extent="1.5cm"/>
</fo:simple-page-master>
</fo:layout-master-set>
- <fo:page-sequence master-name="one">
+ <fo:page-sequence master-reference="one">
<fo:flow font-size="10pt" line-height="10pt" flow-name="xsl-region-body">
<xsl:apply-templates select="data"/>
</fo:flow>