On Tuesday, 11/20/2001 at 01:12 EST, Elena Litani <[EMAIL PROTECTED]> wrote: > DOM allows URI to be represented as "" or null.
True, but they're generally considered two seperate cases. Per DOM Level 2, section 1.1.8 (XML Namespaces): Note that because the DOM does no lexical checking, the empty string will be treated as a real namespace URI in DOM Level 2 methods. Applications must use the value null as the namespaceURI parameter for methods if they wish to have no namespace. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
