Conceptual question - XML usage

I know what XML is, and Ive seen many examples but I have a few conceptual questions about sharing info with it.

Suppose we have this example: A database say its Oracle - has some data in it according to a schema. If one wants to move that data - to say a MySql database, Im told that the data can be put into an XML file. But does that XML file need to have the schema encoded in it? If not, how does the receiving system know how that data is organized? If the file needs to have the schema encoded in it, how does the destination DBMS understand and create the database properly to be able to store the data?

In generalis the organization of the info (tag names, nested sections, order of information, etc) in an XML file specific to the two applications sharing the information? Are there a set of standards that set the organization of files sharing certain types of info?
[897 byte] By [Lou Arnold] at [2007-11-20 2:41:52]
# 1 Re: Conceptual question - XML usage
Wow...did I stump y'all?

Can you send me to another forum that might help?
Lou Arnold at 2007-11-10 3:26:59 >
# 2 Re: Conceptual question - XML usage
There should be seperate files for the data from the table and the schema of the table. I would actually suggest googling xml import mySQL or something similar.
jkmyoung at 2007-11-10 3:27:59 >
# 3 Re: Conceptual question - XML usage
Yes, I that seems logical. I though that thw way it worked anyway.
Lou Arnold at 2007-11-10 3:29:03 >