<< Click here to display Table of Contents >> Navigation: Install, Configure and Administer GN4 > Configuring GN4 > Configuring XSLT > XSLT Tips and Tricks:
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', '
'),'	','')" />