|
Subject: [xsl] copying mixed xml From: Manolis Mavrikis <M.Mavrikis@xxxxxxxx> Date: Thu, 08 Jan 2004 16:46:38 +0000 |
<m:math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mn><my:value name="z"/></mn></m:math>
<xsl:template match="my:value"> .. do things ... </xsl:template>
<xsl:template match="m:*">
<xsl:element name="{name(.)}">
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</xsl:element>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Re: JSR 206 (JAXP 1.3) Pu, Michael Kay | Thread | Re: [xsl] copying mixed xml, David Carlisle |
| [xsl] Re: JSR 206 (JAXP 1.3) Public, Robert Koberg | Date | RE: [xsl] Re: JSR 206 (JAXP 1.3) Pu, Michael Kay |
| Month |