This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by Jarppa
Thu Jan 31, 2008 2:49 pm
Forum: Scripting Help
Topic: Parsing rss feed - Problem with listing all headlines in rss
Replies: 0
Views: 2097

Parsing rss feed - Problem with listing all headlines in rss

Got it work now! bind pub - haloo lollero proc lollero {nick host handle chan text} { package require tdom package require http set 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...