XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[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?

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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS