posted 16 years ago
An XSD document is already in XML format so it is not exactly clear what you want to do.
XSD schema define rules for a valid XML document but any number of XML documents conforming to a given XSD can be created.
Where do you want the data to populate the XML document to come from?
Bill