This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

What version of Xalan to use when chunking?


Title: What version of Xalan to use when chunking?
Hello:

I am using Docbook 4.1.2 and the 1.41 style sheets. I get the following error:

[elrond@rivendell archive]$ java org.apache.xalan.xslt.Process -v -IN stories.xml -XSL xsl/html/chunk.xsl -OUT stories.html
>>>>>>> Xalan Version 2.0.0, <<<<<<<
file:////home/elrond/public_html/archive/xsl/html/chunker.xsl; Line 58; Column 16; Writing pr01.html for preface
file:////home/elrond/public_html/archive/xsl/html/chunker.xsl; Line 58; Column 16; Writing ch01.html for chapter
javax.xml.transform.TransformerException
        at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1212)
        at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:2894)
        at java.lang.Thread.run(Thread.java:484)
---------
java.lang.ArrayIndexOutOfBoundsException
        at org.apache.xml.utils.BoolStack.pop(BoolStack.java:134)
        at org.apache.xalan.serialize.SerializerToHTML.endElement(SerializerToHTML.java:631)

I’ve tried to do chunking with Xalan 2.0 and 2.1 and the 1.40 and 1.41 stylesheets with the same result. Any and all help is greatly appreciated

Carlos

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]