Rich Text Content Control and Custom XML Part

Hi,

Maybe you have used the Word 2007 Content Control Toolkit, and after mapping a Rich Text Content Control with a XML node, you have noticed that it turns into a plain text content control.

This is something that Word 2007 Content Control Toolkit manages, as it is not expected behaviour of the current implemented version of content controls.

You can check at https://msdn2.microsoft.com/en-us/library/bb226172.aspx that the expected action would be a run-time error.

The same way when you map a XML node to a picture content control, it stores the base-64 binary representation; it would be great to include the rich text representation (Ecma 376) of the text.

Cheers!