I have been unsuccessful in getting the SourceToTargetCopier working when the ExistingContentHandling enumeration set to .Preserve, example:
converter.AddBilingualProcessor(new SourceToTargetCopier(ExistingContentHandling.Preserve));
converter.Parse();
it seems to work perfectly when the enumeration is set to .Replace or .ThrowException, but I need to use the .Preserve
Can someone please confirm if they can get this working with the .Preserve enum?
Thank you in advance for your support,
P.