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

	<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-10-27T20:37:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tonyrayo]]></name></author>
		<updated>2003-10-27T20:37:40-04:00</updated>

		<published>2003-10-27T20:37:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29077#p29077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29077#p29077"/>
		<title type="html"><![CDATA[TCL Parsing - Has It Improved?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29077#p29077"><![CDATA[
Hmm, I wish I had time to learn tcl, I was hoping there was already an eggdrop coded template for this, but thank you for the help regardless fokes, I will try and work with it  <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=3591">tonyrayo</a> — Mon Oct 27, 2003 8:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-10-27T20:11:25-04:00</updated>

		<published>2003-10-27T20:11:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29076#p29076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29076#p29076"/>
		<title type="html"><![CDATA[TCL Parsing - Has It Improved?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29076#p29076"><![CDATA[
Generic XML can be parsed with SXML parser (available on <a href="http://resource.tcl.tk/resource/software/tools/xml/" class="postlink">THIS</a> page).<br><br>There are also a lot of other libraries that can help, including a Tcl wrapper for Expat.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Oct 27, 2003 8:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-27T19:18:59-04:00</updated>

		<published>2003-10-27T19:18:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29072#p29072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29072#p29072"/>
		<title type="html"><![CDATA[Re: TCL Parsing - Has It Improved?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29072#p29072"><![CDATA[
Parsing rss can be done pretty easily because of the predefined structure.<br>Here's a quick example to get you started:<div class="codebox"><p>Code: </p><pre><code># fetch the channel element...if {[regexp -nocase {&lt;channel&gt;.+?&lt;/channel&gt;} $xml xml]} {  # loop through the items:  foreach item [regexp -all -inline -nocase {&lt;item&gt;.+?&lt;/item&gt;} $xml] {    # extract what ever you need from each item in here :)  }} else {  # no/empty channel element - what to do?}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Oct 27, 2003 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tonyrayo]]></name></author>
		<updated>2003-10-27T17:58:50-04:00</updated>

		<published>2003-10-27T17:58:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29071#p29071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29071#p29071"/>
		<title type="html"><![CDATA[TCL Parsing - Has It Improved?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29071#p29071"><![CDATA[
I have brought this topic up in the past, but was told there wasn't proper support for it to work.  I was wondering if anyone has seen/used a script that would be able to parse/display xml and/or rdf and/or rss files.  There must be a simple set of rules that could be set, or even if you needed to customize a file for a specific website, I am looking for detailed information on how this could be done. Thank you - Tony.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3591">tonyrayo</a> — Mon Oct 27, 2003 5:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
