Hello,
How can I read a xml file using Node Names:
For Example:
I could use:
Quote:
|
objLst.item(i).childNodes.item(2).text
|
but instead of that, I want something like this:
Quote:
|
objLst.item(i).childNodes.item("reference").text
|
Is it possible ? How can i do that ?