Vivek Pandey wrote: > > * For xmlns="default/", should the nodeName and prefix be empty string, or > > null? I'm assuming empty, because I can find no reference in any DOM Core > > spec that permits nodeName to be null, and I'm told that anything not > > expressly permitted in the spec is forbidden. > > > > as per the DOM L3 core spec the prefix for default namespace should be > null. See > http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20020409/core.html#ID-1950641247. Thanks for the citation. I checked it, but I didn't find an answer to my question. Can you quote me the text in Core that permits nodeName to be null? I understand that the prefix attribute can be null. I also understand that for XPathNamespace, the nodeName is supposed to be the same as the prefix. My question is, should I assume the logical implication, that if prefix is null, then nodeName should also be null? I hesitate to do so, since I see no explicit statement that null is permitted for nodeName. Perry A. Caro Adobe Systems IncorporatedReceived on Friday, 13 September 2002 20:36:52 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 22 June 2012 06:13:56 GMT