<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Strip Post</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Strip Post]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 10:32:21 +0000</pubDate>
  <lastBuildDate>Fri, 21 May 2004 11:06:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=10296</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Strip Post : Any idea&amp;#039;s or hints? ]]></title>
   <link>https://forums.webwiz.net/strip-post_topic10296_post57738.html#57738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12218">Rebel Gaa</a><br /><strong>Subject:</strong> 10296<br /><strong>Posted:</strong> 21&nbsp;May&nbsp;2004 at 11:06am<br /><br />Any idea's or hints?]]>
   </description>
   <pubDate>Fri, 21 May 2004 11:06:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strip-post_topic10296_post57738.html#57738</guid>
  </item> 
  <item>
   <title><![CDATA[Strip Post : The following code strips html...]]></title>
   <link>https://forums.webwiz.net/strip-post_topic10296_post57645.html#57645</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12218">Rebel Gaa</a><br /><strong>Subject:</strong> 10296<br /><strong>Posted:</strong> 20&nbsp;May&nbsp;2004 at 10:06am<br /><br /><P>The following code strips html from text. Any ideas how i could change the code so it will strip some html and not others eg remove &lt;font&gt; tag but leave &lt;br&gt; tags.</P><P> ------------------------------------------------------------ -------</P><P>Private Function removeHTML(ByVal strMessageInput)</P><P>&nbsp;Dim lngMessagePosition&nbsp;&nbsp;<BR>&nbsp;Dim intHTMLTagLength&nbsp;&nbsp;<BR>&nbsp;Dim strHTMLMessage&nbsp;&nbsp;<BR>&nbsp;Dim strTempMessageInput&nbsp;&nbsp;</P><P>&nbsp;<BR>&nbsp;strTempMessageInput = strMessageInput</P><P>For lngMessagePosition = 1 to CLng(Len(strMessageInput))</P><P>&nbsp;If Mid(strMessageInput, lngMessagePosition, 1) = "" Then Exit For<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;If Mid(strMessageInput, lngMessagePosition, 1) = "&lt;" Then</P><P>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;intHTMLTagLength = (InStr(lngMessagePosition, strMessageInput, "&gt;", 1) - lngMessagePosition)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If intHTMLTagLength &lt; 0 Then intHTMLTagLength = CLng(Len(strTempMessageInput))</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strHTMLMessage = Mid(strMessageInput, lngMessagePosition, intHTMLTagLength + 1)</P><P><BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;strTempMessageInput = Replace(strTempMessageInput, strHTMLMessage, "", 1, -1, 0)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;End If<BR>&nbsp;Next<BR>&nbsp;<BR>&nbsp;'Replace a few characters in the remaining text<BR>&nbsp;strTempMessageInput = Replace(strTempMessageInput, "&lt;", "&amp;lt;", 1, -1, 1)<BR>&nbsp;strTempMessageInput = Replace(strTempMessageInput, "&gt;", "&amp;gt;", 1, -1, 1)<BR>&nbsp;strTempMessageInput = Replace(strTempMessageInput, "'", "", 1, -1, 1)<BR>&nbsp;strTempMessageInput = Replace(strTempMessageInput, """", "&amp;#034;", 1, -1, 1)<BR>&nbsp;strTempMessageInput = Replace(strTempMessageInput, "&amp;nbsp;", " ", 1, -1, 1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strTempMessageInput = Replace(strTempMessageInput, "’", "", 1, -1, 1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strTempMessageInput = Replace(strTempMessageInput, "^", "", 1, -1, 1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strTempMessageInput = Replace(strTempMessageInput, "~", "", 1, -1, 1)<BR>&nbsp;strTempMessageInput = Replace(strTempMessageInput, "€", "", 1, -1, 1)<BR>&nbsp;<BR>&nbsp;'Return the function<BR>&nbsp;removeHTML = strTempMessageInput<BR>End Function</P><P> ------------------------------------------------------------ -------</P>]]>
   </description>
   <pubDate>Thu, 20 May 2004 10:06:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strip-post_topic10296_post57645.html#57645</guid>
  </item> 
  <item>
   <title><![CDATA[Strip Post : Cheers boRg, much appreciated....]]></title>
   <link>https://forums.webwiz.net/strip-post_topic10296_post56121.html#56121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12218">Rebel Gaa</a><br /><strong>Subject:</strong> 10296<br /><strong>Posted:</strong> 05&nbsp;May&nbsp;2004 at 5:59am<br /><br />Cheers boRg, much appreciated.]]>
   </description>
   <pubDate>Wed, 05 May 2004 05:59:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strip-post_topic10296_post56121.html#56121</guid>
  </item> 
  <item>
   <title><![CDATA[Strip Post : In the include file &amp;#039;functions_filters.asp&amp;#039;...]]></title>
   <link>https://forums.webwiz.net/strip-post_topic10296_post56120.html#56120</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 10296<br /><strong>Posted:</strong> 05&nbsp;May&nbsp;2004 at 5:54am<br /><br />In the include file 'functions_filters.asp' there is a function calledremoveHTML that is used to display the contents of a topic if you hoverthe mouse over the link to the topic on the page displaying all thetopics.<br><br>This function could be used to do what you require.<br>]]>
   </description>
   <pubDate>Wed, 05 May 2004 05:54:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strip-post_topic10296_post56120.html#56120</guid>
  </item> 
  <item>
   <title><![CDATA[Strip Post : Apologies if this sounds a stupid...]]></title>
   <link>https://forums.webwiz.net/strip-post_topic10296_post56117.html#56117</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12218">Rebel Gaa</a><br /><strong>Subject:</strong> 10296<br /><strong>Posted:</strong> 05&nbsp;May&nbsp;2004 at 5:43am<br /><br /><P>Apologies if this sounds a stupid question.</P><P>What i want to do is display the last post on my site outside the&nbsp;forum.&nbsp;(the actual message part) At the moment i have it set up to do so and its displaying the last post, no problem. My problem with it is, it also displays the avatars, quotes etc. I want to strip all this off and display just the core text. Is their anyway of doing this?</P><P>Thanks</P>]]>
   </description>
   <pubDate>Wed, 05 May 2004 05:43:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/strip-post_topic10296_post56117.html#56117</guid>
  </item> 
 </channel>
</rss>