How to convert xsd to xml using API ...?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Jun 17, 2010, 8:30 AM
As far as I know you can generate Sample XML documents from xsd you don't convert it,
one API has been mentioned in msdn "XmlSampleGenerator.WriteXml() " as in the given link:
http://msdn.microsoft.com/en-us/library/aa302296.aspx
please go through it for complete details.
Thanks.
Uday GaikwadPosted Jun 18, 2010, 4:12 AM
Thanks naura,
With a sample generator API I can able to convert the xml to xsd but we have a ERP generated xsd, this xsd is not converted to xml by sample generator API,
I have attached the xsd file please look into that....