Just a quick question:
Is there anyway to get the number of attributes an xml node has.
I’m just not fond of the way you have to loop through an xml node ala
http://www.macromedia.com/devnet/flash/articles/tools_xmlobject.html
for (attr in this.childNodes*.attributes) {
…
}
Is there nothing like childNodes*.attributes.length???
cheers, Rich
:pope: - These smilies crack me up