Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on c# application dealing with XML data. I've got the XSD file and I have to generate XML file depending on the XSD. 1 solution I know is, using xsd.exe(by genratign class file), but here requirement is quite different. Here, user can give any XSD at run time and according to dynamic schema I have to generate XML file depending on the Schema. Is it possible to achive this? If yes then what are the possible solutions?
Posted

1 solution

Hi,

Check this tool.
http://xsd2code.codeplex.com/[^]
Maybe it has feature that can fit your needs...
 
Share this answer
 
Comments
udayRBA 27-Feb-12 1:26am    
Thanks Martin. Bu t in this code too we need to include xsd file in the project and then it will genrate the class file in C#. But my problem is I dont know the xsd file in advance, user will provide the xsd file at runtime. And depending on the schema I have to generate XML file.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900