Replace text in the RTF with new text in the HTML?
End of paragraph processing (see guide.html for details) may be used to map text from the input file to different text in the output. For example: .Strings EndPar,’$ParEnd()’ .Functions Function ParEnd RMatch,’foo’,”,’bar’ Will map any reference to foo, to bar. Use of $MatchName; allows this processing to take place only on selected paragraphs. Again, see guide.html for details.