Is it possible to use getNodeValue if you want to get values from multiple attributes at a single level in the tree. For example
<id = "2" name = "Jim" Date = "Today" >
So in my $node variable I have all of the values. How can I use getNodeValue to access them individually