I have a function that is building some xml through a recursive function... and then call another function once the xml is done....
how can I tell when it is done being built: I can not do: function buildXML() { buidlXML(); callotherfunction(); } because that would called to much.... hmm can not figure this out... the buildXML function is taking other XML and canging it to a structure I can use.... _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders