I am looking for something similar. I was requested to have a ready made CD with all documents loaded for Business Continuity (disaster recovery).
I am working on workaround that involves advanced datagrid http://www.efficionconsulting.com .
I thought it might be of interest.
First attempt is fairly crude but I will be refining soon. While this does no have the same structure as DMX, it gives me a quick easy way burning a cd that has all documents and titles listed in alphabetical order.
The SELECT statement listed below gives me table I can export to excel. I then convert to HTML and copy docs from server and burn CD. Select statement below....
SELECT Description, 'open document' from DMX_Entries WHERE EntryType <> 'Collection' AND Version = 1 ORDER by Description
Regards
Peter