[Home] [By Thread] [By Date] [Recent Entries]



At the risk of being pedantic, rude, etc.

    if ("http://my.namespace.com/".equals(elObject.getNamespace()))

works with getNamespace() returning a null.

Sorry :-)

Bob

On 01/11/28 12:34 PM, "Tim Bray" <tbray@t...> wrote:
> 
> 
> I'm in part responsible for the empty string.  The semantic is the
> same - there's no namespace name.  I argued for the empty string in
> SAX2 because in java it's convenient to write
> 
> if (elObject.getNamespace().equals("http://my.namespace.com/"))
> 
> and this always works if "no namespace" is signaled by an
> empty string.  It's also coherent since the NS rec explicitly
> rules out the empty string ever being used as a namespace name.
> -Tim


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member