I am trying to parse an XML document that has a lot of attributes in it.
For example.
<name first="bob" middle="J" last="smith>
I have read the DOM XML tutorial on this site, but it does NOT work at all. Does anyone have any experience with this?