C++ Implementation
The C++ implementation is composed of the source files listed below.
X12ToXML.cpp: the main routine for the C++ application with an X12 interchange as source
X12SourceConverter.cpp: the class that drives conversion from X12 to XML
X12SourceConverter.h: the header file for the X12SourceConverter class
EDIRecordReader.cpp: the class that handles reading EDI segments and converting to XML
EDIRecordReader.h: the header file for the EDIRecordReader class
X12RecordReader.cpp: the class that handles reading X12 control segments
X12RecordReader.h: the header file for the X12RecordReader class
XMLToX12.cpp: the main routine for the C++ application with an X12 interchange as the target
X12TargetConverter.cpp: the class that drives conversion ...