Re: [docbook-apps] Docbook XSL and RELAX NG documents

From
Matthew Burgess <>
Date
2004-12-16T20:17:25+00:00
ID
Thread
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 :(

Regards,

Matt.