aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/compiling.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2001-02-05 23:59:53 +0000
committerfotis <fotis@unknown>2001-02-05 23:59:53 +0000
commit1a3636171f599e31d9964fbcf6e32cfc3e6fbbf3 (patch)
treefcdc80683dcc70d51f8feec331a55de4c677730b /docs/xml-docs/fop/compiling.xml
parent159fe7fb1fadf243ac86921b48910220b3f1188d (diff)
downloadxmlgraphics-fop-1a3636171f599e31d9964fbcf6e32cfc3e6fbbf3.tar.gz
xmlgraphics-fop-1a3636171f599e31d9964fbcf6e32cfc3e6fbbf3.zip
updating docs for 0.17 release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/compiling.xml')
-rw-r--r--docs/xml-docs/fop/compiling.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml-docs/fop/compiling.xml b/docs/xml-docs/fop/compiling.xml
index 0c7209f86..f0d0339fb 100644
--- a/docs/xml-docs/fop/compiling.xml
+++ b/docs/xml-docs/fop/compiling.xml
@@ -16,8 +16,8 @@
<s2 title="Setting up your classpath">
<p>The build process relies on finding following libraries in your classpath (the version numbers indicate that building with them has been successfully tested, other, later versions may work too:</p>
<ul>
- <li><jump href="http://xml.apache.org/xerces-j/index.html">Xerces-J</jump> version 1.2.1 (xml parser)</li>
- <li><jump href="http://xml.apache.org/xalan/index.html">Xalan</jump> version 1.2 (xslt processor)</li>
+ <li><jump href="http://xml.apache.org/xerces-j/index.html">Xerces-J</jump> version 1.2.1 (xml parser). Xerces-J version 1.3.0 does not work, because of a bug in Xerces!</li>
+ <li><jump href="http://xml.apache.org/xalan/index.html">Xalan</jump> version 1.2 (xslt processor). Xalan 2.0 is also supported.</li>
<li>bsf.jar (comes with Xalan)</li>
<li>jimi.jar (image processing library) this file is optional </li>
</ul>