<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - CFML_Reference - Tags-pt314.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T02:19:06</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#769" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#504" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#503" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#769">
		<title>coldfusion/6/CFML_Reference/Tags-pt314.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#769</link>
		<description>It also seems to always show the tag name CFTRACE with the line number in the CFTRACE tag itself.&lt;br&gt;&lt;br&gt;For example, running the example from the docs we get:&lt;br&gt;&lt;br&gt;[CFTRACE 00:51:36.036] [90 ms] [F:\CFusionMX\wwwroot\WEB-INF\cftags\TRACE.cfm @ line: 85] - [Struct Contents] The contents of the struct stEmployee: &lt;br&gt;&lt;br&gt;not exactly useful information.</description>
		<dc:creator>fricklas</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-12-04T07:25:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#504">
		<title>coldfusion/6/CFML_Reference/Tags-pt314.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#504</link>
		<description>One more bug.  The TYPE needs to be changed from &quot;Fatal Information&quot; to just &quot;Fatal&quot; to make it match the CFLOG tag.  The reason is the trace.cfm temmplate used by MX uses the CFLOG tag to write out trace info to the cftrace.log file.  When it does, and it trys to pass &quot;Fatal Information&quot; for the TYPE, CFLOG sees this as an invalid TYPE, ignores it, and writes the log entry using the default (Information).  This is an easy fix - the docs here need to be updated as mentioned above, and line 78 in the trace.cfm template needs to be changed from:&lt;br&gt;&lt;br&gt;types[4] = &quot;fatal information&quot;;&lt;br&gt;&lt;br&gt;to&lt;br&gt;&lt;br&gt;types[4] = &quot;fatal&quot;;</description>
		<dc:creator>rbils@amkor.com</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-07-02T21:07:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#503">
		<title>coldfusion/6/CFML_Reference/Tags-pt314.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt314.htm#503</link>
		<description>Two things here.  First, for the TYPE attribute, this is not exactly the same as CFLOG.  In CFLOG, there's a &quot;Fatal&quot; type, but not &quot;Fatal Information&quot;. &lt;br&gt;&lt;br&gt;Second, and I think this is a bug, if you specify &quot;Fatal Information&quot; for the TYPE attribute in CFTRACE, it displays a broken image instead of the image it's supposed to display.  I'm guessing this is because of the space in the file name.  The reason for the failure is because CF is putting a + in between the file name when it should be using a %20 instead.  This can be fixed by changing line 154 in the cftrace.cfm template in mxroot/wwwroot/web-inf/cftags to replace the + in the Replace function with a %20:&lt;br&gt;&lt;br&gt;    &lt;cfoutput&gt;&lt;table border=0 cellpadding=0 cellspacing=0 bgcolor=&quot;white&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src='/CFIDE/debug/images/#Replace(attributes.type, &quot; &quot;, &quot;%20&quot;)#_16x16.gif' alt=&quot;#attributes.type# type&quot;&gt;&lt;font color=&quot;orange&quot;&gt;&lt;b&gt;[CFTRACE #TimeFormat( st.timestamp, &quot;HH:mm:ss.SSS&quot; )#] [#st.progressiveDelta# ms] [#st.template# @ line: #st.line#] - &lt;cfif st.abort NEQ &quot;&quot;&gt;[#st.abort#]&lt;/cfif&gt; &lt;cfif st.category NEQ &quot;&quot;&gt;[#st.category#]&lt;/cfif&gt; &lt;cfif st.text NEQ &quot;&quot;&gt;&lt;i&gt;#st.text#&amp;nbsp;&lt;/i&gt;&lt;/cfif&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;cfif st.varName NEQ &quot;&quot;&gt;#outFlush_var#&lt;/cfif&gt;&lt;/cfoutput&gt;</description>
		<dc:creator>rbils@amkor.com</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-07-02T20:53:00</dc:date>
	</item>
	</rdf:RDF>

