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


Subject: Re: [docbook-apps] patch for xsl/templates/titlepage.xsl


On Wednesday 12 November 2003 11:19, Daniel Veillard wrote:
> On Wed, Nov 12, 2003 at 11:00:58AM +0100, Kai Schröder wrote:
> > customation most). The problem was that xslt processors create namespace
> > declarations with empty URL like xmlns:ns80="" or xmlns:ns_80="" for all
> > elements without explicite namespace prefix and that Apache FOP 0.20.5
> > can't handle this.
>   Hum, right ... libxslt should not emit such construct. Is that true with
> the latest releases of libxml2 and libxslt ?
>   If yes them try to isolate a way top reproduce the problem and report
> it in bugzilla please,

Information for the list: 

We found out in an IRC session that my version of xsltproc was older as the 
related fix in libxml2/libxslt.

This versions of the x*-libs works fine:

kai@flint:~> xsltproc -V
Using libxml 20510, libxslt 10032 and libexslt 721
xsltproc was compiled against libxml 20510, libxslt 10032 and libexslt 721
libxslt 10032 was compiled against libxml 20510
libexslt 721 was compiled against libxml 20510
kai@flint:~>

Now the next question: add my patch to support older installations or add a 
note to documentation that user need a newer version of xsltproc?

Regards, Kai



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