Re: Behavior of namespace during appendChild

On 11/1/11 11:57 AM, Gerwin Jansen wrote:
> Is there a difference in a node X created with namespace "" and a node
> Y created with namespace NULL?

http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-createelementns 
first step says:

   If namespace is the empty string, set it to null.

DOM3 Core had similar language, as did DOM2 Core.  Does that help?

-Boris

Received on Tuesday, 1 November 2011 16:05:46 UTC