xsl-list
[Top] [All Lists]

RE: [xsl] csv data to xml

2013-06-25 08:19:00
Where is the csv coming from?  Can you output the original data as some kind of 
XML instead of csv?  Many programs these days can do that -- e.g., Excel and 
FilemakerPro can both export their own flavors of very basic XML.  Then you'd 
be able to work with XML in/XML out, which might be the easiest.  

Michele

-----Original Message-----
From: henry human [mailto:henry_human(_at_)yahoo(_dot_)de] 
Sent: Tuesday, June 25, 2013 9:08 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] csv data to xml

Hi
Regarding a specific advangage, not realy! 
XSLT was considered as the easyest way to create the xml output! 
The validation I think can happen with other services / technologies from the 
platform after the transformation have done.

 
----- Ursprüngliche Message -----
Von: Louis-Dominique Dubeau <ldd(_at_)lddubeau(_dot_)com>
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
CC: 
Gesendet: 15:01 Dienstag, 25.Juni 2013
Betreff: Re: [xsl] csv data to xml

On Tue, 2013-06-25 at 13:46 +0100, henry human wrote:
How get this csv data to xml using xslt:

[.. snip ...]

Based on what you say in your post about your problem, I would not use XSLT for 
this. I'd use python, perl, sed, awk or something similar to perform the 
transformation and feed the output to a validator to check that the document is 
at least well-formed and, if there's a schema, that it conforms to the schema.

Is there a substantial advantage that you see XSLT giving you over other 
solutions?

Louis


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>