<xsl:param name="ns" select="'http://docbook.org/ns/docbook'"/>
<xsl:param name="html-ns" select="'http://www.w3.org/1999/xhtml'"/>
<xsl:param name="rddl-ns" select="'http://www.rddl.org/'"/>
+<xsl:param name="xi-ns" select="'http://www.w3.org/2001/XInclude'"/>
<xsl:template match="/">
<xsl:apply-templates/>
<xsl:value-of select="$html-ns"/>
<xsl:text>" </xsl:text>
</xsl:when>
+ <xsl:when test="starts-with(@name,'xi:')">
+ <xsl:text>	xmlns:xi	CDATA	#FIXED	"</xsl:text>
+ <xsl:value-of select="$xi-ns"/>
+ <xsl:text>" </xsl:text>
+ </xsl:when>
<xsl:when test="contains(@name, ':')">
<xsl:message terminate="yes">
<xsl:text>Unexpected prefix on </xsl:text>