cleanBody

Build 1501 on 14/Nov/2017  This topic last edited on: 29/Aug/2014, at 13:56

The following section replaces the extra end-of-lines in the body text during import and removes also tab characters:

<xsl:variable name="cleanBody" select="fn:replace(fn:replace($body,'\r\n\r\n\r\n', '&#xD;&#xA;'),'&#x9;','')" />