<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Word 2007 Content Control Toolkit</title><link>http://dbe.codeplex.com/Project/ProjectRss.aspx</link><description>The Word 2007 Content Control Toolkit was designed to make mapping Content Controls to Custom XML as simple as a drag and drop.       This is a standalone tool &amp;#40;not a Word addin&amp;#33;&amp;#41; that opens any Word O...</description><item><title>New Post: one value mapped to two fields</title><link>http://dbe.codeplex.com/Thread/View.aspx?ThreadId=67264</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Thanks for the tool, it is really great. I have got one issue, however, and I am not sure if I use it wrong, or there is a bug.&lt;/p&gt;
&lt;p&gt;I have one value called DocumentVersion and I mapped it to two fields in the document (&lt;a title=screen href="http://www.future-processing.com/~zkawalec/word.png"&gt;see attached screen&lt;/a&gt;). I wanted the document to update the second field automatically whenever the first is changed by the author. It works fine, the second field is automatically updated, but... after the second attempt. So, an author has to change the value, save the document, close it, open it, change the value again, save it. I guess, this is something to do with the fact that I mapped one value twice.&lt;/p&gt;
&lt;p&gt;Can you advise, if there is a way to map one field twice and avoid the need of editing a document twice as well?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>zkawalec</author><pubDate>Fri, 28 Aug 2009 10:03:17 GMT</pubDate><guid isPermaLink="false">New Post: one value mapped to two fields 20090828100317A</guid></item><item><title>Commented Feature: CustomXmlPart Incompatible with Microsoft SDK for Open XML Formats</title><link>http://dbe.codeplex.com/WorkItem/View.aspx?WorkItemId=15125</link><description>In the Content Control Toolkit clicking &amp;#34;Create a new custom XML Part&amp;#34; creates a part with the path &amp;#34;customXml&amp;#92;item1&amp;#34; or similar.&lt;br /&gt;&lt;br /&gt;Creating a CustomXmlPart using the Microsoft SDK for Open XML Formats creates a part with the path &amp;#34;customXML&amp;#92;item&amp;#34; or similar. &amp;#40;Note the difference in case&amp;#41;&lt;br /&gt;&lt;br /&gt;The effect of this is that custom XML parts added in the tool cannot be manipulated easily using the SDK.  &lt;br /&gt;&lt;br /&gt;i.e. MainDocumentPart.CustomXmlParts  does not return the parts created by the Tool.&lt;br /&gt;Comments: ** Comment from web user: elsawood ** &lt;p&gt;Now I see the part. Please disregard my previous comment.&lt;/p&gt;</description><author>elsawood</author><pubDate>Wed, 10 Jun 2009 19:39:44 GMT</pubDate><guid isPermaLink="false">Commented Feature: CustomXmlPart Incompatible with Microsoft SDK for Open XML Formats 20090610073944P</guid></item><item><title>Commented Feature: CustomXmlPart Incompatible with Microsoft SDK for Open XML Formats</title><link>http://dbe.codeplex.com/WorkItem/View.aspx?WorkItemId=15125</link><description>In the Content Control Toolkit clicking &amp;#34;Create a new custom XML Part&amp;#34; creates a part with the path &amp;#34;customXml&amp;#92;item1&amp;#34; or similar.&lt;br /&gt;&lt;br /&gt;Creating a CustomXmlPart using the Microsoft SDK for Open XML Formats creates a part with the path &amp;#34;customXML&amp;#92;item&amp;#34; or similar. &amp;#40;Note the difference in case&amp;#41;&lt;br /&gt;&lt;br /&gt;The effect of this is that custom XML parts added in the tool cannot be manipulated easily using the SDK.  &lt;br /&gt;&lt;br /&gt;i.e. MainDocumentPart.CustomXmlParts  does not return the parts created by the Tool.&lt;br /&gt;Comments: ** Comment from web user: elsawood ** &lt;p&gt;The SDK does not list the Custom XML part added with the toolkit when interrogating the document by using the following code&amp;#58;&lt;/p&gt;&lt;p&gt;WordprocessingDocument _report &amp;#61; WordprocessingDocument.Open&amp;#40;reportStream.File, false&amp;#41;&amp;#59;&lt;br /&gt;IEnumerable&amp;#60;CustomXmlPart&amp;#62; customXmlparts &amp;#61; _report.MainDocumentPart.CustomXmlParts&amp;#59;&lt;/p&gt;&lt;p&gt;The field customXmlparts does not list the custom XML added with the Toolkit.&lt;/p&gt;</description><author>elsawood</author><pubDate>Wed, 10 Jun 2009 18:46:13 GMT</pubDate><guid isPermaLink="false">Commented Feature: CustomXmlPart Incompatible with Microsoft SDK for Open XML Formats 20090610064613P</guid></item><item><title>Commented Issue: Lost links to content control fields</title><link>http://dbe.codeplex.com/WorkItem/View.aspx?WorkItemId=16073</link><description>I&amp;#39;m a Word user &amp;#40;not a programmer&amp;#41;. I&amp;#39;ve been using the CCT for Word 2007 to link XML data from about a dozen separate files to several hundred content control fields in a Word 2007 document. I&amp;#39;m running into some bewildering &amp;#40;perhaps buggy&amp;#63;&amp;#41; behavior that seems related to saving the Word document from the CCT. Although the CCT interface still shows all the data links to the various content control fields, when I quit the CCT and open the Word document from Word 2007, only those fields most recently saved from the CCT are filled in. The rest have lost their former content. When I dig down into the XML content fields for the Word document itself &amp;#40;a tedious process&amp;#33;&amp;#41;, I see that the links indeed appear to have been lost. My only theory about this at this point is that the tool &amp;#40;although displaying the links correctly in its interface&amp;#41;, rewrites the entire Word document with only the newly added XML links, losing all the links added at earlier session&amp;#40;s&amp;#41;. I don&amp;#39;t know if this is by design, or a bug, or a flaw in the design of the CCT.&lt;br /&gt; &lt;br /&gt;Has anyone encountered similar problems&amp;#63; Is there a solution&amp;#63; Workaround&amp;#63; Am I doing something wrong here to cause this&amp;#63; Any help is greatly appreciated.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Comments: ** Comment from web user: elsawood ** &lt;p&gt;I am having the same problem. I have bound this document twice already and the same thing happens. Very few controls remain bound, while the vast majority loose their dataBinding elements. What could be the problem&amp;#63;&lt;/p&gt;</description><author>elsawood</author><pubDate>Wed, 10 Jun 2009 17:33:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Lost links to content control fields 20090610053341P</guid></item><item><title>Reviewed: CCT_1.3_ (May 07, 2009)</title><link>http://dbe.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=5508</link><description>Rated 5 Stars (out of 5) - Excellent tool, the features and the code helped me to understand my own code.
Even when I'm using the OpenFormat XML SDK 2.0

