XSD Utility
.NET
command utility provide the XSD.EXE utility. Use of the XSD.EXE, we can create
.NET classes.
- Place the XSD (Schema) file in the any folder of the C drive
- Now for generating the classes from the XSD file, open the command prompt of the Microsoft visual studio 2008 from the start -> All Programs - > Microsoft visual studio 2008 -> Visual studio Tools -> visual studio 2008 command prompt
- Change directory in the command prompt to the folder where the XSD file placed. (upto folder path)
- Then type the XSD.EXE [Name of the XSD file].XSD /C in the command prompt.
- Class file is generated for that XSD file in the same folder, now u can use it.
Links to refer:
No comments:
Post a Comment