OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: xsltproc segfaults in xsltApplyTemplates


Hi,

trying to transform the following docbook snippet causes xsltproc to 
segfault. The culprit seems to be the <affiliation> tag within the 
<authorgroup>. I'm using the XSL stylesheets v1.61.2. I already filed a 
bug report here: http://bugzilla.gnome.org/show_bug.cgi?id=114846


Patrick


<?xml version="1.0" standalone='no'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<!-- ROOT ELEMENT -->
<article class="specification" lang="en" vendor="Fillmore Labs" 
revision="0.4">

     <articleinfo>
         <title>Specification</title>

         <authorgroup>
             <author>
                 <firstname>Patrick</firstname>
                 <surname>Eisenacher</surname>
                 <affiliation>
                     <address>
                         <email>a@b.c</email>
                     </address>
                 </affiliation>
             </author>
         </authorgroup>
     </articleinfo>

     <section id="introduction">
         <title>Introduction</title>
         <para>
             Give some short information about the product.
         </para>
     </section>

</article>


-bash-2.05b$ xsltproc -catalogs 
/usr/local/share/xsl/docbook/html/docbook.xsl Specification.xml > 
Specification.html
Segmentation fault (core dumped)


-bash-2.05b$ xsltproc -version
Using libxml 20507, libxslt 10030 and libexslt 720
xsltproc was compiled against libxml 20507, libxslt 10030 and libexslt 720
libxslt 10030 was compiled against libxml 20507
libexslt 720 was compiled against libxml 20507



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]