atom feed3 messages in org.oasis-open.lists.docbookRe: [docbook] formalpara 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:Re: [docbook] formalpara and fop0.91beta
From:Paul Dumais (pa@unstate.ca)
Date:Apr 1, 2006 6:44:13 am
List:org.oasis-open.lists.docbook

Sorry, I need to read my post before I send it! Notice the proper closing tags should have been included in my last post.

I get: Exception java.lang.ClassCastException

whenever I have:

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

Everything is fine when I have:

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

I'm using FOP 0.91beta, xsltproc, docbook-xsl-1.69.1.

Thanks,

Paul