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]

Re: 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/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


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