|
Subject: Re: [xsl] Specifying the XHTML XMLNS From: Robert Koberg <rob@xxxxxxxxxx> Date: Wed, 28 Sep 2005 11:03:07 -0400 |
Of course not. I have posted the "original" stylesheet that didn't include the xmlns declaration. If I make the change you suggest, the XSLT becomes (the same but with an extra xmlns declaration in xsl:stylesheet tag):
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
best, -Rob
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Specifying the XHTML XMLN, knocte | Thread | Re: [xsl] Specifying the XHTML XMLN, David Carlisle |
| Re: [xsl] Basic question about Name, David Carlisle | Date | Re: [xsl] Specifying the XHTML XMLN, David Carlisle |
| Month |