How do I retrieve the attributes of an element?
i.e.
<ParEle>
<values id="child1">1</values>
<values id="child2">2</values>
</ParEle>
obviously in this case I'm looking for the "id" of each element but lets say I didn't know what the attribute was called, can I just enumerate through all available?
Thanks
Nick
i.e.
<ParEle>
<values id="child1">1</values>
<values id="child2">2</values>
</ParEle>
obviously in this case I'm looking for the "id" of each element but lets say I didn't know what the attribute was called, can I just enumerate through all available?
Thanks
Nick