Author: ferdinand
Date: Tue Dec 11 01:12:30 2007
New Revision: 603183

URL: http://svn.apache.org/viewvc?rev=603183&view=rev
Log:
commented out border definitions which are not permitted according to xsl-fo 
standard

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=603183&r1=603182&r2=603183&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
 Tue Dec 11 01:12:30 2007
@@ -292,7 +292,10 @@
                     <fo:region-before
                         region-name="even-header"
                         extent="0.5in"
-                        border-bottom="0.5pt solid" />
+                    />
+                    <!-- commented out from region-body
+                           because it is not standard conforming
+                        border-bottom="0.5pt solid"  -->
                     <fo:region-after
                         region-name="even-footer"
                         extent=".5in"
@@ -312,7 +315,10 @@
                     <fo:region-before
                         region-name="odd-header"
                         extent="0.5in"
-                        border-bottom="0.5pt solid" />
+                        />
+                    <!-- commented out from region-body
+                        because it is not standard conforming
+                        border-bottom="0.5pt solid"  -->
                     <fo:region-after
                         region-name="odd-footer"
                         extent=".5in"