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: Warnings with xsltproc and DocBook XSL Stylesheets1.59.0


On Sun, Jan 05, 2003 at 11:57:50AM +0100, Sebastian Bergmann wrote:
>   After upgrading libxml2, libxslt and xsltproc to the current CVS HEAD
>   I get the following warnings:
> 
> file:///e%3A/home/docbook/xsl/html/callout.xsl:7: warning: xmlns:xverb:
> URI com.
> nwalsh.xalan.Verbatim is not absolute
>                  version='1.0'>

  Hum, right, relative URI for namespace name are deprecated, libxml2
was catching the problem for default namespace but not for non-default
ones and I fixed this in CVS.
  Seems either the namespace names should be fixed (might be hard)
or the warning should be ignored ... maybe I should add --nowarning
of xmllint to xsltproc .

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]