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] | [Elist Home]


Subject: 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: bobs@caldera.com


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


Powered by eList eXpress LLC