I'm struggling with a project to use ASP to read an XML file that was
opened and editted by Excel. I'm able to open the spreadsheet fine as
a recordset using ADO, but I need a way to read an attribute I defined
on each element for validation (in case the user performed a column
sort instead of a spreadsheet sort). This has got me stumped. Is ADO
capable of reading XML element attributes?