<?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/10839" />

	<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>2005-11-18T01:47:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-18T01:47:29-04:00</updated>

		<published>2005-11-18T01:47:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57555#p57555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57555#p57555"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57555#p57555"><![CDATA[
You're right, its not the easiest path, but its what I like to do!<br><br>I'm a major right now in computer science. Only took the COBOL and advanced COBOL courses so far, but C++ is coming up either this Spring or next Fall semester, and definitely VB this Spring. I tried the SAMs teach yourself C++ a couple years back, but lost interest <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> I'm more of a visual learner and its a lot easier when someone is actually teaching it to me and there to show me some things. After learning some basics of TCL though, I realize how much COBOL sucks!!! haha<br><br>But anyways, thanks for those links... The Tcler's Wiki looks especially cool. Back to reading...<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Fri Nov 18, 2005 1:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-18T01:17:08-04:00</updated>

		<published>2005-11-18T01:17:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57553#p57553</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57553#p57553"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57553#p57553"><![CDATA[
in these days when more &amp; more people seem to be too lazy to help themselves, it's refreshing to see a person like yourself with a genuine desire to learn and code <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>the aforementioned beginner's guides will help you write the most basic scripts only and not much more than that; if you are serious about scripting, you need to be a decent programmer in the first place, i.e. to understand data structures &amp; algorithms, memory management, operating system's facilities, networking and how computers operate in general (needless to say, you ought to be proficient in at least one real programming language, preferably C)<br><br>once you have the programming basics, you should buy a Tcl book and/or explore and study in great detail <a href="http://tcl.tk" class="postlink">Tcl Developer Site</a> and <a href="http://wiki.tcl.tk" class="postlink">The Tcler's Wiki</a>; these sites feature tons of learning resources for those who are eager to become serious scripters<br><br>of course, to be able to produce quality &amp; powerful eggdrop scripts, you must also know tcl-commands.doc inside &amp; out, even by heart <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> better yet, you should dig into eggdrop's C source code and grasp its internals (prerequisite of which is knowing and understanding the IRC protocol as defined in RFC1459 and other technical documents)<br><br>I know that's not an easy path, and the learning curve could be steep &amp; long; but if you are really serious, this is the way<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Nov 18, 2005 1:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-17T08:08:46-04:00</updated>

		<published>2005-11-17T08:08:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57526#p57526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57526#p57526"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57526#p57526"><![CDATA[
Okay... I've looked around and havent found too much on regexp.<br><br>From the "Enhancing Your Eggdrop" Page... <blockquote class="uncited"><div>If you have some experience writing Tcl scripts and would like to write your own for Eggdrop, have a read through the Beginners Guide to TCL, and be sure to check out tcl-commands.doc in the /doc directory which contains information on all of Eggdrop's built-in Tcl commands. If you're completely new to Tcl, try the excellent Guide to TCL scripting for Eggdrop 1.6. And download yourself a copy of the Tcl Manual for quick reference.</div></blockquote> I've read both of those guides and looked over the tcl.commands.doc briefly.<br><br>Do you know of any other guides or any good reads on this stuff anywhere else? I'll try all I can to learn it!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Thu Nov 17, 2005 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-17T01:11:19-04:00</updated>

		<published>2005-11-17T01:11:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57523#p57523</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57523#p57523"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57523#p57523"><![CDATA[
if you can't grasp rssnews.tcl code - pretty streamlined use of Tcl and regexps which does exactly what you want - you probably need to study Tcl and regexps in greater details<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Nov 17, 2005 1:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-17T00:22:34-04:00</updated>

		<published>2005-11-17T00:22:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57522#p57522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57522#p57522"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57522#p57522"><![CDATA[
