On 17/02/2008, at 4:48 AM, Nathan Weizenbaum wrote:
> This'll make for some pretty messy-looking source, though. I encourage
> you to make the transition to Haml.
Actually, I see what you mean by messy looking sourcecode
using :preserve filter...
I found that it works exactly how i'd like with:
= find_and_preserve do
<link rel="stylesheet" href="/css/blueprint/screen.css"
type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="/css/blueprint/print.css"
type="text/css" media="print"/>
<!--[if IE]>
<link rel="stylesheet" href="/css/blueprint/lib/ie.css"
type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="/css/homepage_ie.css" type="text/
css" media="screen, projection"/>
<![endif]-->
<link rel="stylesheet" href="/css/homepage.css" type="text/css"
media="screen, projection"/>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---