Code sample for merging SharePoint list data into Word documents

A few posts ago, I put up a silverlight video of a solution from my book on how to merge sharepoint list data into templatized Word documents. See: https://blogs.msdn.com/edhild/archive/2008/10/29/merging-sharepoint-list-data-into-word-documents.aspx

Of course the book has been out for quite a while and this new demo utilized a few new toys since then: Visual Studio 2008, the Word Content Control Toolkit, and the Open XML SDK (all discussed and links are in the prior post). I've been asked a few time for a copy of the new solution so I've posted it here:

https://cid-601cfa765e7a6fd3.skydrive.live.com/self.aspx/Public/MergeSharePointWord/CustomerDocumentsFeature.zip

As usual, the code is for learning purposes only! All the usual caveats about not supporting it, etc all apply.