ps: this tool would benifit a lot from using the SDK, lots of code that can be removed. No more Xml mess.

Thanks!</description><author>rlarno</author><pubDate>Thu, 07 May 2009 17:23:12 GMT</pubDate><guid isPermaLink="false">Reviewed: CCT_1.3_ (May 07, 2009) 20090507052312P</guid></item><item><title>New Post: Rich Text Content control turns into a plain text content after association using Word 2007 content control toolkit.</title><link>http://dbe.codeplex.com/Thread/View.aspx?ThreadId=54250</link><description>&lt;div style="line-height: normal;"&gt;If have notice this in the source code&lt;br&gt;
&lt;br&gt;
// Broken right now because of O12/663921&lt;br&gt;
&lt;br&gt;
What does this mean please?
&lt;/div&gt;</description><author>pierreb</author><pubDate>Thu, 23 Apr 2009 15:21:24 GMT</pubDate><guid isPermaLink="false">New Post: Rich Text Content control turns into a plain text content after association using Word 2007 content control toolkit. 20090423032124P</guid></item><item><title>New Post: Rich Text Content control turns into a plain text content after association using Word 2007 content control toolkit.</title><link>http://dbe.codeplex.com/Thread/View.aspx?ThreadId=54250</link><description>&lt;div style="line-height: normal;"&gt;Rich Text Content control turns into a plain text content after association using Word 2007 content control toolkit.&lt;br&gt;
&lt;br&gt;
Is this normal?
&lt;/div&gt;</description><author>pierreb</author><pubDate>Thu, 23 Apr 2009 13:57:37 GMT</pubDate><guid isPermaLink="false">New Post: Rich Text Content control turns into a plain text content after association using Word 2007 content control toolkit. 20090423015737P</guid></item><item><title>New Post: New projects created</title><link>http://dbe.codeplex.com/Thread/View.aspx?ThreadId=53201</link><description>&lt;div style="line-height: normal;"&gt;I have created a Word 2007 dotm macro template in which I have mapped some content controls. My problem is that when I make an edit to my code in VBE and save the template in VBE many extra new projects are created. Any ideas on why this is happening and how I can prevent it?&lt;br&gt;
&lt;/div&gt;</description><author>djprice</author><pubDate>Tue, 14 Apr 2009 11:30:13 GMT</pubDate><guid isPermaLink="false">New Post: New projects created 20090414113013A</guid></item><item><title>New Post: What is the encoding on bound picture content controls?</title><link>http://dbe.codeplex.com/Thread/View.aspx?ThreadId=50941</link><description>&lt;div style="line-height: normal;"&gt;I'm trying to understand how picture content is encoded in XML parts for picture content controls. Is there any way to reference pictures in the OOXML package rather than encode the content directly in the custom xml part?
&lt;/div&gt;</description><author>shadesofjay</author><pubDate>Mon, 23 Mar 2009 03:47:23 GMT</pubDate><guid isPermaLink="false">New Post: What is the encoding on bound picture content controls? 20090323034723A</guid></item><item><title>Created Issue: Windows OS version support?</title><link>http://www.codeplex.com/dbe/WorkItem/View.aspx?WorkItemId=21425</link><description>This may be a simply documentation issue.   Currently the System Requirements section of the doc only mentions &amp;#34;XP SP2, Vista RC1 or later&amp;#34;.   I see no reason why this shouldn&amp;#39;t include server &amp;#38; Win7 relases.&lt;br /&gt;</description><author>BurtHarris</author><pubDate>Thu, 26 Feb 2009 18:00:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Windows OS version support? 20090226060006P</guid></item><item><title>New Post: Binding DropDown List to element XML</title><link>http://www.codeplex.com/dbe/Thread/View.aspx?ThreadId=27669</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am looking for a similar solution. I want to attach a schema as a customXML Part in the document itself and use it to validate other customXML Part contents. Any help would be greatly apprecitated in this regard.&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Gaurav.&lt;/p&gt;
&lt;/div&gt;</description><author>gauravdhamija83</author><pubDate>Thu, 12 Feb 2009 14:06:50 GMT</pubDate><guid isPermaLink="false">New Post: Binding DropDown List to element XML 20090212020650P</guid></item><item><title>Reviewed: CCT_1.3_ (Jan 22, 2009)</title><link>http://www.codeplex.com/dbe/Release/ProjectReleases.aspx?ReleaseId=5508</link><description>Rated 5 Stars (out of 5) - Attended all my needs in a simple and visual way.
Thanks</description><author>macpinheiro</author><pubDate>Thu, 22 Jan 2009 16:30:12 GMT</pubDate><guid isPermaLink="false">Reviewed: CCT_1.3_ (Jan 22, 2009) 20090122043012P</guid></item><item><title>Closed Issue: Custom XML Parts pane doesn't expand as SplitView increases</title><link>http://www.codeplex.com/dbe/WorkItem/View.aspx?WorkItemId=19636</link><description>When you drag the seperator bar of the main SplitView control the Custom XML Parts pane doesn&amp;#39;t expand to take up the new space, so you&amp;#39;re left with a bind&amp;#47;edit view that&amp;#39;s just as narrow and a bunch of empty grey space on the far right hand side.&lt;br /&gt;</description><author>mrscott</author><pubDate>Fri, 05 Dec 2008 05:55:46 GMT</pubDate><guid isPermaLink="false">Closed Issue: Custom XML Parts pane doesn't expand as SplitView increases 20081205055546A</guid></item><item><title>Source code checked in, #44569</title><link>http://www.codeplex.com/dbe/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed &amp;#35;19636 </description><author>mrscott</author><pubDate>Fri, 05 Dec 2008 05:55:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #44569 20081205055545A</guid></item><item><title>Updated Release: CCT_1.3_ (Jul 06, 2007)</title><link>http://www.codeplex.com/dbe/Release/ProjectReleases.aspx?ReleaseId=5508</link><description>&lt;div&gt;
This release focused on stabilization: bug fixes, performance tuning, and unit test building. &lt;br&gt; &lt;br&gt;New features: #11202&lt;br&gt;Bug fixes: #11448, #11489, #11562 &lt;br&gt; &lt;br&gt;Sample documents that you can use with the toolkit to test simple and complex configurations of content controls bound to a custom xml document are now available. See samples.zip&lt;br&gt; &lt;br&gt;Compatibility Summary: OS: Windows XP SP2, Vista | Office: 2007&lt;br&gt;For more system requirements and other useful information, download the documentation below.&lt;br&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Wed, 26 Nov 2008 13:24:26 GMT</pubDate><guid isPermaLink="false">Updated Release: CCT_1.3_ (Jul 06, 2007) 20081126012426P</guid></item><item><title>Released: CCT_1.3_ (Jul 06, 2007)</title><link>http://www.codeplex.com/dbe/Release/ProjectReleases.aspx?ReleaseId=5508</link><description>&lt;div&gt;
This release focused on stabilization: bug fixes, performance tuning, and unit test building. &lt;br&gt; &lt;br&gt;New features: #11202&lt;br&gt;Bug fixes: #11448, #11489, #11562 &lt;br&gt; &lt;br&gt;Sample documents that you can use with the toolkit to test simple and complex configurations of content controls bound to a custom xml document are now available. See samples.zip&lt;br&gt; &lt;br&gt;Compatibility Summary: OS: Windows XP SP2, Vista | Office: 2007&lt;br&gt;For more system requirements and other useful information, download the documentation below.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 26 Nov 2008 13:24:26 GMT</pubDate><guid isPermaLink="false">Released: CCT_1.3_ (Jul 06, 2007) 20081126012426P</guid></item><item><title>Created Issue: Custom XML Parts pane doesn't expand as SplitView increases</title><link>http://www.codeplex.com/dbe/WorkItem/View.aspx?WorkItemId=19636</link><description>When you drag the seperator bar of the main SplitView control the Custom XML Parts pane doesn&amp;#39;t expand to take up the new space, so you&amp;#39;re left with a bind&amp;#47;edit view that&amp;#39;s just as narrow and a bunch of empty grey space on the far right hand side.&lt;br /&gt;</description><author>935main</author><pubDate>Mon, 17 Nov 2008 23:47:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Custom XML Parts pane doesn't expand as SplitView increases 20081117114749P</guid></item><item><title>New Post: Failed to Save. Could not find the custom XML part to delete.</title><link>http://www.codeplex.com/dbe/Thread/View.aspx?ThreadId=33149</link><description>&lt;div style="line-height: normal;"&gt;Hi Fairorth&lt;br&gt;
&lt;br&gt;
I wasn't able to reproduce this issue on my local test.&lt;br&gt;
&lt;br&gt;
Here's exactly what I did:&lt;br&gt;
&lt;br&gt;
1. Boot Word&lt;br&gt;
2. Add 3 plain text content controls to the document body&lt;br&gt;
3. Save the document&lt;br&gt;
4. Close Word&lt;br&gt;
5. Boot the Content Control Toolkit&lt;br&gt;
6. Open the document&lt;br&gt;
7. Create a new XML part&lt;br&gt;
8. Change to Edit View and paste in the following XML:&lt;br&gt;
&lt;br&gt;
&lt;p&gt;&amp;lt;root&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Paragraph1&amp;gt;&lt;/p&gt;
&lt;p&gt;P1.&lt;/p&gt;
&lt;p&gt;&amp;lt;/Paragraph1&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Paragraph2&amp;gt;&lt;/p&gt;
&lt;p&gt;P2.&lt;/p&gt;
&lt;p&gt;&amp;lt;/Paragraph2&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Paragraph3&amp;gt;&lt;/p&gt;
&lt;p&gt;P3.&lt;/p&gt;
&lt;p&gt;&amp;lt;/Paragraph3&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/root&amp;gt;&lt;br&gt;
&lt;br&gt;
9. Click Bind View&lt;br&gt;
10. Dragged each paragraph node to the corresponding content control to bind them&lt;br&gt;
11. Save and close the toolkit&lt;br&gt;
12. Boot Word and open the document&lt;br&gt;
13. After verifying it wored, close the document and Word&lt;br&gt;
14. Boot the toolkit, and reopened the document&lt;br&gt;
15. Change the text of Paragraph2 to P2 - new&lt;br&gt;
16. Clicked save.&lt;br&gt;
17. Close the toolkit&lt;br&gt;
18. Opened the document in Word to verify everything worked&lt;br&gt;
&lt;br&gt;
Can you give me a detailed list of steps like I provided so I can debug this?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Matt&lt;/p&gt;
&lt;/div&gt;</description><author>mrscott</author><pubDate>Fri, 29 Aug 2008 12:45:46 GMT</pubDate><guid isPermaLink="false">New Post: Failed to Save. Could not find the custom XML part to delete. 20080829124546P</guid></item><item><title>New Post: Failed to Save. Could not find the custom XML part to delete.</title><link>http://www.codeplex.com/dbe/Thread/View.aspx?ThreadId=33149</link><description>&lt;div style="line-height: normal;"&gt;I created a docx file with content controls and mapped them using the toolkit. Worked great. Closed all files, reopen using toolkit and changes some of the text in one of the sections. Tried to save and got the error dialog &amp;quot;Failed to Save. Could not find the custom XML part to delete.&amp;quot;&lt;br&gt;
&lt;br&gt;
The xml I entered was very simple. The only change I made was to the &amp;lt;paragraph2&amp;gt; element, I changed the text from P2 to P2 - new.&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:10px"&gt;
&lt;p&gt;&amp;lt;root&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Paragraph1&amp;gt;&lt;/p&gt;
&lt;p&gt;P1.&lt;/p&gt;
&lt;p&gt;&amp;lt;/Paragraph1&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Paragraph2&amp;gt;&lt;/p&gt;
&lt;p&gt;P2 - new&lt;/p&gt;
&lt;p&gt;&amp;lt;/Paragraph2&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Paragraph3&amp;gt;&lt;/p&gt;
&lt;p&gt;P3.&lt;/p&gt;
&lt;p&gt;&amp;lt;/Paragraph3&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/root&amp;gt;&lt;/p&gt;
&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>fairorth</author><pubDate>Fri, 08 Aug 2008 01:25:57 GMT</pubDate><guid isPermaLink="false">New Post: Failed to Save. Could not find the custom XML part to delete. 20080808012557A</guid></item><item><title>New Post: using context control to automatically change text</title><link>http://www.codeplex.com/dbe/Thread/View.aspx?ThreadId=32456</link><description>&lt;div style="line-height: normal;"&gt;Ok i am very new to this ... so excuse me if it is a silly question ... &lt;br&gt;
&lt;br&gt;
Say in the cover sheet of my document i want to say something like &amp;quot;Proposal for :[insert company name here]&amp;quot; ... and i want to create a content control for that text &amp;quot;[insert company name here]&amp;quot; with the &amp;quot;title&amp;quot; set as &amp;quot;company_name&amp;quot;&lt;br&gt;
&lt;br&gt;
somewhere further on in the document i want certain text fields&amp;nbsp;(non-editable) to change automatically once the&amp;nbsp;&amp;quot;[insert company name here]&amp;quot; is changed by the user on the cover sheet ...&lt;br&gt;
&lt;br&gt;
Say text in the header of the document, which also shows &amp;quot;proposal for [insert compnay name here]&amp;quot; ... or as another example if the user chooses a certain author name from a drop down list, then that specific author's details like phone number and email address are automatically updated and shown in the document&lt;br&gt;
&lt;br&gt;
How can i do this all this using content control etc??? ... i am totally new to this and searching for answers has resulted in nothing ...
&lt;/div&gt;</description><author>adamr_ZA</author><pubDate>Tue, 29 Jul 2008 11:20:04 GMT</pubDate><guid isPermaLink="false">New Post: using context control to automatically change text 20080729112004A</guid></item></channel></rss>