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: formalpara and fop0.91beta


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


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