atom feed3 messages in org.oasis-open.lists.docbookformalpara and fop0.91beta
FromSent OnAttachments
Paul DumaisMar 31, 2006 3:16 pm 
Paul DumaisApr 1, 2006 6:40 am 
Paul DumaisApr 1, 2006 6:44 am 
Subject:formalpara and fop0.91beta
From:Paul Dumais (pa@unstate.ca)
Date:Mar 31, 2006 3:16:35 pm
List:org.oasis-open.lists.docbook

I was wanted to report a problem I am having to find out if this is a bug with docbook or FOP.

I am using docbook xml 5.0 (docbook-xsl-1.69.1) and FOP0.91beta.

I get: Exception java.lang.ClassCastException

whenever I have:

<formalpara> <title>test</title> <para>test<para> </formalpara>

but not when I have:

<formalpara> <title>test</title> <para> test </para> </formalpara>

This is strange. Any clue why? Should I report this as a bug to the FOP people?

Thanks,

Paul