Author: sjur
Date: Tue Aug 19 07:37:38 2008
New Revision: 687063
URL: http://svn.apache.org/viewvc?rev=687063&view=rev
Log:
Comments and whitespace changes only.
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=687063&r1=687062&r2=687063&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
Tue Aug 19 07:37:38 2008
@@ -98,16 +98,12 @@
<xsl:param
name="numbering-max-depth"
select="'3'" />
-<!-- Font-family variables defined here: -->
- <xsl:param
- name="sans-serif"
- select="'sans-serif'" />
- <xsl:param
- name="serif"
- select="'serif'" />
- <xsl:param
- name="monospace"
- select="'monospace'" />
+<!-- Font-family parameters defined here. Default values specified,
+ but usually the values should be passed in from the calling sitemap. -->
+ <xsl:param name="serif" select="'serif'" />
+ <xsl:param name="sans-serif" select="'sans-serif'" />
+ <xsl:param name="monospace" select="'monospace'" />
+<!-- Other external parameters: -->
<xsl:param
name="imagesdir"
select="." />
@@ -116,6 +112,8 @@
<xsl:param
name="path"
select="." />
+
+<!-- Included stylesheets: -->
<xsl:include
href="helper-pdfoutline.xsl" />
<xsl:include
@@ -130,6 +128,7 @@
href="helper-layout.xsl" />
<xsl:include
href="helper-xmpMetadata.xsl" />
+
<xsl:template
match="/">
<fo:root