The following example shows how you can display dynamically loaded XML data (with namespaces) in a Flex DataGrid control.
Full code after the jump.
{ 9 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can display dynamically loaded XML data (with namespaces) in a Flex DataGrid control.
Full code after the jump.
{ 9 comments }
In a previous example, “Converting XML to objects using the Flex SimpleXMLDecoder class”, we saw how to convert an XML instance into an Object instance using the SimpleXMLDecoder class and decodeXML() method.
The following example shows how you can convert an array of objects into an XML object using the SimpleXMLEncoder class and encodeValue() method in Flex.
Full code after the jump.
{ 16 comments }