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

	<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>2008-01-31T14:49:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Jarppa]]></name></author>
		<updated>2008-01-31T14:49:24-04:00</updated>

		<published>2008-01-31T14:49:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80520#p80520</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80520#p80520"/>
		<title type="html"><![CDATA[Parsing rss feed - Problem with listing all headlines in rss]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80520#p80520"><![CDATA[
<strong class="text-strong">Got it work now!</strong><br><div class="codebox"><p>Code: </p><pre><code>bind pub - haloo lolleroproc lollero {nick host handle chan text} {package require tdompackage require httpset url "http://www.ampparit.com/xml.php?cat=13"set page [::http::data [::http::geturl $url]]set doc [dom parse $page]set root [$doc documentElement]set node [$root selectNodes {//item/title}]set node2 [$root selectNodes {//channel/title}]set text [[[lindex $node 0] childNodes] nodeValue]set text2 [[[lindex $node2 0] childNodes] nodeValue]putserv "privmsg #kustinihkukanava :[string trim $text2] | [string trim $text]"}</code></pre></div>Okay, i've got it now to show first item of rss, little bit modifying script at tcl faq area.<br><br>Problem is, that i want to list all items in rss. I've tried anything that noob like me could know. :-P However, in some cases i get this "domNode0x844713c" etc. etc. thing.<br><br>Help would be nice. :-)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9672">Jarppa</a> — Thu Jan 31, 2008 2:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
