Hi everyone, XMLConverter is an Actionscript library that converts Value Objects to XML, and vice-versa. It uses a combination of reflection, converters, and hints in your code to produce the XML you need for your back-end applications. It was written after having good experiences with XStream whilst writing Java backends for our Flex applications and not being able to find a suitable equivalent in Actionscript.
I have written a quick doc on how to use the library here: http://www.customware.net/repository/display/FLEX/Integrating+Flex+with +XML+using+XMLConverter Thanks, Daren

