Thanks, it works. :) Kieran Topping wrote:
I think you need: "for each (var node in xml.*) {" + instead of: "for (var node in xml.*) {" +The former loops through the /values/ of the XMLList. The latter just loops through the array indices.Kieran
_______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
