I would like to export XML from MS Access XP using an xsd schema document. I cannot seem to do this with Access' ExportXML feature.
I have been using a software called XML SPY with its 'XML import based on schema' function up until now. I am looking for this feature in a stand-alone product in order to perform this function exporting from Access.
Does any one know of a tool that can export from MS Access based on a predefined xml schema document in order to produce an xml document?
If java is an option,you can use jaxb API to create / import / export xml .
What you will need to do is get data from the acces create elements according to your schema and then insert daya in it..
Bookmarks