Re: converting document to XML

Ding, Suli (Suli.Ding@geis.ge.com)
Tue, 10 Nov 1998 09:01:08 -0500


The UNIX version of the "doc2xml" are available from
http://www.geocities.com/SiliconValley/Platform/4871/

A new command line option "-e" has been added to not produce empty element.
For example,
<CurDtl></CurDtl>
will not be produced to the output file.

Another command line option "-o" can be specified for the output file name.
For example
doc2xml -tedi.tbl -e -oXML.out isa.edi
will produce the XML document in file "XML.out".

Regards,

Suli Ding