Okay, this is the part of the code I'm looking at from the URL I'm getting the news from:<br><div class="codebox"><p>Code: </p><pre><code>  &lt;?xml version="1.0" encoding="iso-8859-1" ?&gt; - &lt;rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:atom="http://purl.org/atom/ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/"&gt;- &lt;channel&gt;  &lt;title&gt;ESPN.com&lt;/title&gt;   &lt;link&gt;http://espn.go.com/&lt;/link&gt;   &lt;description&gt;Latest news from ESPN.com&lt;/description&gt;   &lt;language&gt;en-us&lt;/language&gt;   &lt;atom:link rel="start" href="http://sports.espn.go.com/espn/rss/news?null" /&gt;   &lt;lastBuildDate&gt;Wed, 16 Nov 2005 20:15:52 PST&lt;/lastBuildDate&gt;   &lt;docs&gt;http://backend.userland.com/rss&lt;/docs&gt;   &lt;managingEditor&gt;webmaster@espn.go.com&lt;/managingEditor&gt; - &lt;image&gt;  &lt;url&gt;http://espn-att.starwave.com/i/tvlistings/tv_espn_original.gif&lt;/url&gt;   &lt;title&gt;ESPN logo&lt;/title&gt;   &lt;link&gt;http://espn.go.com&lt;/link&gt;   &lt;width&gt;84&lt;/width&gt;   &lt;height&gt;34&lt;/height&gt;   &lt;/image&gt;  &lt;ttl&gt;30&lt;/ttl&gt;   &lt;dc:rights&gt;Copyright 2005&lt;/dc:rights&gt;   &lt;admin:generatorAgent rdf:resource="http://espn.go.com/rss/?v=0.9beta" /&gt;   &lt;admin:errorReportsTo rdf:resource="mailto:customer.service@espn.go.com" /&gt;   &lt;sy:updatePeriod&gt;hourly&lt;/sy:updatePeriod&gt;   &lt;sy:updateFrequency&gt;1&lt;/sy:updateFrequency&gt;   &lt;sy:updateBase&gt;2000-01-01T12:00+00:00&lt;/sy:updateBase&gt; - &lt;item&gt;- &lt;dc:creator&gt;- &lt;![CDATA[ John Carroll  ]]&gt;   &lt;/dc:creator&gt;- &lt;title&gt;- &lt;![CDATA[ Carroll: Comparing Brown and Jackson and their iffy teams  ]]&gt;   &lt;/title&gt;- &lt;description&gt;- &lt;![CDATA[ L.A. Showdown: Brown, Jackson meet again&lt;br /&gt;&lt;br /&gt; by John Carroll&lt;br/&gt;&lt;br/&gt;When Phil Jackson and Larry Brown walk onto the Staples Center floor tonight, it will be the first time these two coaches have met since June 16, 2004.  That was Game 5 of the NBA Finals and the Detroit Pistons, the team Brown coached, won 100-87, clinching...  ]]&gt;   &lt;/description&gt;  &lt;pubDate&gt;Wed, 16 Nov 2005 09:24:27 PST&lt;/pubDate&gt;   &lt;guid&gt;http://insider.espn.go.com/nba/insider/columns/story?columnist=carroll_john&amp;id=2225946&amp;campaign=rss&amp;source=ESPNHeadlines&lt;/guid&gt;   &lt;link&gt;http://insider.espn.go.com/nba/insider/columns/story?columnist=carroll_john&amp;id=2225946&amp;campaign=rss&amp;source=ESPNHeadlines&lt;/link&gt;   &lt;/item&gt;</code></pre></div>Im trying to use<br><div class="codebox"><p>Code: </p><pre><code>&lt;![CDATA[ Carroll: Comparing Brown and Jackson and their iffy teams ]]&gt; </code></pre></div>For the $title<br><div class="codebox"><p>Code: </p><pre><code>&lt;![CDATA[ L.A. Showdown: Brown, Jackson meet again&lt;br /&gt;&lt;br /&gt; by John Carroll&lt;br/&gt;&lt;br/&gt;When Phil Jackson and Larry Brown walk onto the Staples Center floor tonight, it will be the first time these two coaches have met since June 16, 2004.  That was Game 5 of the NBA Finals and the Detroit Pistons, the team Brown coached, won 100-87, clinching... ]]&gt;</code></pre></div>For the $description<br><br>and...<br><div class="codebox"><p>Code: </p><pre><code>&lt;link&gt;http://insider.espn.go.com/nba/insider/columns/story?columnist=carroll_john&amp;id=2225946&amp;campaign=rss&amp;source=ESPNHeadlines&lt;/link&gt; </code></pre></div>For the $link<br><br>As far as the $date in my script... I can get that, because there is only one "&lt;pubDate&gt; * &lt;/pubDate&gt;"<br><br>The others ( $title $description and $link ) are the ones I'm having trouble with because I dont know how to tell the script to use the ones I want to use in that above XML code  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Thu Nov 17, 2005 12:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-16T23:12:32-04:00</updated>

		<published>2005-11-16T23:12:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57516#p57516</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57516#p57516"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57516#p57516"><![CDATA[
