bernardmanning
Programmer
Hi,
I'm a recent newbie when it come to XML and have a question about what's the best way to create and distribute a XSD schema file with an application we are developing.
I've created an XML file using XMLDOM and everything is fine. I've also created an XSD file using XMLSPY for this XML file.
The question I have is is there a standard way to create / distribute the XSD file.
I create the XML file from within my program and the contents of the XML file may vary in terms of data, but is it acceptable to simply produce a copy of the XSD file as created via XMLSPY form with my program?
Or
Is they a way of generating XSD files on the file using XMLDOM or someother 3rd party application?
Any guidance or information as to how everybody else is doing it would be gratefully accepted.
Cheers, Bernard