Quote:
Originally Posted by TonySoprano hello,
I want to export and import data from different systems. Is there any standard way to do this? |
Yes, U can export and import data from different systems with the use of
XML.
XML is becoming a standard way for people to export and import data from different systems. Its simplified mark up language make it easy for different systems to read data in, without knowing the exact structure of the data. If the
XML data description has been properly created it is possible to add additional information to your
XML data files without affecting system that are already using the information.
If you load
XML data into
flash, an object model will be created that will allow you to easily manipulate and extract the data. The same object model is available to create
XML data, and export it to an extenal system.