Re: [xsl] Effect of default namespace specifications on imports

Subject: Re: [xsl] Effect of default namespace specifications on imports
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxx>
Date: Sun, 28 Oct 2012 11:09:48 +0000
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.

Current Thread