|
Subject: Re: [xsl] Copying XHTML From: Ronald <ronald@xxxxxxxxxxx> Date: Tue, 17 Apr 2001 14:07:54 +0100 |
<xsl:template match="html">
<html>
<xsl:apply-templates select="body"/>
</html>
</xsl:template>
<xsl:template match="body"> <xsl:copy-of select="*"/> </xsl:template>
<xsl:template match="/"> <html> <xsl:apply-templates/> <html> </xsl:template>
Then I try to deep copy the body
<xsl:template match="body"> <xsl:copy-of select="*"/> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Copying XHTML, Mika . Borner | Thread | Re: [xsl] Copying XHTML, Ronald |
| Re: [xsl] Copying XHTML, David Carlisle | Date | RE: [xsl] Copying XHTML, Michael Kay |
| Month |