Re: (jade / openjade) : assertion failed in the mif backend

Subject: Re: (jade / openjade) : assertion failed in the mif backend
From: Matthias Clasen <clasen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Sep 1999 11:39:10 +0200
Hi, I spent some time with your problem and can say that it indeed
produces a failed assertion in the mif backend. But it also produces
a couple of parsing errors due to invalid docbook markup. After fixing
those markup bugs, the mif backend runs successful. Here is my changed
version of your example:

<!DOCTYPE sect1 PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<sect1><title>blah blah</title>
    <PARA>
      L'INSA de Toulouse délivre le Diplôme d'Ingénieur (5 ans d'études après le
      baccalauréat) dans huit spécialités en Formation Initiale et quatre spécia
lités
 en Formation Continue, chacune correspondant à une gamme de
      métiers. Depuis sa création en 1963, environ 6 000 ingénieurs ont été
      formés à l'INSA de Toulouse.
    </>
  <para>   
    <VariableList>
      <varlistentry>
	<term>Spécialités en Formation Initiale :</term>
	<listitem>
	  <itemizedlist>
	    <listitem><para>
		Génie Biochimique et Alimentaire, Génétique Microbienne,
                </></>
	  </itemizedlist>
	</listitem>
      </varlistentry>
      <varlistentry><term>Spécialités en Formation Continue :</term>
	<listitem>
	  <itemizedlist>
	    <listitem><para>
		Génie Civil et Urbanisme,
		</></>
	  </itemizedlist>
	</listitem>
      </varlistentry>
    </variablelist>
   </para>
</sect1>


 

> From: kubek@xxxxxxxxxxxx
> Date: Thu, 9 Sep 1999 13:12:54 +0200
> Content-Type: text/plain; charset=iso-8859-1
> Sender: owner-dssslist@xxxxxxxxxxxxxxxx
> Precedence: bulk
> Reply-To: dssslist@xxxxxxxxxxxxxxxx
> X-MIME-Autoconverted: from 8bit to quoted-printable by web4-1.ability.net id GAA13327
> 
> Hi, 
> 
> the document at the end of this message triggers an assertion error
> when using the Mif backend of both jade and openjade with the last
> (and surely previous) docbook stylesheets (1.44).
> 
> I would like to know if this is also the case when using another
> configuration than mine (debian linux/ egcs 1.1 box).
> 
> 
> J.-M. Kubek
> 
> ;;; Error Message :
> 
>     jade: MifFOTBuilder.cxx:1105: 
>     struct MifDoc::Para * MifDoc::curPara(bool = true): Assertion `CurPara != __null' failed.
> 
> ;;; test document
> 
> <!DOCTYPE sect1 PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
> <sect1><title>blah blah</title>
>     <PARA>
>       L'INSA de Toulouse délivre le Diplôme d'Ingénieur (5 ans d'études après le
>       baccalauréat) dans huit spécialités en Formation Initiale et quatre spécia
> lités
>  en Formation Continue, chacune correspondant à une gamme de
>       métiers. Depuis sa création en 1963, environ 6 000 ingénieurs ont été
>       formés à l'INSA de Toulouse.
>     </>
>     <para>   
>       <VariableList>
>         <varlistentry>
>           <term>Spécialités en Formation Initiale :</term>
>           <listitem>
>             <itemizedlist>
>               <listitem><para>
>                   Génie Biochimique et Alimentaire, Génétique Microbienne,
>                 </></>
>             </itemizedlist>
>           </listitem>
>           <varlistentry><term>Spécialités en Formation Continue :
>               <listitem>
>                 <itemizedlist>
>                   <listitem><para>
>                       Génie Civil et Urbanisme,
>                     </></>
>               </itemizedlist>
>       </variablelist>
>       
>       
> 
> 
>  DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist
> 

-- 
Matthias Clasen, 
Tel. 0761/203-5606
Email: clasen@xxxxxxxxxxxxxxxxxxxxxxxxxx
Mathematisches Institut, Albert-Ludwigs-Universitaet Freiburg


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread