<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Databinding Toolkit for Word</title><link>http://www.codeplex.com/CCTW/Project/ProjectRss.aspx</link><description>This project facilitates the development of data enabled documents inside Microsoft Office Word 2007 by presenting a custom task pane that can be used to create mappings between content controls an...</description><item><title>CREATED ISSUE: Special tags prevent a control being added.</title><link>http://www.codeplex.com/CCTW/WorkItem/View.aspx?WorkItemId=5223</link><description>When a custom xml node includes special tags such as &amp;#60;cr&amp;#47;&amp;#62; the node can not be used to create a control.&lt;br /&gt;&amp;#60;Address&amp;#62;&lt;br /&gt;Fred Blogs&amp;#60;cr&amp;#47;&amp;#62;&lt;br /&gt;10 High St&amp;#60;cr&amp;#47;&amp;#62;&lt;br /&gt;AnyTown&lt;br /&gt;&amp;#60;&amp;#47;Address&amp;#62;&lt;br /&gt;</description><author>HowardBl</author><pubDate>Mon, 09 Jun 2008 11:26:42 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Special tags prevent a control being added. 20080609112642A</guid></item><item><title>CREATED ISSUE: Unhadled exception due to lack of proposed type</title><link>http://www.codeplex.com/CCTW/WorkItem/View.aspx?WorkItemId=5222</link><description>When a custom xml node without a proposed type is clicked an unhandled exception is thrown.&lt;br /&gt;&lt;br /&gt;The problem seems to bne the line &lt;br /&gt;        private void CustomXmlTreeViewNode_MouseLeftButtonDown&amp;#40;object sender, MouseButtonEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            CustomXmlNode node &amp;#61; &amp;#40;CustomXmlNode&amp;#41;customXmlTreeView.SelectedItem&amp;#59;&lt;br /&gt;            if &amp;#40;node.HasChildNodes &amp;#61;&amp;#61; false&amp;#41;........&lt;br /&gt;&lt;br /&gt;the following effects a fix&lt;br /&gt;        private void CustomXmlTreeViewNode_MouseLeftButtonDown&amp;#40;object sender, MouseButtonEventArgs e&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            CustomXmlNode node &amp;#61; &amp;#40;CustomXmlNode&amp;#41;customXmlTreeView.SelectedItem&amp;#59;&lt;br /&gt;            if &amp;#40;node.HasChildNodes &amp;#61;&amp;#61; false &amp;#38;&amp;#38; node.ProposedType &amp;#33;&amp;#61; null&amp;#41;.......&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CustomXmlTreeViewNode_MouseLeftButtonDown&lt;br /&gt;</description><author>HowardBl</author><pubDate>Mon, 09 Jun 2008 11:15:45 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unhadled exception due to lack of proposed type 20080609111545A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>task pane has better sizing when there is a large amount of space</description><author>Wouterv</author><pubDate>Sun, 16 Dec 2007 01:37:26 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071216013726A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>custom xml dropdown shows no namespace text for parts with no namespace</description><author>Wouterv</author><pubDate>Sun, 16 Dec 2007 00:55:29 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071216125529A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>source bindings lost</description><author>Wouterv</author><pubDate>Sat, 15 Dec 2007 23:46:21 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071215114621P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>Wouterv</author><pubDate>Sat, 15 Dec 2007 23:45:04 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071215114504P</guid></item><item><title>CREATED RELEASE: Version 1.0 (source only) (dec 15, 2007)</title><link>http://www.codeplex.com/CCTW/Release/ProjectReleases.aspx?ReleaseId=9139</link><description>The sources for version 1.0. </description><author></author><pubDate>Sat, 15 Dec 2007 21:59:19 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 1.0 (source only) (dec 15, 2007) 20071215095919P</guid></item><item><title>RELEASED: Version 1.0 (source only) (Dec 15, 2007)</title><link>http://www.codeplex.com/CCTW/Release/ProjectReleases.aspx?ReleaseId=9139</link><description>The sources for version 1.0. </description><author></author><pubDate>Sat, 15 Dec 2007 21:59:19 GMT</pubDate><guid isPermaLink="false">RELEASED: Version 1.0 (source only) (Dec 15, 2007) 20071215095919P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Ribbon button description</description><author>Wouterv</author><pubDate>Sat, 15 Dec 2007 21:20:06 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071215092006P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/CCTW/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Welcome to the home of the Databinding Toolkit for Microsoft Office Word 2007. This project provides you with an application-integrated interface for mapping content controls to custom XML data files as well as other operations revolving around custom XML in Word. You will find this project similar to the Content Control Toolkit hosted on Codeplex at &lt;a href="http://www.codeplex.com/dbe" class="externalLink"&gt;http://www.codeplex.com/dbe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the main difference being the integration inside Microsoft Word versus an external application. &lt;br /&gt; &lt;br /&gt;This project uses Visual Studio Tools for Office v3 as well as Windows Presentation Foundation to provide a rich and intuitive interface for performing custom XML related tasks. As a result you require the .NET 3.5 to run the code. &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=CCTW&amp;amp;DownloadId=23297" alt="CCTW.jpg" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Wouterv</author><pubDate>Sat, 15 Dec 2007 21:18:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071215091851P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Version 1.0</description><author>Wouterv</author><pubDate>Sat, 15 Dec 2007 21:16:39 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071215091639P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>Wouterv</author><pubDate>Wed, 12 Dec 2007 17:29:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071212052949P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed xpath binding when no namespace is present</description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 19:58:32 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208075832P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Corrected namespace prefix lookup&amp;#13;&amp;#10;</description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 19:42:27 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208074227P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed issue</description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 14:48:15 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208024815P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Created generic toggle button management class for task pane visibility toggling</description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 14:47:13 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208024713P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description>Ribbon control status synced with taskpane visibility&amp;#13;&amp;#10;</description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 14:38:01 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208023801P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 14:25:01 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208022501P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/CCTW/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Welcome to the home of the Content Control Toolkit for Microsoft Office Word 2007. This project provides you with an application-integrated interface for mapping content controls to custom XML data files as well as other operations revolving around custom XML in Word. You will find this project similar to the Content Control Toolkit hosted on Codeplex at &lt;a href="http://www.codeplex.com/dbe" class="externalLink"&gt;http://www.codeplex.com/dbe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the main difference being the integration inside Microsoft Word versus an external application. &lt;br /&gt; &lt;br /&gt;This project uses Visual Studio Tools for Office v3 as well as Windows Presentation Foundation to provide a rich and intuitive interface for performing custom XML related tasks. As a result you require the .NET 3.5 to run the code. &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=CCTW&amp;amp;DownloadId=23297" alt="CCTW.jpg" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 14:00:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071208020052P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/CCTW/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>Wouterv</author><pubDate>Sat, 08 Dec 2007 13:57:26 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208015726P</guid></item></channel></rss>