> I don't think that's a bug. Any XML metacharacters in an XML element > or attribute must be escaped. The escape sequence for the single > quote XML metacharacter is '.
The only thing I've been able to get work in the title is to just strip them out COMPLETELY. Anything else gets me "&apos" back in all the titles... <cfset request.titlemsclean = "#replace(request.titlemsclean, "'", "", "ALL")#"> What I REALLY don't understand is - why do they appear correctly in the description? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352187 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

