Question
Missing elements/attributes in XML
I'm using XmlParse to pull data out of xml files. How do you handle cases where some of the xml contain elements/attributes that others do not? There must be a graceful way to test for the existance of an element etc without using a try/catch, but I'm not sure what it is. Any suggestions?