RSS feeds have standard XML structure, for example &lt;title&gt; tags are enclosed by &lt;item&gt; tags<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Nov 16, 2005 11:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-16T11:32:53-04:00</updated>

		<published>2005-11-16T11:32:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57498#p57498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57498#p57498"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57498#p57498"><![CDATA[
demond, what part of your rssnews code gets you to the right part of the XLM code? because of all the repeated patterns, you cant just use the first &lt;title&gt; for example... you got to make sure you're at the right spot to get the text you want. This is the part I still cant figure out!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Wed Nov 16, 2005 11:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-15T23:26:50-04:00</updated>

		<published>2005-11-15T23:26:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57481#p57481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57481#p57481"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57481#p57481"><![CDATA[
Thanks demond. I've look at it more than once. Starting to understand it more as I learn more <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I've replaced<blockquote class="uncited"><div>    regexp {&lt;title&gt;(.*)&lt;/title&gt;} $body - title <br>    regexp {&lt;pubDate&gt;(.*)&lt;/pubDate&gt;} $body - date <br>    regexp {&lt;description&gt;(.*)&lt;/description&gt;} $body - desc <br>    regexp {&lt;link&gt;(.*)&lt;/link&gt;} $body - link</div></blockquote>with<blockquote class="uncited"><div>    regexp {&lt;title&gt;(.*?)&lt;/title&gt;} $body - title <br>    regexp {&lt;pubDate&gt;(.*?)&lt;/pubDate&gt;} $body - date <br>    regexp {&lt;description&gt;(.*?)&lt;/description&gt;} $body - desc <br>    regexp {&lt;link&gt;(.*?)&lt;/link&gt;} $body - link</div></blockquote>and it got rid of the tags at the end of each line of output, the ones that werent supposed to be there.<br><br>So now it looks right...<blockquote class="uncited"><div>[10:13pm] &lt;Me&gt; !latest<br>[10:13pm]«@ Bot» Latest Top Headline: ESPN.com<br>[10:13pm]«@ Bot» Published: Tue, 15 Nov 2005 16:49:23 PST<br>[10:13pm]«@ Bot» Description: Latest news from ESPN.com<br>[10:13pm]«@ Bot» Link: <a href="http://espn.go.com/" class="postlink">http://espn.go.com/</a></div></blockquote>instead of...<blockquote class="uncited"><div>[9:57pm] &lt;Me&gt; !latest <br>[9:57pm]«@ Bot» Latest Top Headline: ESPN.com&lt;/title&gt; <br>[9:57pm]«@ Bot» Published: Tue, 15 Nov 2005 16:49:23 PST&lt;/pubDate&gt; <br>[9:57pm]«@ Bot» Description: Latest news from ESPN.com&lt;/description&gt; <br>[9:57pm]«@ Bot» Link: <a href="http://espn.go.com/%3C/link" class="postlink">http://espn.go.com/&lt;/link</a>&gt; &lt;description&gt;Latest news from ESPN.com&lt;/description&gt; </div></blockquote>Now I just need to have it get the right ones for Headline, Description and Link... any tips?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Tue Nov 15, 2005 11:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-15T23:10:20-04:00</updated>

		<published>2005-11-15T23:10:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57480#p57480</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57480#p57480"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57480#p57480"><![CDATA[
have a look at <a href="http://demond.net/rssnews.tcl" class="postlink">rssnews.tcl</a> source<br><br>among other things, it does exactly what you need to do - parse XML and extract tag contents<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Nov 15, 2005 11:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-15T22:48:11-04:00</updated>

		<published>2005-11-15T22:48:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57479#p57479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57479#p57479"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57479#p57479"><![CDATA[
