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


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

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