From b2d4aafa14d663496a9d0aa8598917c8193d169f Mon Sep 17 00:00:00 2001 From: fotis Date: Tue, 1 Aug 2000 22:30:35 +0000 Subject: [PATCH] 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 --- docs/xml-docs/build.xml | 21 +++++++++------------ docs/xml-docs/xml2pdf.xsl | 18 +++++++++--------- docs/xml-docs/xml2xml.xsl | 26 ++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 21 deletions(-) create mode 100644 docs/xml-docs/xml2xml.xsl diff --git a/docs/xml-docs/build.xml b/docs/xml-docs/build.xml index 5b95af2b0..8be735c05 100644 --- a/docs/xml-docs/build.xml +++ b/docs/xml-docs/build.xml @@ -23,38 +23,35 @@ These are the meaningful targets for this build file: - - - - - - + + - - + + - + - + - - + 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 @@ -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" > @@ -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" > @@ -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"> @@ -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"> @@ -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" > @@ -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"> @@ -289,7 +289,7 @@ TBD: - The faq doesn't show in the content @@ -308,7 +308,7 @@ TBD: - The faq doesn't show in the content diff --git a/docs/xml-docs/xml2xml.xsl b/docs/xml-docs/xml2xml.xsl new file mode 100644 index 000000000..69333c99a --- /dev/null +++ b/docs/xml-docs/xml2xml.xsl @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5