aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/xml2xml.xsl
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-12-12 19:18:50 +0000
committerfotis <fotis@unknown>2000-12-12 19:18:50 +0000
commitc6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee (patch)
tree79443dabcc441bf86b8edb6e560773652b055538 /docs/xml-docs/xml2xml.xsl
parent5668bdab96cbfac4b3c6148a48d81986322280f2 (diff)
downloadxmlgraphics-fop-c6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee.tar.gz
xmlgraphics-fop-c6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee.zip
adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/xml2xml.xsl')
-rw-r--r--docs/xml-docs/xml2xml.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/xml-docs/xml2xml.xsl b/docs/xml-docs/xml2xml.xsl
index 4f14ba59a..a130c144c 100644
--- a/docs/xml-docs/xml2xml.xsl
+++ b/docs/xml-docs/xml2xml.xsl
@@ -9,9 +9,10 @@
<xsl:copy-of select="document('fop/running.xml')"/>
<xsl:copy-of select="document('fop/implemented.xml')"/>
<xsl:copy-of select="document('fop/limitations.xml')"/>
- <xsl:copy-of select="document('fop/fonts.xml')"/>
<xsl:copy-of select="document('fop/bugs.xml')"/>
<xsl:copy-of select="document('fop/examples.xml')"/>
+ <xsl:copy-of select="document('fop/configuration.xml')"/>
+ <xsl:copy-of select="document('fop/fonts.xml')"/>
<xsl:copy-of select="document('fop/compiling.xml')"/>
<xsl:copy-of select="document('fop/embedding.xml')"/>
<xsl:copy-of select="document('fop/involved.xml')"/>