diff options
author | fotis <fotis@unknown> | 2000-07-15 11:24:31 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-07-15 11:24:31 +0000 |
commit | 2162350f507c1e4516f54c6d27e5d625d0e3dcd8 (patch) | |
tree | 0c2e4dd66df8d3681fb9f0dfc60e605bdf8c9f19 /README | |
parent | 447a3f1438b350a04933f42128fa1b595f601f24 (diff) | |
download | xmlgraphics-fop-2162350f507c1e4516f54c6d27e5d625d0e3dcd8.tar.gz xmlgraphics-fop-2162350f507c1e4516f54c6d27e5d625d0e3dcd8.zip |
add warning what version of xerces and xalan to use with Fop
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ FOP readme Compilation of Fop is started by executing build. It requires Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath. + Fop builds successfully with Xerces 1.1.2 and Xalan 1.1, earlier versions + may prove problematic, if they don't support the final version of SAX 2. You can find more details in build.xml or in the documentation under the heading 'compiling'. |