Maybe I should have been more clear...<br><br>I'm trying to write my own rss news feed bot, from <a href="http://sports.espn.go.com/espn/rss/news" class="postlink">this</a> site.<br><br>What I want to do is have the bot output<br><br>The Title<br>The Date<br>The Description<br>The Link<br><br>Of the most recent news feed. It looks like that will always be:<br><br>The 3rd "&lt;title&gt;" on that page for the Title of the article.<br><br>The 1st "&lt;pubDate&gt;" on that page for the article Date.<br><br>The 2nd "&lt;description&gt;" on that page for the article Description.<br><br>The 3rd "&lt;link&gt;" on that page, for the Link to the article.<br><br>This is how I was trying to get my info for the bot to pull. So far I could only get the "&lt;pubDate&gt;" one to work, because its always the 1st "&lt;pubDate&gt;" on the page lol... I havent figured out how to do the others yet. I guess I'll have to use a loop to bring it to the correct trigger on the page. I'll figure that out later <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> For now I just want to figure out how to get rid of that "&lt;/pubDate&gt;" at the end of my output!<br><br>Here's the code I'm using:<br><div class="codebox"><p>Code: </p><pre><code>set rssfeed "http://sports.espn.go.com/espn/rss/news"set trigger "!latest"set channel "#chan"if {![info exists egghttp(version)]} {  putlog "egghttp.tcl was NOT successfully loaded."  putlog "egghttp_example.tcl has not been loaded as a result."} else {  proc your_callbackproc {sock} {    global rssfeed channel    set headers [egghttp:headers $sock]    set body [egghttp:data $sock]    regexp {&lt;title&gt;(.*)&lt;/title&gt;} $body - title    regexp {&lt;pubDate&gt;(.*)&lt;/pubDate&gt;} $body - date    regexp {&lt;description&gt;(.*)&lt;/description&gt;} $body - desc    regexp {&lt;link&gt;(.*)&lt;/link&gt;} $body - link    puthelp "PRIVMSG $channel :Latest Top Headline: $title"    puthelp "PRIVMSG $channel :Published: $date"    puthelp "PRIVMSG $channel :Description: $desc"    puthelp "PRIVMSG $channel :Link: $link"  }  bind pub -|* $trigger top:trigger  proc top:trigger {nick host hand chan text} {    global rssfeed     set sock [egghttp:geturl $rssfeed your_callbackproc]    return 1  }    putlog "egghttp_example.tcl has been successfully loaded."}</code></pre></div>Here's what the output looks like:<br><blockquote class="uncited"><div>[9:57pm] &lt;Me&gt; !latest<br>[9:57pm]«@ Bot» Latest Top Headline: ESPN.com&lt;/title&gt;<br>[9:57pm]«@ Bot» Published: Tue, 15 Nov 2005 16:49:23 PST&lt;/pubDate&gt;<br>[9:57pm]«@ Bot» Description: Latest news from ESPN.com&lt;/description&gt;<br>[9:57pm]«@ Bot» Link: <a href="http://espn.go.com/%3C/link" class="postlink">http://espn.go.com/&lt;/link</a>&gt;&lt;description&gt;Latest news from ESPN.com&lt;/description&gt;</div></blockquote>I'm new to this, so go easy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br>It's really working exactly as its told to... just not working the way <strong class="text-strong">I</strong> want it to!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Tue Nov 15, 2005 10:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FTL25]]></name></author>
		<updated>2005-11-15T20:34:14-04:00</updated>

		<published>2005-11-15T20:34:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57478#p57478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57478#p57478"/>
		<title type="html"><![CDATA[Quick REGEXP Help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57478#p57478"><![CDATA[
I have the following line of XML I'm reading from:<br><br>&lt;pubDate&gt;Tue, 15 Nov 2005 13:44:46 PST&lt;/pubDate&gt;<br><br>In the code I use:<br><br>regexp {&lt;pubDate&gt;(.*)&lt;/pubDate&gt;} $body - date<br><br>to get it, and...<br><br>puthelp "PRIVMSG $channel :<strong class="text-strong">HeadLine: $served"</strong><br><br>to output it.<br><br>As output, I expect to get:<br><br>[7:25pm]«@ BOTNICK» <strong class="text-strong">HeadLine: Tue, 15 Nov 2005 13:44:46 PST</strong><br><br>instead, I get...<br><br>[7:25pm]«@ BOTNICK» <strong class="text-strong">HeadLine: Tue, 15 Nov 2005 13:44:46 PST&lt;/pubDate&gt;</strong><br><br>How do I get rid of that <strong class="text-strong">&lt;/pubDate&gt;</strong> ???<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6979">FTL25</a> — Tue Nov 15, 2005 8:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
