export-to-xml

Microsoft Access 2007: Export to multiple xml files

I have a table in my access database and I want to export each record to a single xml file. How can I achieve this?The only option I found was exporting the whole table to a single xml file. ...

Microsoft Outlook 2007: Export contacts multiple xml files

I need to export all contacts from outlook to separate xml files. Is this possible with some built-in functionallity or how can I achieve this? ...

T-SQL: exporting table to XML using stored proc - how to format?

I'm using SELECT ... FOR XML to generate XML and it creates exactly what I want to see - in SSMS. But... The problem I have is, the exported XML file has the entire XML body on a single line. It's valid XML, but how can I format the output? (one element per line, terminated with \r\n and preferably indented) The file should be human ...

How to Specify Mappings from Proprietary DB to XML?

I am writing a software package whose job is to export DB data from my company's main product into arbitrary XML formats (for interfacing with other applications.) Parsing of arbitrary XML datafiles into our database may be next. I am writing in C/C++, and the product's database is stored as Pervasive BTRV files in a proprietary format...