diff options
author | Keiron Liddle <keiron@apache.org> | 2001-12-11 12:12:07 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-12-11 12:12:07 +0000 |
commit | cbdfc6975ed9d25ac786b6dbf52c0777f460d13c (patch) | |
tree | e0807d68565e40fab11742e45cad9c6b5427d291 /test/xsl | |
parent | 5f5f4fa39bdcb7f95ba1b4a635f9b21d9e33481e (diff) | |
download | xmlgraphics-fop-cbdfc6975ed9d25ac786b6dbf52c0777f460d13c.tar.gz xmlgraphics-fop-cbdfc6975ed9d25ac786b6dbf52c0777f460d13c.zip |
synced with branch
master-name changed to master-reference
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/xsl')
-rw-r--r-- | test/xsl/doc.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |