Click to See Complete Forum and Search --> : XML export based on schema


seamus123
05-20-2003, 02:24 PM
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?

Cheers,
Seamus

khalidali63
05-20-2003, 05:28 PM
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..

:-)
pretty straight forward...right?