creamcitian
MIS
Very similar question as I had a few threads down, but this time, I don't know what the name of the attribute is going to be and would like to display it (the name of the attribute itself, not the value of the attribute)
Example:
XML
<Combine target="A" type="OneToOne" sourceCount="1" sourceCount1="CL-1CA39N2" CL-1CA39N2="S" />
To Be Displayed:
Target: A, Type: OneToOne, Source Count: 1, Source Count 1: CL-1CA39N2, CL-1CA39N2: S
How do I access the name of the fourth attribute when I do not know what it is going to be?
Again, thank you in advance for any help - it is much appreciated.
Example:
XML
<Combine target="A" type="OneToOne" sourceCount="1" sourceCount1="CL-1CA39N2" CL-1CA39N2="S" />
To Be Displayed:
Target: A, Type: OneToOne, Source Count: 1, Source Count 1: CL-1CA39N2, CL-1CA39N2: S
How do I access the name of the fourth attribute when I do not know what it is going to be?
Again, thank you in advance for any help - it is much appreciated.