<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/3420" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-01-12T13:05:15-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/3420</id>

		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-01-12T13:05:15-04:00</updated>

		<published>2003-01-12T13:05:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15226#p15226</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15226#p15226"/>
		<title type="html"><![CDATA[Strip Html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15226#p15226"><![CDATA[
look @ efnet.tcl from DAWG-TCL<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun Jan 12, 2003 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-12T09:08:08-04:00</updated>

		<published>2003-01-12T09:08:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15204#p15204</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15204#p15204"/>
		<title type="html"><![CDATA[Strip Html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15204#p15204"><![CDATA[
Lynx uses ncurses from what I understand. This would make a mess of the input received or even simply not work.<br><br>The regsub method is far quicker.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jan 12, 2003 9:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ClubCX]]></name></author>
		<updated>2003-01-12T07:43:09-04:00</updated>

		<published>2003-01-12T07:43:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15198#p15198</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15198#p15198"/>
		<title type="html"><![CDATA[Strip Html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15198#p15198"><![CDATA[
Another alternative is to utilize Lynx to filter out the html and format the page. Not recommended for high-use web scripts though.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=398">ClubCX</a> — Sun Jan 12, 2003 7:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[digitaldj]]></name></author>
		<updated>2003-01-11T08:12:16-04:00</updated>

		<published>2003-01-11T08:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15166#p15166</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15166#p15166"/>
		<title type="html"><![CDATA[Strip Html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15166#p15166"><![CDATA[
ah, nice. thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2491">digitaldj</a> — Sat Jan 11, 2003 8:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-01-10T20:12:00-04:00</updated>

		<published>2003-01-10T20:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15151#p15151</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15151#p15151"/>
		<title type="html"><![CDATA[Re: Strip Html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15151#p15151"><![CDATA[
<blockquote class="uncited"><div>Is there a way to strip html codes out of the way when using http::geturl?</div></blockquote>Not using http::geturl, there isn't a way to strip html codes..<br>But after you have retrieved the contents of the page, you can<br>use tcl commands like regsub to do the job for you.<br><br>For starters, <br>ie: regsub -all {&lt;[^&gt;]*&gt;} $data {} data<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Fri Jan 10, 2003 8:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[digitaldj]]></name></author>
		<updated>2003-01-10T14:46:22-04:00</updated>

		<published>2003-01-10T14:46:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15146#p15146</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15146#p15146"/>
		<title type="html"><![CDATA[Strip Html]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15146#p15146"><![CDATA[
Is there a way to strip html codes out of the way when using http::geturl?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2491">digitaldj</a> — Fri Jan 10, 2003 2:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
