| Subject: Re: [xsl] unparsed CDATA maintain HTML From: Manolis Mavrikis <M.Mavrikis@xxxxxxxx> Date: Mon, 15 Dec 2003 18:53:14 +0000 | 
<xsl:template match="text"> <xsl:apply-templates mode="no-namespace-to-xhtml"/> </xsl:template>
<xsl:template match="*" mode="no-namespace-to-xhtml">
<xsl:element name="{name()}" namespace="http://www.w3.org/1999/xhtml">
 <xsl:copy-of select="@*"/>
 <xsl:apply-templates mode="no-namespace-to-xhtml"/>
</xsl:element>
</xsl:template>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] unparsed CDATA maintain H, David Carlisle | Thread | [xsl] global variables and more, Jonny Pony | 
| RE: [xsl] fo:list-block problem, Andreas L. Delmelle | Date | [xsl] Xref numbering test, Norma Yeazell | 
| Month |