|
Subject: Re: [xsl] Modifying select attribute values in XHTML From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Thu, 17 Aug 2006 16:05:38 -0400 |
<xsl:template match="xhtml/*">
<xsl:copy>
<xsl:copy-of select="@*[not(name()='src' or name()='href')]"/>
<xsl:apply-templates select="*"/>
</xsl:copy>
</xsl:template>
Regards, Wendell
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Modifying select attribut, Brook Ellingwood | Thread | RE: [xsl] How do I build a nodeset , Zaleski, Matthew \(M |
| Re: [xsl] Need help with XSLT: addi, Nishi Bhonsle | Date | Re: [xsl] How do I build a nodeset , David Carlisle |
| Month |