Although XML has become a popular way to mark-up data,
there are many other alternatives still in use such as flat-files and
EDI.
This example shows how an EDI document can be parsed
and converted to XML for use by XML-enabled systems. The conversion is
accomplished by using the XmlTextWriter class found in the System.Xml
namespace.
|