Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (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 by EFileTahi-A
  • Administrators
Posted

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.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...