Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The following page has been changed by ChristophHermann:
http://wiki.apache.org/cocoon/RemoveNamespaces

The comment on the change is:
Added a Comment on how to prevent IE Fixes to dissapear

------------------------------------------------------------------------------
  </xsl:stylesheet>
  }}}
  
+ ChristophHermann If you have some IE-Fixes like <!--[if IE]> in your HTML 
Code, you need to add an extra Template before the above:
+ {{{
+ <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)