[ic] How to not parse a section of a page

Mike Heins mike at perusion.com
Fri Feb 27 17:06:48 UTC 2009


Quoting Ton Verhagen (tverhagen at alamerce.nl):
> Hi All,
> 
> I am wondering if there would be an easy way to have html code similar  
> as below on a page and leave it untouched by Interchange so the [if IE  
> xx] etc won't get interpolated.
> 
> 
> <!--[if IE 6]>
>      <style type="text/css">@import url(path/to/style/ie6.css);</style>
> <![endif]-->
> 
> <!--[if IE 7]>
>      <style type="text/css">@import url(path/to/style/ie7.css);</style>
> <![endif]-->
> 
> 
> Would there be something like
> 
> 	[do-not-parse]
> 		.... html
> 	[/do-not-parse]
> 

[strip reparse=0]

[/strip]

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.328.4479  tollfree 800-949-1889 <mike at perusion.com>

Nature, to be commanded, must be obeyed. -- Francis Bacon



More information about the interchange-users mailing list