Re: DevX: Processing EDI Documents into XML with Python

2005-01-25 Thread Satchidanand Haridas
There has already been some work in this area - although for X12 transactions for the healthcare industry. Its on sourceforge already and best of all the development language is Python: http://sourceforge.net/projects/pyx12/ thanks, Satchit Satchidanand Haridas (sharidas at zeomega dot

DevX: Processing EDI Documents into XML with Python

2005-01-21 Thread Claudio Grondi
You don't have to rely on expensive and proprietary EDI conversion software to parse, validate, and translate EDI X12 data to and from XML; you can build your own translator with any modern programming language, such as Python. by Jeremy Jones

Re: DevX: Processing EDI Documents into XML with Python

2005-01-21 Thread Jeremy Jones
Claudio Grondi wrote: You don't have to rely on expensive and proprietary EDI conversion software to parse, validate, and translate EDI X12 data to and from XML; you can build your own translator with any modern programming language, such as Python. by Jeremy Jones