|
Subject: Re: [xsl] pulling a document with a null namespace into a namespace From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Fri, 08 Aug 2003 18:52:19 +0200 |
I've tried, I really have, but I can't come up with a solution to this.
Have a look at http://www.w3.org/TR/xslt#section-Creating-Elements-with-xsl:element
Try something like
<xsl:template match="*">
<xsl:element name="{local-name()}" namespace="http://wibble.com/ns">
<xsl:copy-of select="@*/>
<xsl:apply-templates/>
</xsl:element>
</xsl:template>Add identity templates for PI and comments and/or special attribute processing at leisure.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] pulling a document with a, David Carlisle | Thread | RE: [xsl] pulling a document with a, Michael Kay |
| Re: [xsl] <xsl:if>, J.Pietschmann | Date | RE: [xsl] <xsl:if>, AROSO Jose Antonio |
| Month |