xsl-list
[Top] [All Lists]

Re: [xsl] namespaces issue

2010-11-11 13:26:31
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>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>