<?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 - 7 - htmldocs - 00000271.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-25T03:07:40</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000271.htm#70028" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000271.htm#69968" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000271.htm#70028">
		<title>coldfusion/7/htmldocs/00000271.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000271.htm#70028</link>
		<description>Already found the solution to my previous question, as can be found here: http://www.bennadel.com/index.cfm?dax=blog:758.view#comments_4523&lt;br /&gt;The function to clear the cfhtmlhead contents is: (made by Elliott Sprehn)&lt;br /&gt;&lt;cfscript&gt;&lt;br /&gt;function resetCFHtmlHead() {&lt;br /&gt;	var out = getPageContext().getOut();&lt;br /&gt;	var method = out.getClass().getDeclaredMethod(&quot;initHeaderBuffer&quot;,arrayNew(1));&lt;br /&gt;	method.setAccessible(true);&lt;br /&gt;	method.invoke(out,arrayNew(1));&lt;br /&gt;}&lt;br /&gt;&lt;/cfscript&gt;&lt;br /&gt;But it's much better to read the posts first :)</description>
		<dc:creator>frinky!!!</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-07-13T03:20:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000271.htm#69968">
		<title>coldfusion/7/htmldocs/00000271.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000271.htm#69968</link>
		<description>I have searched all over, but never found a solution to this question: is it possible to eliminate the contents of a cfhtmlhead-text after it is set?&lt;br /&gt;For instance, a &lt;cfhtmlhead text=&quot;&lt;meta name='author' value='very important person' /&gt;&quot; /&gt; is set in Application.cfm, but some of the pages within the app output xml content. In that case, the xml will not validate, because CF will put the meta tag on top of the outputted xml.&lt;br /&gt;I have tried ClearBuffer() and getResponse.reset() from the getPageContext(), but the cfhtmlhead-text still remains.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How can I remove it, or at least: where is the cfhtmlhead data stored?</description>
		<dc:creator>frinky!!!</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-07-12T02:54:30</dc:date>
	</item>
	</rdf:RDF>

