Displaying html comments in Symphony
Jan202007 12:22AM — JohnRecently I’ve been messing with Symphony, a really great CMS, but it strips comments out of your output, so it makes “IE Only” code impossible to add. The solution? <xsl:comment> and <![CDATA[]]>, so you would do something like this…
<xsl:comment>[if IE 6]><![CDATA[<link rel="stylesheet" type="text/css" href="css/ie6.css" /><![endif]]]></xsl:comment>






worked for me thanks lol, nice n easy