RE: [xsl] Cold Fusion

Subject: RE: [xsl] Cold Fusion
From: "Yue Ma" <MaY@xxxxxxxxxxxxxxxx>
Date: Fri, 14 Mar 2003 09:31:46 -0500
(1) Make sure the template for the CFINCLUDE exists.
(2) Make sure the included CFM file is correct, e.g. that CFM file won't cause any error.
(3) Make sure the URL for CFLOCATION is valid.
(4) Make sure that file is also correct.
(5) What kind of the CF error you got? By reading that error message carefully you may figure out 85% of the errors.

Regards
Yue

>>> cstamat@xxxxxxx 03/13/03 05:41PM >>>
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 



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


Current Thread