Author: ferdinand
Date: Mon Dec 10 12:03:19 2007
New Revision: 603023
URL: http://svn.apache.org/viewvc?rev=603023&view=rev
Log:
corrected occurrences of region-before before region-body
Modified:
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
Modified:
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL:
http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=603023&r1=603022&r2=603023&view=diff
==============================================================================
---
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
(original)
+++
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
Mon Dec 10 12:03:19 2007
@@ -286,13 +286,13 @@
</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
+ <fo:region-body
+ margin-top="0.5in"
+ margin-bottom=".5in" />
<fo:region-before
region-name="even-header"
extent="0.5in"
border-bottom="0.5pt solid" />
- <fo:region-body
- margin-top="0.5in"
- margin-bottom=".5in" />
<fo:region-after
region-name="even-footer"
extent=".5in"
@@ -306,13 +306,13 @@
margin-bottom="{$bottommargin}"
margin-left="{$innermargin}"
margin-right="{$outermargin}">
+ <fo:region-body
+ margin-top="0.5in"
+ margin-bottom=".5in" />
<fo:region-before
region-name="odd-header"
extent="0.5in"
border-bottom="0.5pt solid" />
- <fo:region-body
- margin-top="0.5in"
- margin-bottom=".5in" />
<fo:region-after
region-name="odd-footer"
extent=".5in"