create xml from object
- by Gannesh
Basically i want to create XMLDesigner kind of thing in Flex, using which user can add/edit components and properties of view/dashboard.
i am storing view structure in a xml file. i parsed that file at runtime and display view.
How to convert an object (having properties and sub-objects) to xml node (having attributes and elements) and add that…