<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003319" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003319</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quote-problem-asp#comment-1014600</link>
    <description> &lt;p&gt;I think I&#039;ll go for Eugene&#039;s solution. In fact, I&#039;m using the HTMLEncode on other pages. So why it didn&#039;t came up to me to use it here also will always be a mystery I think  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Thanks anyway RC &amp;amp; Eugene.&lt;/p&gt;
&lt;p&gt;Jack.&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jan 2000 07:40:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1014600 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quote-problem-asp#comment-1014599</link>
    <description> &lt;p&gt;The best thing to do is to convert everything to HTML format by using Server.HTMLEncode. This will convert all &quot; to &amp;amp;quot; and you won&#039;t have any problems.&lt;/p&gt;
&lt;p&gt;do something like this:&lt;br /&gt;
Response.Write(Server.HTMLEncode(varRecordSet(&quot;DB_Field&quot;)))&lt;/p&gt;
&lt;p&gt;Eugene&lt;/p&gt;
&lt;p&gt;[This message has been edited by Eugene Grinberg (edited 17 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jan 2000 23:58:00 +0000</pubDate>
 <dc:creator>Eugene Grinberg</dc:creator>
 <guid isPermaLink="false">comment 1014599 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quote-problem-asp#comment-1014598</link>
    <description> &lt;p&gt;I THINK that this can be accomplished using the VBScript replace function. Here is the code that replaces single quotes with double quotes from a feedback form. You should be able to alter it to fit your needs.&lt;/p&gt;
&lt;p&gt;strCompanyName = Replace(Request.form(&quot;NAME&quot;), &quot;&#039;&quot;, &quot;&#039;&#039;&quot;) &lt;/p&gt;
&lt;p&gt;or if not, maybe you can look into the replace function and figure something out.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jan 2000 13:35:00 +0000</pubDate>
 <dc:creator>RC</dc:creator>
 <guid isPermaLink="false">comment 1014598 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
