← Prev in month ← Prev in thread

Re: DOCBOOK-APPS: Why does xsltproc produce a segmentation faultwhen...

From
Bob Stayton <>
Date
2002-08-29T17:45:33+00:00
ID
Thread
Re: DOCBOOK-APPS: Why does xsltproc produce a segmentation faultwhen...
On Thu, Aug 29, 2002 at 07:19:20PM +0200, Giuseppe Greco wrote:
> I have a problem with xsltproc...
> 
> I wrote a document like this:
> 
> <!DOCTYPE bibliography PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
>   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
> <bibliography>
>   <title>My title</title>
>   <bibliodiv>
>     ...
>   </bibliodiv>
> </bibliography>
> 
> When xsltproc processes this file, a segmentation fault occurs.
> To fix the problem, I have to modify my document as following:
> 
> !DOCTYPE bibliography PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
>   "/usr/share/sgml/docbook/xml-dtd/docbookx.dtd"
> <bibliography>
>   <title>My title</title>
>   <bibliodiv>
>     ...
>   </bibliodiv>
> </bibliography>
> 
> Yes, I have to replace the URL with a local URI.
> Could somebody tell me why xsltproc behaves like this?

Your document Works for me (after I close the
DOCTYPE declaration).
Perhaps you are using an old version of xsltproc?

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: 
← Prev in month ← Prev in thread