Re: Validating CSV against XSD

2013-01-20 Thread Michael Glavassevich
There's no support for DFDL in Xerces. No one has ever asked about it before. There are no plans to add it. Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Bob Schloss wrote on 08/01/2013 01:39:10 PM: >

RE: Validating CSV against XSD

2013-01-08 Thread David Lee
If you use a specific conversion of CSV to XML then convert your CSV file to XML then validate it using XSD David A. Lee d...@calldei.com http://www.xmlsh.org From: kamal kaur [mailto:kamal.k.k...@gmail.com] Sent: Tuesday, January

Re: Validating CSV against XSD

2013-01-08 Thread Bob Schloss
Hi Kamal, There is a specification, known as Data Formal Description Language (DFDL) which has ways to add annotations into the XSD file expressing how the data will actually appear in a non-XML file, such as CSV. There would have to be some kind of support in your XML parser to support/