| Author |
Creating an Xml File from an Schema.
|
Arulanand Dayalan
Ranch Hand
Joined: Aug 10, 2005
Posts: 124
|
|
Hi All, I have a text file which contains the data seperated by Delimiters. This needs to be converted to xml file. I also have the schema based on which the xml file needs to be created. I was searching for long time, but still i cant find a approach to do this. Can any one suggest how to proceed to accomplish this. Thanks in Advance. Regards, Arul.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
Something like this. As for the schema, just write your code to output XML that conforms to it. Serializers don't generally validate the XML they are serializing.
|
 |
Arulanand Dayalan
Ranch Hand
Joined: Aug 10, 2005
Posts: 124
|
|
Thanks for the quick response. Will work based on this. Regards, Arul.
|
 |
 |
|
|
subject: Creating an Xml File from an Schema.
|
|
|