jgerton Posted March 17, 2006 Posted March 17, 2006 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
Fenton Posted March 18, 2006 Posted March 18, 2006 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).
Recommended Posts
This topic is 6830 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now