[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook] formalpara and fop0.91beta
On 4/1/06, Danny Busch <webmaster@kurbel.net> wrote:
>
> >Exception
> >java.lang.ClassCastException
> >
> >whenever I have:
> >
> ><formalpara>
> > <title>test</title>
> > <para>test<para>
> ></formalpara>
> >
> >
> is that a closing <para> there after test?
>
> danny busch
Woops, yes it is. xsltproc catches those mistakes. Can anyone else
recreate this error?
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]