Re: [dom4j-dev] Problem with NodeList

2004-02-27 Thread Maarten Coene
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

[dom4j-dev] Problem with NodeList

2004-02-24 Thread Henner Kollmann
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