[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: csv data to xml

Subject: RE: csv data to xml
From: Olivier XILLO <oxillo@xxxxxxxxxxx>
Date: Sat, 29 Jun 2013 12:17:24 +0200
RE:  csv data to xml
Hello

I'm doing some batch processing of text files to xml using ANT.
Instead
of having the text file content fed to the XSLT through unparsed-text(), I'm
wrapping the text file in a temporay xml file by adding a opening and closing
tag and then process the resulting XML file using ANT XSLT task.

Below is an
adapted snippet of my ant target :

<target name="csv2xml">
   
  
<xsl:variable name="lines" select="tokenize(text(),'&#xa;')">
   ....
</xsl:template>

Some warnings however, depending on the content of your CSV
file, you may obtain an invalid XML file (due to special characters, tag
opening,...) and then it won't work...

Hope it helps!

Olivier

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.