in reply to Re^6: how does XML::DOM load XML?
in thread how does XML::DOM loadXML?

Looks to me like you're having problems with case sensitivity.

Firstly, you are looking for tags called "Name" and "Result" where the tags are actually called "name" and "result". Secondly, your error message says that you're trying to call a method called "getnodevalue", but the method is actually called "getNodeValue".

Case sensitivity is important.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.