[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] RE: Validating tab-delimited text files against an XML Schema?
- From: David Carlisle <davidc@nag.co.uk>
- To: "Costello, Roger L." <costello@mitre.org>
- Date: Sat, 22 Sep 2012 20:12:41 +0100
On 22/09/2012 17:39, Costello, Roger L. wrote:
> My customer's tab-delimited text files are huge. I need something that is fast.
For seeing what is happening it is useful to do it in two stages,
converting the file to xml and then processing/validating, but that
means serialising and re-parsing the document so you would probably get
better performance by processing the tab delimited file and returning
sax events rather than an xml file then the schma processor can probably
be told that your tab delimited parser is an xml parser and your tab
delimited file is an xml file and it won't know the difference.
David
--
google plus: https:/profiles.google.com/d.p.carlisle
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]