[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Excel to XML
- From: Richard Lanyon <rgl@decisionsoft.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 16 Jan 2001 09:29:52 +0000 (GMT)
---------- Forwarded message ----------
Date: Tue, 16 Jan 2001 09:23:44 +0000 (GMT)
From: Gareth Reakes <gareth@decisionsoft.com>
To: rgl@decisionsoft.com
Hello,
XMLScript (www.xmlscript.org) has a facility to read in csv
files. The command
<_data file="blah.csv" csv="yes" />
will load the in as XML in <table><row><data></data></row></table>
format. It can then be manipulated/printed out.
Version 1 of XMLScript is looking a bit dated now although
version 2 (with namespace and XPath support) will be available soon.
Gareth