OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] Global or shared namespace?



Bob Hutchison wrote:
> 
> At the risk of being pedantic, rude, etc.
> 
>     if ("http://my.namespace.com/".equals(elObject.getNamespace()))
> 
> works with getNamespace() returning a null.
> 
> Sorry :-)

Oh yeah?

   if ( thisElem.getNamespace().equals(thatElem.getNamespace()) ) 

Put that in your pipe and smoke it! :)  You must be one of those people
who write stuff like:

   if ( 55 == speed ) ...

How dare you, sir!

-- Tom