In the ContentControlsMergeXML sample I open the processed document in MS Word and click on the Design Mode and there control tags shown. Why did the call to RemoveHandler shown below not remove them?
RemovalHandler rh = new RemovalHandler();
rh.removeSDTs(wordMLPackage, Quantifier.ALL);
In the ContentControlBindingExtensions sample the content controls are stripped from the processed document. Why the difference?