Ben, try using CDATA:

<title><![CDATA{#REQUEST.EntryQuery.name#]]></title>

See if that makes any difference.

On 8/22/06, Ben Nadel <[EMAIL PROTECTED]> wrote:
> I am thinking that maybe this is not the error... Even with that line, I get
> an error sometimes!!!
>
> .......................
> Ben Nadel
> www.bennadel.com
>
> -----Original Message-----
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 22, 2006 10:26 AM
> To: CF-Talk
> Subject: RSS feeds and # sign
>
> I just started getting an Xml Parse error on my RSS feed... I narrowed the
> problem down to the fact that one of the titles had "#" signs in it. I don't
> quite understand the error, so I was hoping someone could help me out.
>
> I originally had:
>
> <title>#XmlFormat( REQUEST.EntryQuery.name )#</title>
>
> This caused errors and now I have:
>
> <title>#XmlFormat( Replace( REQUEST.EntryQuery.name, "##", "", "ALL" )
> )#</title>
>
> This seems to be fine. But shouldn't XmlFormat() escape any characters that
> cause errors. I don't like the idea of having to use Replace() and was
> hoping someone could point me in the right directions.
>
> Thanks!
>
> ........................
> Ben Nadel
> www.bennadel.com
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250609
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to