"Tom M. Yeh" wrote:
> 
> At line 433 in org.apache.crimson.tree.ElementNode2.getAttributeNodeNS
> 
>         && (attr.getNamespaceURI() == namespaceURI...
> 
> shall add a test of whether attr.getNamespaceURI is null. Otherwise, the following 
>statement will cause a NullPointerException -- while it shall return false.
> 
>         element.hasAttributeNS("a-uri", "a-attribute-without-namespace");

Could you send me a test program that exhibits the bug?

---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to