Re: DOCBOOK-APPS: xsltproc processing error

From
fyl2xp1 <>
Date
2002-07-04T13:51:50+00:00
ID
00a801c22361$e7804be0$0f11bc93@htrtttt
Thread
Re: DOCBOOK-APPS: xsltproc processing error
"file:///C:/docbook/docbkx412/docbookx.dtd",

"file:///C:\docbook\docbkx412\docbookx.dtd",

"file:/C:/docbook/docbkx412/docbookx.dtd",

and

"file:/C:\docbook\docbkx412\docbookx.dtd"

all produce the same errors

----- Original Message -----
From: "Daniel Veillard" <>
To: "fyl2xp1" <>
Cc: "docbook-apps" <>
Sent: Thursday, July 04, 2002 2:35 PM
Subject: Re: DOCBOOK-APPS: xsltproc processing error


> On Thu, Jul 04, 2002 at 02:14:10PM +0100, fyl2xp1 wrote:
> > This is probably a really pathetic question so please excuse me,
> [...]
> > I execute the command sequence:
> >
> > C:\>xsltproc C:\docbook\docbook-xsl\html\docbook.xsl DocBook.xml >
test.html
> >
> > I get 64 errors all of the form
> >
> > warning: failed to load external entity "../VERSION"
> [...]
> > xsl document, why is this happening?
>
>   Because C:\docbook\docbook-xsl\html\docbook.xsl  is not an URI base
> and the internal URI layer of libxml2 just won't compute the URI reference
> ../VERSION according to this "base".
>   That's a problem with the Windows port. Try C:/docbook/... instead
> this might work.
>
> Daniel
>
> --
> Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
>   | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
> http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/