You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/06/18 21:10:08 UTC

DO NOT REPLY [Bug 9964] New: - fop 0.20.4rc, docbook and XALAN-2.3.1

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9964>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9964

fop 0.20.4rc, docbook and XALAN-2.3.1

           Summary: fop 0.20.4rc, docbook and XALAN-2.3.1
           Product: Fop
           Version: 0.15
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: bugzilla.worldwide@goolo.com


XALAN-2.3.1 looks buggy... using XALAN-2.4.D1 (developer version) there's no
problem. ...cause fop 0.20.4rc uses XALAN-2.3.1 I think it's an fop-bug.

I've been using docbook-xsl-1.51.1 (and Java 1.3.0-C) & this input-file (s.xml):

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
                  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<article><section><title>title</title>
<itemizedlist><listitem><para>para</para></listitem></itemizedlist>
</section></article>

running XALAN-Process with this:

java -cp
build\fop.jar;lib\batik.jar;lib\xalan-2.3.1.jar;lib\xercesImpl-2.0.1.jar;lib\avalon-framework-4.0.jar;lib\logkit-1.0.jar;lib\jimi-1.0.jar
org.apache.xalan.xslt.Process -IN s.xml -XSL
o:\docbook\docbook-xsl\docbook-xsl-1.51.1\fo\docbook.xsl -OUT s.fo

and getting this error:

file:///o:/docbook/docbook-xsl/docbook-xsl-1.51.1/fo/lists.xsl; Line 57; Column
47; XSLT Error (javax.xml.transform.TransformerException): 6 >= 5

So I've downloaded latest XALAN Version (XALAN-2.4.D1) renamed & copied it into
the lib directory... running the same command and used
..;lib\xalan_2_4_D1.jar;.. instead of ..;lib\xalan-2.3.1.jar;.. and every thing
works fine.

PS: <itemizedlist> and/or <listitem> are marking trouble

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org