You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2008/07/03 16:06:42 UTC

svn commit: r673683 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl

Author: sjur
Date: Thu Jul  3 07:06:41 2008
New Revision: 673683

URL: http://svn.apache.org/viewvc?rev=673683&view=rev
Log:
Changed xsl:param to xsl:variable, in accordance with the rest of the layout variables.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl?rev=673683&r1=673682&r2=673683&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl Thu Jul  3 07:06:41 2008
@@ -99,13 +99,13 @@
         name="numbering-max-depth"
         select="'3'" />
 <!-- Font-family variables defined here: -->
-  <xsl:param
+  <xsl:variable
         name="sans-serif"
         select="'sans-serif'" />
-  <xsl:param
+  <xsl:variable
         name="serif"
         select="'serif'" />
-  <xsl:param
+  <xsl:variable
         name="monospace"
         select="'monospace'" />
   <xsl:param