public class ContentControlBindingExtensions
extends java.lang.Object
This sample demonstrates populating content controls
from a custom xml part (based on the xpaths given
in the content controls).
Word does this itself automatically, for if there is
a w:databinding element in the sdtPr.
However, out of the box, Word doesn't allow for
repeating things (table rows, paragraphs etc), nor
conditional inclusion/exclusion, nor XHTML import.
The OpenDoPE conventions support those things; this sample
demonstrates docx4j's implementation of import of escaped XHTML
content via a bound control.