EFileTahi-A Posted December 29, 2006 Posted December 29, 2006 (edited) All financial programs here on portugal must now be able to export the their database in a XSD type file, but, I don't have a clue how to do this in my application. They gave me however, a XSD file containing all fields and the data structure to hold all companies' data. So, what will I do? Load the XSD file into my application and fill it on my own throught code? Or I should generate the whole thing to a XML file and then convert it to XSD? Either way, I don't know how to do it, I'm reading some tutorials for XML but I can't find nothing regarding XSD. I also heard that I need a SDX.exe or so to conver the XML into a XSD... is this true? God Help me... Thank you all in advance... Edited December 29, 2006 by EFileTahi-A Quote
Administrators PlausiblyDamp Posted December 29, 2006 Administrators Posted December 29, 2006 A XSD simply defines the structure of an XML file - it doesn't contain any actual data itself. http://www.w3schools.com/schema/default.asp has a basic tutorial / overview of what an xsd is - well worth a read. .Net provides a utility called XSD.EXE that can generate a code model based on a XSD file. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.