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: [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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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