Showing posts with label xml parsing. Show all posts
Showing posts with label xml parsing. Show all posts

Sunday, June 14, 2009

XML parsing

commands in the visual studio command prompt

convert xml to XSD

D:\Test>xsd sample.xml


convert xsd to class file

D:\Test>xsd sample.xsd /classes

using these classes, assign values in the code and do xml serialization to get a orginal xml file