Hi Henner,
I've committed your fix to CVS.
thanks
Maarten
Henner Kollmann wrote:
Hi all,
I have a little problem with the NodeList implementation.
If i use node.getElementsByTagName("test").item(0) and no node named "test"
exist this function should return null - see NodeList definition of w3
Hi all,
I have a little problem with the NodeList implementation.
If i use node.getElementsByTagName("test").item(0) and no node named "test"
exist this function should return null - see NodeList definition of w3c dom.
In your current implementation, downloaded version 1.4, using of this method