Re: [xsl] CSV to XML

Subject: Re: [xsl] CSV to XML
From: "Bryce K. Nielsen" <bryce@xxxxxxxxxxx>
Date: Fri, 9 Sep 2005 08:45:17 -0600
If you're on Windows, you can look at xmlLinguist, the Text-To-XML Translator at http://www.sysonyx.com/products/xmllinguist. It's designed to translate a structured text document, such as a CSV file, into XML. The engine is bi-directional too, so the resulting XML document can be translated back into CSV format.

The runtime engines, royalty free, come in two flavors, a command line driven EXE and a COM Object. There's a tutorial on how to translate an XML document into an EDI 850 using VBScript at http://www.sysonyx.com/xml-to-edi-850. The examples can easily be modified into any Windows language, such as VB, C#, Delphi, etc.

Bryce K. Nielsen
SysOnyx, Inc. (www.sysonyx.com)
Makers of xmlDig, the XML-SQL Extractor
http://www.sysonyx.com/products/xmldig

Current Thread