Re: [xsl] namespaces issue

Subject: Re: [xsl] namespaces issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 11 Nov 2010 19:26:18 +0000
On 11/11/2010 18:54, Dave Pawson wrote:
Question... what effect (seemingly none) does the
xmlns=""   have?

none



xmlns="" removes any binding in scope for the default namespace but her ethere is nothing to remove so it's just a redundant declaration with no effect like


<a xmlns="x">
  <b xmlns="x">

which is the same as


<a xmlns="x"> <b>

Current Thread