OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] formalpara and fop0.91beta


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]