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.