Question
how to loop through attributes
Im trying to loop through some XML and use the two attributes
name and href for each button im creating. so far all I have been
able to do is onfuse myself, well not totally - I can pull the
first name attribute from the firstChild. But I have not been able
to successfully assign it to a button. I took out my button code as
it was probably wrong. Heres what Ive tried...