[Yanel-commits] rev 26880 - public/yanel/trunk/src/contributions/resources/pdf/xslt

michi at wyona.com michi at wyona.com
Wed Aug 22 20:40:25 CEST 2007


Author: michi
Date: 2007-08-22 20:40:25 +0200 (Wed, 22 Aug 2007)
New Revision: 26880

Modified:
   public/yanel/trunk/src/contributions/resources/pdf/xslt/xml2fo.xsl
Log:
namespace and xsl-region-body removed

Modified: public/yanel/trunk/src/contributions/resources/pdf/xslt/xml2fo.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/pdf/xslt/xml2fo.xsl	2007-08-22 14:59:25 UTC (rev 26879)
+++ public/yanel/trunk/src/contributions/resources/pdf/xslt/xml2fo.xsl	2007-08-22 18:40:25 UTC (rev 26880)
@@ -11,7 +11,7 @@
   <xsl:output method="xml"/>
 
   <xsl:template match="/">
-    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+    <fo:root>
 
       <fo:layout-master-set>
         <fo:simple-page-master master-name="simple"
@@ -19,7 +19,7 @@
               page-width   ="21cm"
               margin-left  ="2.5cm"
               margin-right ="2.5cm">
-          <fo:region-body name="xsl-region-body" margin-top="3cm"/>
+          <fo:region-body margin-top="3cm"/>
         </fo:simple-page-master>
       </fo:layout-master-set>
 



More information about the Yanel-commits mailing list