As an example, I have a simple XML document:<SITE><TYPE>retail</TYPE><LOC>Smallville</LOC><ZIP>12345</ZIP></SITE>I have defined variables:strType StringstrLOC StringstrZIP StringI have no issues with getting this data with the Get XML Data Docuemnt S...