> -----Original Message-----
> From: Matthew Burgess [mailto:]
> Sent: den 16 december 2004 21:19
> To: Mauritz Jeanson
> Cc: ; 'Docbook-Apps'
> Subject: Re: [docbook-apps] Docbook XSL and RELAX NG documents
>
> Mauritz Jeanson wrote:
>
> > If you change to a "null namespace" in the template, then
> things work
> > better. That is, change
> >
> > <xsl:element name="{local-name(.)}"
> > namespace="http://www.w3.org/1999/xhtml">
> >
> > to
> >
> > <xsl:element name="{local-name(.)}" namespace="">
>
> Thanks for the suggestion, Mauritz. Unfortunately that
> doesn't appear
> to have any effect whatsoever here :(
Hmm... This might have something to do with the processor. It works with
Saxon, but I vaguely recall some issues with the implementation of
node-set() in xsltproc.
/MJ