E4X and case sensitivity
Although this may very well be slightly obvious, when using E4X in Actionscript3.0, differences in case between opening and closing XML tags can really have you running around the place searching for bugs in your code, while the bug is in reality in your XML. It had me running to say the least..
So next time when you think your code isn’t working, have a look at your XML source file..
February 11th, 2008 | Quote
i need to generate a XML file at runtime with some input parameters from user
January 30th, 2008 | Quote
Hey Balan, maybe if you would be a tag more specific then perhaps I would be able to help you out here?
January 30th, 2008 | Quote
i need the sample coding to create a XML using ActioScript coding dynamically.