tags:

views:

196

answers:

3

I have a xsd file and I need to generate a xml file from it. What is the easiest way to achieve this?

EDIT: There is a similar question here and so i want to close my question. However if you have an answer please post it...

EDIT: One of the respondents deleted their answer, but i found it to be the simplest solution that works for me. It is here

A: 

Take a look at using XMLSpy. It's a great piece of software..

Alexander Kahoun
A: 

Stylus Studio will do this for you by creating an XML with sample data.

File -> Document Wizards -> XML Schema to XML.

But did you want to do this programmatically ?

Cerebrus
Being able to do it programmtically in .NET would be very helpful, but for now i just need an xml file to test deserialization using the xsd.
Nick
Hmmm... I hope the info was useful. Stylus isn't free but has an evaluation version. Personally, I have used a few XML IDE's and found Oxygen XML to be the coolest.
Cerebrus
+1  A: 

It is here

Nick