aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/xml2pdf.xsl
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-08-01 22:30:35 +0000
committerfotis <fotis@unknown>2000-08-01 22:30:35 +0000
commitb2d4aafa14d663496a9d0aa8598917c8193d169f (patch)
tree5fe80db1db1baf1a14be447a70737f93075a0b2b /docs/xml-docs/xml2pdf.xsl
parent2f1800a3c385325d5e65daa65f186d9bafd26b65 (diff)
downloadxmlgraphics-fop-b2d4aafa14d663496a9d0aa8598917c8193d169f.tar.gz
xmlgraphics-fop-b2d4aafa14d663496a9d0aa8598917c8193d169f.zip
replaced ant task with a xslt stylesheet (discovered that stylebook doesn't need the dtd)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/xml2pdf.xsl')
-rw-r--r--docs/xml-docs/xml2pdf.xsl18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/xml-docs/xml2pdf.xsl b/docs/xml-docs/xml2pdf.xsl
index 287aef28a..19e053a5f 100644
--- a/docs/xml-docs/xml2pdf.xsl
+++ b/docs/xml-docs/xml2pdf.xsl
@@ -73,7 +73,7 @@ TBD: - The faq doesn't show in the content
space-after.optimum="15pt"
background-color="blue"
color="white"
- text-align="centered">
+ text-align="center">
FOP - an xsl:fo renderer
</fo:block>
@@ -133,7 +133,7 @@ TBD: - The faq doesn't show in the content
space-after.optimum="15pt"
background-color="blue"
color="white"
- text-align="centered"
+ text-align="center"
>
<xsl:attribute name="id">
<xsl:value-of select="translate(.,' ),-.(','____')"/>
@@ -150,7 +150,7 @@ TBD: - The faq doesn't show in the content
line-height="20pt"
space-before.optimum="15pt"
space-after.optimum="12pt"
- text-align="centered"
+ text-align="center"
padding-top="3pt"
>
<xsl:value-of select="@title"/>
@@ -165,7 +165,7 @@ TBD: - The faq doesn't show in the content
line-height="18pt"
space-before.optimum="10pt"
space-after.optimum="9pt"
- text-align="centered"
+ text-align="center"
padding-top="3pt">
<xsl:value-of select="@title"/>
</fo:block>
@@ -179,7 +179,7 @@ TBD: - The faq doesn't show in the content
line-height="13pt"
space-after.optimum="3pt"
space-before.optimum="3pt"
- text-align="justified">
+ text-align="justify">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
@@ -206,7 +206,7 @@ TBD: - The faq doesn't show in the content
space-after.optimum="15pt"
background-color="blue"
color="white"
- text-align="centered"
+ text-align="center"
>
<xsl:attribute name="id">
<xsl:value-of select="translate(.,' ),-.(','____')"/>
@@ -229,7 +229,7 @@ TBD: - The faq doesn't show in the content
line-height="13pt"
space-after.optimum="3pt"
space-before.optimum="3pt"
- text-align="justified">
+ text-align="justify">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
@@ -289,7 +289,7 @@ TBD: - The faq doesn't show in the content
</fo:list-item-label>
<fo:list-item-body>
<fo:block space-after.optimum="4pt"
- text-align="justified"
+ text-align="justify"
padding-top="3pt">
<xsl:apply-templates/>
</fo:block>
@@ -308,7 +308,7 @@ TBD: - The faq doesn't show in the content
</fo:list-item-label>
<fo:list-item-body>
<fo:block space-after.optimum="4pt"
- text-align="justified"
+ text-align="justify"
padding-top="3pt">
<xsl:apply-templates/>
</fo:block>