|
FIXML
< Previous Next >
Re: FIXML DTD to Cobol record
Hugh Kennedy / Oakweald Ltd 29 Jun 2007 8:12AM ET> Hi,
>
> Can you please tell me or guide me how to:
>
> 1. Convert FIXML DTD (vesrion 4.4) to cobol message structures for all
> message types i.e. to generate equivalent cobol data structure from
> FIXML DTD autometically.
>
>
> 2. Convert FIXML DTD to standard xml message structure.
>
> Thanks and warm regards, Niroj Pradhan
I would strongly suggest that you wrap you interface to FixML in C/C++ or any other language with good XML handling and use that to map to fixed structs that can map onto Cobol records.
Hugh Kennedy.
Re: FIXML DTD to Cobol record Hugh Kennedy / Oakweald Ltd 29 Jun 2007 8:12AM ET
|