|
Subject: Re: [xsl] Transform xhtml to xhtml, convert one tag to another, while preserving rest of file From: "Peter O." <xolox@xxxxxxx> Date: Mon, 07 Feb 2005 21:21:17 +0100 |
<xsl:template match="node()|@*">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
</xsl:copy>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Transform xhtml to xhtml,, Joris Gillis | Thread | Re: [xsl] Transform xhtml to xhtml,, Wendell Piez |
| Re: [xsl] Matching XML elements for, Joris Gillis | Date | Re: [xsl] Transform xhtml to xhtml,, Wendell Piez |
| Month |