<?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 - 00000668.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-26T03:40:03</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#56578" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#52578" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#41334" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#56578">
		<title>coldfusion/7/htmldocs/00000668.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#56578</link>
		<description>If the number of contiguous single quotes is odd XMLFormat adds one more when converting to the escaped representation so fred's becomes fred&amp;apos;&amp;apos;s as does fred''s - two single quotes, not a double quote. Similarly, fred'''s becomes fred&amp;apos;&amp;apos;&amp;apos;&amp;apos;s as does fred''''s.&lt;br /&gt;&lt;br /&gt;This doesn't seem to happen with the other four 7-bit characters, so I guess it is an unintended feature.&lt;br /&gt;&lt;br /&gt;Mike</description>
		<dc:creator>BlueSpline</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-11-20T02:07:43</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#52578">
		<title>coldfusion/7/htmldocs/00000668.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#52578</link>
		<description>xmlFormat does not drop or escape the collowing ascii control characters (decimal codes) : 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31&lt;br /&gt;&lt;br /&gt;You will need to remove these via some other method if your data contains them and you wish to create a valid xml object from that data.</description>
		<dc:creator>turtle7</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-09-05T16:09:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#41334">
		<title>coldfusion/7/htmldocs/00000668.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000668.htm#41334</link>
		<description>Though now in mx7 XMLFormat does cover the &quot;high ascii characters&quot; it still allows non-ascii characters right through, unaltered. since, in the particular system that I am working on non-ascii characters grind everything to a halt I have found it prudent to use the following in place of a regular XMLFormat() call...&lt;br /&gt;XMLFormat(URLDecode(URLEncodedFormat(myData,&quot;us-ascii&quot;),&quot;us-ascii&quot;))&lt;br /&gt;&lt;br /&gt;This will cause the non-ascii characters to be replaced with ? which, while not pretty, will also not cause anything to crash.</description>
		<dc:creator>hpottash</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-26T08:54:00</dc:date>
	</item>
	</rdf:RDF>

