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:250601
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