<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dbe Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=dbe&amp;title=Home</link><description>dbe Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://dbe.codeplex.com/wikipage?version=41</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Word Content Control Toolkit&lt;/h2&gt;This toolkit makes binding content controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;
&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;
&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;
&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. 
&lt;ul&gt;&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Learning More&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/blogs/rory/matthew-scott-application-development-using-the-open-xml-file-formats" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Tutorials&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Writing macro code to validate your content controls? &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;DownloadId=36810"&gt;Download this tutorial&lt;/a&gt; to learn how to use the lesser known, yet powerful schema validation feature of content controls that comes with it&amp;#39;s very own UI!&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;DownloadId=2885" alt="bind.png" title="bind.png" /&gt;&lt;br /&gt;&lt;br /&gt;--Matt Scott&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mrscott</author><pubDate>Mon, 20 Dec 2010 04:16:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101220041601A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://dbe.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;Wiki documentation coming soon.&lt;br /&gt;&lt;br /&gt;In the meantime, please view the PDF documentation in the Downloads section. Direct download: &lt;a href="http://dbe.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=5508#DownloadId=15247" class="externalLink"&gt;http://dbe.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=5508#DownloadId=15247&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mrscott</author><pubDate>Sat, 23 Jan 2010 20:38:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100123083820P</guid></item><item><title>Updated Wiki: DocumentGenerator</title><link>http://dbe.codeplex.com/wikipage?title=DocumentGenerator&amp;version=1</link><description>&lt;div class="wikidoc"&gt;Temporary Placeholder&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mrscott</author><pubDate>Sat, 23 Jan 2010 20:35:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DocumentGenerator 20100123083535P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://dbe.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Temporary Placeholder&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mrscott</author><pubDate>Sat, 23 Jan 2010 20:34:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100123083430P</guid></item><item><title>Updated Wiki: Home</title><link>http://dbe.codeplex.com/wikipage?version=40</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Word Content Control Toolkit&lt;/h2&gt;This toolkit makes binding content controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;
&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;
&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;
&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. 
&lt;ul&gt;&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Learning More&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;Tutorials&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Writing macro code to validate your content controls? &lt;a href="javascript:window.location.href='http://dbe.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=36810';"&gt;Download this tutorial&lt;/a&gt; to learn how to use the lesser known, yet powerful schema validation feature of content controls that comes with it&amp;#39;s very own UI!&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;DownloadId=2885" alt="bind.png" title="bind.png" /&gt;&lt;br /&gt;&lt;br /&gt;--Matt Scott&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mrscott</author><pubDate>Mon, 04 Jan 2010 21:25:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100104092539P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=39</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding content controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Writing macro code to validate your content controls? &lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:Download this tutorial|ContentControlSchemaValidationTutorial.zip] to learn how to use the lesser known, yet powerful schema validation feature of content controls that comes with it's very own UI!&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 12 Jun 2008 14:08:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080612020832P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=38</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding content controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Writing macro code to validate your content controls? &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=36806';"&gt;Download this tutorial&lt;/a&gt; to learn how to use the lesser known, yet powerful schema validation feature of content controls that comes with it's very own UI!&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 12 Jun 2008 14:02:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080612020232P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=37</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding content controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 01 May 2008 18:35:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080501063511P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=36</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding content controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Need to add validation logic to your content controls? Have a look at this end-to-end tutorial on enabling &lt;a href="http://www.codeplex.com/dbe/Wiki/View.aspx?title=content%20control%20schema%20validation&amp;amp;referringTitle=Home"&gt;content control schema validation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 01 May 2008 14:17:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080501021751P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=35</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding Content Controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Need to add validation logic to your content controls? Have a look at this end-to-end tutorial on enabling &lt;a href="http://www.codeplex.com/dbe/Wiki/View.aspx?title=content%20control%20schema%20validation&amp;amp;referringTitle=Home"&gt;content control schema validation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 01 May 2008 14:16:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080501021634P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=34</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding Content Controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Need to add validation logic to on your content controls? Have a look at this end-to-end tutorial on enabling &lt;a href="http://www.codeplex.com/dbe/Wiki/View.aspx?title=content%20control%20schema%20validation&amp;amp;referringTitle=Home"&gt;content control schema validation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 01 May 2008 14:16:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080501021614P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=33</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding Content Controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/dbe/Wiki/View.aspx?title=How%20to%20use%20Schema%20Validation%20with%20your%20content%20controls&amp;amp;referringTitle=Home"&gt;How to use Schema Validation with your content controls&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 01 May 2008 14:13:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080501021307P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=32</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Word 2007 Content Control Toolkit
&lt;/h2&gt;This toolkit makes binding Content Controls to XML data in your Word document as easy as a drag and drop. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Details&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. &lt;/li&gt;&lt;li&gt;The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;/li&gt;&lt;li&gt;The editor allows you to also edit/add/remove Custom XML parts and manipulate content control properties.&lt;/li&gt;&lt;li&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET. &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;b&gt;Learning More&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview with the author: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/dbe/Wiki/View.aspx?title=How%20to%20use%20Schema%20Validation%20with%20your%20content%20controls&amp;amp;referringTitle=Home"&gt;How to use Schema Validation with your content controls&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;b&gt;The toolkit in action&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 01 May 2008 14:12:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080501021237P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=31</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes data binding Content Controls to XML in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;br /&gt; &lt;br /&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="blogs.msdn.com/acoat" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The toolkit in action:&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dbe&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Tue, 15 Jan 2008 10:31:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080115103154A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=30</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes mapping Content Controls to XML in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;br /&gt; &lt;br /&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="blogs.msdn.com/acoat" class="externalLink"&gt;Andrew Coates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The toolkit in action:&lt;br /&gt;&lt;img src="http://www.codeplex.com/dbe/Project/FileDownload.aspx?DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt; &lt;br /&gt;--Matt Scott&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 10 May 2007 06:07:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070510060722A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=29</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes mapping Content Controls to XML in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. &lt;br /&gt; &lt;br /&gt;If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="blogs.msdn.com/acoat" class="externalLink"&gt;Andrew Coates&lt;/a&gt; has posted a great tutorial using the Content Control Toolkit to bind a document to XML from scratch. View this tutorial &lt;a href="http://blogs.msdn.com/acoat/archive/2007/03/01/linking-word-2007-content-controls-to-custom-xml.aspx" class="externalLink"&gt;here&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The toolkit in action:&lt;br /&gt;&lt;img src="http://www.codeplex.com/dbe/Project/FileDownload.aspx?DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Tue, 27 Mar 2007 02:00:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070327020057A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=28</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes mapping Content Controls to XML in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/dbe/Project/FileDownload.aspx?DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 08 Mar 2007 06:57:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070308065751A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=27</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes mapping Content Controls to XML in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool (about 800 KB) that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. If you want to learn more about this tool as well as Open XML development, watch this Channel9 interview: &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=254539" class="externalLink"&gt;Matthew Scott: Application Development using the Open XML File Formats&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/dbe/Project/FileDownload.aspx?DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Thu, 08 Mar 2007 06:54:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070308065448A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=26</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes mapping Content Controls to XML in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool (about 800 KB) that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code  to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. The code is written entirely in C#.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/dbe/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Wed, 06 Dec 2006 11:04:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061206110448A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dbe/Wiki/View.aspx?title=Home&amp;version=25</link><description>&lt;div class="wikidoc"&gt;
The &lt;b&gt;Word 2007 Content Control Toolkit&lt;/b&gt; makes mapping &lt;i&gt;Content Controls&lt;/i&gt; to &lt;i&gt;XML&lt;/i&gt; in your Word document as simple as a drag and drop. &lt;br /&gt; &lt;br /&gt;This is a stand-alone, light-weight tool (about 800 KB) that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished by simply selecting the node and dropping it on the content control you wish to map to.&lt;br /&gt; &lt;br /&gt;The editor allows you to also edit/add/remove Custom XML parts, and manipulate content control properties.&lt;br /&gt; &lt;br /&gt;The tool does not require Word to be installed because it operates directly on the new Open XML file formats by reading and writing to them using the System.IO.Packaging library available in .NET 3.0. The code  to do this is included in the releases and can be used as a handy resource on how to perform complex manipulations of the format. The code is written entirely in C#.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/dbe/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=2885" alt="bind.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Wed, 06 Dec 2006 11:04:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061206110412A</guid></item></channel></rss>