Re: [xml-dev] RE: Validating tab-delimited text files against an XML Schema?

From
David Lee <>
To
"Costello, Roger L." <>
Date
2012-09-22T20:58:41Z
ID
<>
Thread
Re: [xml-dev] RE: Validating tab-delimited text files against an XML Schema?
It is almost certianly faster.
Csv2xml uses StAX in a fully streaming mode so it can work with arbitrary sized documents without ever have to build a full tree in memory


Sent from my iPad (excuse the terseness) 
David A Lee



On Sep 22, 2012, at 10:42 AM, "Costello, Roger L." <> wrote:

> David Lee wrote:
> 
>> http://www.xmlsh.org/CommandCsv2xml
> 
> Thanks David. I downloaded your tool and ran it on a tab-delimited text file:
> 
> csv2xml -tab books.tab
> 
> Out popped the XML version.
> 
> Wow!
> 
> It can't get any simpler than that.
> 
> Do you have an idea for its speed relative to doing the same thing using XSLT? Is it faster? Slower?
> 
> My customer's tab-delimited text files are huge. I need something that is fast.
> 
> /Roger
> 
> _______________________________________________________________________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe: 
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
> 
>