Thread: How do i access immediate child nodes by name??
How do i access immediate child nodes by
name??
2006-02-21 12:24:26
Hi,
I want to access immediate child DOMNodes by name.....Although DOMElement has a method getElementsByTagName it returns a list of all descendant nodes that have the same name....Is there a method that returns only immediate child nodes??