Subject: Re: Effect of default namespace specifications on imports
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxx>
Date: Sun, 28 Oct 2012 11:19:41 +0000
|
On Sun, Oct 28, 2012 at 11:09 AM, Ihe Onwuka <ihe.onwuka@xxxxxxxxx> wrote:
> On Sun, Oct 28, 2012 at 9:52 AM, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
>>> <xsl:template match="*">
>>> <xsl:element name="{local-name()}">
>>> <xsl:apply-templates/>
>>> </xsl:element>
>>> </xsl:template
>>
>> Dont forget attributes...
>>
>
> There are none in my XML.
But you are right if considering the more general case so that is a
good reminder.
|