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
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-help lists.oasis-open.org
|