This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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égnis 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]