Hi,
we are trying to replace tags with html text (which is a content control) but we get the following error:
‘The reference node is not a child of this node.’
the code we use is:
doc.Range.Replace(lookupString, “”, …...Create Document Buidler var document = e.MatchNode.Document as Document;...Document; DocumentBuilder builder = new DocumentBuilder(document);...