I need to generate an xml message to send to a company. The company has provided me with an xsd schema for the message. I need to take this xsd schema and create an xml message out of it. I have a list of the parameters that are to be in each of the xml fields in a notepad (.txt) file.
Can someone write me a quick program that will take the parameters from my txt file and generate an xml file from the my xsd schema?
