RE: [xsl] Cold Fusion

Subject: RE: [xsl] Cold Fusion
From: "Christine Stamatis (s)" <cstamat@xxxxxxx>
Date: Thu, 13 Mar 2003 16:41:48 -0600
I'm attempting to render a cold fusion file - yet when I place the following
code before and after the <html> tags, I get a validation error.


<!--- <CFIF IsDefined("URL.sys")> --->
<CFIF IsDefined("Cookie.ChocolateChip")>
	<cfinclude template="/CheckLogin.cfm">  
 <!--- <CFIF #Cookie.ChocolateChip# IS #URL.sys#> --->


<cfelse>
	<cflocation url="../../../register.cfm">
</cfif>


------- Christine Stamatis

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread