I got a this piece of code and I dont understand why the result is 0.
var xmlDoc = Application("deviceList");
objNodeList = xmlDoc.selectNodes("//DeviceList/Device");
but when I print out objNodeList.length, it is = 0. I should get all the list of all the IP phone back but somehow it gave me back 0. ANy idea why??