Re: DOCBOOK-APPS: xsltproc segfaults with 1.51.1

From
=?JRN-8859-15?P?Damille_C=F9gnis?=
Date
2002-06-05T10:05:54+00:00
ID
Thread
Re: DOCBOOK-APPS: xsltproc segfaults with 1.51.1
Hmm, tracking down to the code causing the error was easier than I 
thought: the following sample works fine with 1.48 and makes xsltproc 
1.0.18 segfault with 1.51.1 html (works with FO).

Camille.

-----------------------------------------------------
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/sgml/docbook/xml-dtd-4.1.2/docbookx.dtd">

<article>
   <title>xsltproc segfault test</title>
   <para><mediaobject>
       <imageobject>
	<imagedata fileref="images/pingusa.png"/>
       </imageobject>
     </mediaobject></para>
</article>
-----------------------------------------------------

Camille B嶲nis wrote:
> Hello,
> 
> just upgraded to XSL 1.51.1 and got a bad surprise:
> 
> xsltproc -o master.html 
> /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl master.xml
> Error Undefined namespace prefix
> xmlXPathCompiledEval: evaluation failed
> Erreur de segmentation