Subject: RE: [xsl] why do I get duplicate <HTML> after xsl:copy ? From: "Aron Bock" <aronbock@xxxxxxxxxxx> Date: Thu, 02 Jun 2005 15:58:37 +0000 |
Im trying to copy all the contents of an HTML file into another file but I get a duplicate <HTML> tag at the start. Ive tried out loads of options but theres always a duplication of the first <xsl:apply-templates> expression.
My .xsl file begins as such
---------------------- <xsl:template match="/"> <xsl:apply-templates select="HTML"/> </xsl:template> <xsl:template match="HTML"> <xsl:copy> <xsl:copy-of select="."/> <xsl:apply-templates select="BODY"/> </xsl:copy> </xsl:template>
----------------------
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] why do I get duplicate <H, David Carlisle | Thread | RE: [xsl] why do I get duplicate <H, Andrew Welch |
[xsl] I need to eliminate the dupli, Love, Toni | Date | Re: [xsl] why do I get duplicate <H, Rahil |
Month |