I am programmatically inserting custom XML to be displayed in a docx file. I am making use of the bindingrole=repeat, and everything is working wonderfully! However, if I have a content control setup for an attribute which isn't always set in the XML, say a person's title. Then when I open the processed docx file, I see the text "Click here to enter text." where the title would normally be. How can avoid that, and have the content control just display nothing?
When I created the content control in Word, I overwrote that default "Click here to enter text" with "title" (which also matches the tag name, etc)
Thanks, Dawn