March 17, 200619 yr I'm trying to import data stored as attributes in the xml file. The xml file also has data in it's elements too. I managed to figure out how to import the element data, but that approach doesn't work for the attribute data. Here's an example of the element data I'm attempting to get the highlighted data out of this file. The structure of the xml file is: ProfilesProfileUniqueID
March 18, 200619 yr The attribute of an element is accessed via "@" and the attribute name. Here's an example from a post today. We're assuming the "for-each" would match your element (you say you have this).
Create an account or sign in to comment