I'm new to XML, so bear w/ me.
I've received a schema .xsd file from my company to use. Now my question is how do I go about creating a valid .xml file that follows this .xsd schema? Is there a tool that i can use to validate to do this?
FYI, my job is to create an application that will allow my managers to generate data to an xml file that falls the .xsd schema given.
Any help I do appreciate.. and currently I am using asp and sql server for development.
I've received a schema .xsd file from my company to use. Now my question is how do I go about creating a valid .xml file that follows this .xsd schema? Is there a tool that i can use to validate to do this?
FYI, my job is to create an application that will allow my managers to generate data to an xml file that falls the .xsd schema given.
Any help I do appreciate.. and currently I am using asp and sql server for development.