Re: [xsl] csv data to xml

Subject: Re: [xsl] csv data to xml
From: henry human <henry_human@xxxxxxxx>
Date: Tue, 25 Jun 2013 14:07:40 +0100 (BST)
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@xxxxxxxxxxxx>
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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

Current Thread