Wrox Programmer Forums
|
.NET Framework 2.0 For discussion of the Microsoft .NET Framework 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Framework 2.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 10th, 2011, 06:15 AM
Authorized User
 
Join Date: Jul 2007
Posts: 29
Thanks: 2
Thanked 0 Times in 0 Posts
Default XML to .CS files using XSD

Hi,
I have used XSD.exe to create a schema and then use that schema to create .cs file for my project.
Here is the list of steps performed at VS command prompt:
Code:
>xsd <myfile.xml>
this generated the xsd file.
 
> xsd <myfile.xsd> /C
this generated one .cs file
XSD.exe works as documented, but the issue I have is that it generates many classes.
In my case the .cs file had 8 partial classes.

Is there a way to tell XSD to create only one class?

Regards.





Similar Threads
Thread Thread Starter Forum Replies Last Post
parse multiple .XSD files with XSLT chaostimmy XSLT 12 August 17th, 2009 12:06 PM
Can't view configs and XSD files correctly!? phrankbooth Visual Studio 2005 1 August 20th, 2007 02:48 PM
Merging XSD files in one XSD file by using what? haoxuqian XML 1 November 4th, 2005 01:42 PM
Validating Xml files with XSD file ShaileshShinde VB.NET 2002/2003 Basics 1 September 12th, 2005 07:00 AM
Transform .xsd files to a .xml file lxu XSLT 0 July 19th, 2004 09:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.