<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Entry Find and Replace</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entry-find-and-replace</link>
		<description>Gravity Support Forums Topic: Entry Find and Replace</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 09:23:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/entry-find-and-replace" rel="self" type="application/rss+xml" />

		<item>
			<title>mmilnes on "Entry Find and Replace"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-find-and-replace#post-53549</link>
			<pubDate>Tue, 27 Mar 2012 06:12:05 +0000</pubDate>
			<dc:creator>mmilnes</dc:creator>
			<guid isPermaLink="false">53549@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am currently using the gform_confirmation filter to send some entries on some forms on my website via XML to a CRM. &#60;/p&#62;
&#60;p&#62;The problem is that XML has a special set of characters that cannot be used in normal XML strings. These characters being: &#38;amp;, &#38;lt;, &#38;gt;, &#34; and '.&#60;/p&#62;
&#60;p&#62;They need converting to their equivelent (e.g. &#38;amp; becomes &#38;amp;).&#60;/p&#62;
&#60;p&#62;For example, the following XML string is invalid:&#60;br /&#62;
&#38;lt;Organization&#38;gt;IBM &#38;amp; Microsoft&#38;lt;/Organization&#38;gt;&#60;/p&#62;
&#60;p&#62;Whereas the following is valid XML:&#60;br /&#62;
&#38;lt;Organization&#38;gt;IBM &#38;amp; Microsoft&#38;lt;/Organization&#38;gt;&#60;/p&#62;
&#60;p&#62;Is there a simple or built in way to find and replace these characters on the entire $entry array?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
