I have an access db that i wish to use in conjuction with an online application process.
My question is this. The company with the online application process have provided an xml schema. how do i use this schema to export so that the xml file is in the correct format to be read by the other end.
I suppose my question is how do the 2 ends make sure the correct fields are going to the right places? I am assuming they have to have the same names. If this is the case then does that mean that i have to make sure the fields in my database are the same as those listed in the schema to ensure they "line up".
How do i set it up so that the names of my fields are converted to the names of the fields they require to import it?
As you can probably tell by my question i am a novice when it comes to XML so please be gentle
Thanks for any help
Jon
My question is this. The company with the online application process have provided an xml schema. how do i use this schema to export so that the xml file is in the correct format to be read by the other end.
I suppose my question is how do the 2 ends make sure the correct fields are going to the right places? I am assuming they have to have the same names. If this is the case then does that mean that i have to make sure the fields in my database are the same as those listed in the schema to ensure they "line up".
How do i set it up so that the names of my fields are converted to the names of the fields they require to import it?
As you can probably tell by my question i am a novice when it comes to XML so please be gentle
Thanks for any help
Jon