Deleting and editing a specific node in xml in flex
Vikram Raman
I am de开发者_运维技巧veloping a small application for blackberry playbook. I am using flash builder burrito SDK, i could retrive data from xml,but i could not edit and delete data in xml.Can anyone send me the example to remove and edit node in xml using flash builder burrito.
First of all, Flash Builder is just an IDE. So there is no any difference which IDE you're using to write your ActionScript code to handle XML within your Flex/AIR application.
Second, to deal with XML in ActionScript you have to learn E4X which is special language for dealing with XML. You can learn more from the official documentation or from examples in internet.
Hope this helps!
精彩评论