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]

[docbook-apps] 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


--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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