Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Wiki Markup
[ChristophHermann] If you have some IE-Fixes like <!--\[if IE\]> in your HTML Code, you need to add an extra Template before the above:

No Format

<xsl:template match="text()">
     <xsl:value-of select="normalize-space(.)" disable-output-escaping="yes"/>
</xsl:template>

3.) Extra Identity Transform (from XSLT FAQ above and thread above too)

...