Forum Moderators: open
Response.Write xmlObj.getElementsByTagName("AnItem").item((counter)).text
This allows me to access the elements I need from xml docs such as:
<AnObject>
<AnItem id="1245">Item Details go here</AnItem>
</AnObject>
The question is how do I access the attribute tags (e.g. the "id" part of the above example)?