Edit Content
Click on the Edit Content button to edit/add the content.

The ToHtml Function

The InsertFormattedText command will accept HTML text as input, convert it to an XpressDox document and then include it as if it were done with an IncludeTemplate command.

Sometimes the data in a data element is not an entire HTML document, but a snippet. This snippet then needs to be wrapped inside the two HTML tags <html> and </html>.  The ToHtml function will do that.

«InsertFormattedText(ToHtml(Description),Destination)»

Table of Contents