xsd2code Questions
5
Solved
I just want to know if there is a program that can convert an XSD file to a Python class as JAXB does for Java?
Indigent asked 2/7, 2009 at 6:49
1
Solved
I have a web service built with ASP.Net, which until now only used XML for its input and output. Now it needs to also be able to work with JSON.
We use xsd2code++ to generate the model from a XSD, ...
1
Solved
1
xsd.exe tool generates classes for given xsd file. It follows a pattern for naming the type.
For example,
<Students>
<Student Name="A" RollNo="1" Address="Some Address">
<Departm...
1
Solved
I am using XSD2CODE with Visual Studio 2010. I know I can right click on a schema (XSD) file and generate the c# class from it.
What I would like to know is how can I generate the C# class when I ...
1
Solved
I am trying to work out if it is possible, when using a Custom Tool in Visual Studio, to have a change in the contents of one file, trigger the Custom Tool of another.
My scenario is this:
In a V...
Blocky asked 17/2, 2012 at 8:39
2
I am new to XML coding. I have an XML file with which I generated the Schema file using XSD tool, then generated the class file using Xsd2Code tool.
Now I have a file called Timesheet.Designer.cs...
Haimes asked 14/7, 2011 at 3:28
2
Solved
4
Solved
Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe?
Is there any way to make XSDObjectGen.exe work in dot net 2.0?
Enthusiasm asked 14/11, 2008 at 5:52
1
© 2022 - 2024 — McMap. All rights reserved.