I am trying to figure out if there is an easier way than my method for testing for the existence of an XML node using XDP JavaScript?The problem of course is that if I look at the value of a node that doesn't exist, it throws an error and the entire calculate script bombs. To date, I have been doin...