Windows Vista Business
Jan262007 12:54PM — JohnSo I received my free copy of Windows Vista Business yesterday, installed it and am posting from it now. I have to say it’s vastly better than the betas and even the RTM that was released a month ago. 

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>





thanks a million - it was very irritating problem, it is resolved with your suggestion.