I am a newbie in programming. I have XSD that describes objects. With these objects I can describe any flat file (e.g
02.02.2010
or
1 2 3 4 3 4 5 45 12
, I will describe it with some "array object" and primitive types (Date and Integers)).
I have problems to start to implement. When I have the flat file probably I have to make a tool to describe the file by XSD elements and make new file with the sequences of objects in it. After it I will need a method that reads that sequences file and generate objects and read flat file and serialize it and send it somewhere in XML. Is it correct my logic?