I want to iterate in e4x but using a parameter. How do I...
function myfunction(tag) {
for each (myInfo in myXML.tag) {
...(Normally you have the actual XML tag name after the . or ..)
function myfunction(tag) {
for each (myInfo in myXML.tag) {
...(Normally you have the actual XML tag name after the . or ..)
e4x loop
0 commentaires:
Enregistrer un commentaire