<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Shadowed's Portal - Feature Comments (wowinterface.com)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title> - local name1,...</title>
			<link>http://www.wowinterface.com/portal.php?id=269&amp;a=viewfeature&amp;featureid=2554#cmnt_2186</link>
			<description><![CDATA[local name1, iconTexture1, pointsSpent1, background1 = GetTalentTabInfo( 1 , true );
    local name2, iconTexture2, pointsSpent2, background2 = GetTalentTabInfo( 2 , true );
    local name3, iconTexture3, pointsSpent3, background3 = GetTalentTabInfo( 3 , true );

    local talentName = name1;
    if (pointsSpent2 &gt; pointsSpent1 and pointsSpent2 &gt; pointsSpent3) then
        talentName = name2;
    end
    if (pointsSpent3 &gt; pointsSpent2 and pointsSpent3 &gt; pointsSpent1) then
        talentName = name3;
    end
    
	local talent = (select(3, GetTalentTabInfo(1, true)) or 0) .. &quot;/&quot; ..  (select(3, GetTalentTabInfo(2, true)) or 0) .. &quot;/&quot; ..  (select(3, GetTalentTabInfo(3, true)) or 0) .. &quot;/&quot; .. talentName
	

and in ArenaFrame

function SSAF:GetTalents(name, server)
	if( IsAddOnLoaded(&quot;Remembrance&quot;) ) then
		local tree1, tree2, tree3, treename = Remembrance:GetTalents(name, server)
		if( tree1 and tree2 and tree3 ) then
			return tree1 .. &quot;/&quot; .. tree2 .. &quot;/&quot; .. tree3 ..&quot;(&quot;..treename..&quot;)&quot;
		end


(Interface: Remembrance | Feature: )]]></description>
			<author>HexNeo</author>
			<guid>http://www.wowinterface.com/portal.php?id=269&amp;a=viewfeature&amp;featureid=2554#cmnt_2186</guid>
			<pubDate>Wed, 30 Jan 2008 16:26:41 +0000</pubDate>
		</item>		<item>
			<title> - please I waiting for...</title>
			<link>http://www.wowinterface.com/portal.php?id=269&amp;a=viewfeature&amp;featureid=2554#cmnt_2181</link>
			<description><![CDATA[please I waiting for this change :) I am already started to look inside your addon to make changes myself :) but I hope still on you :)

(Interface: Remembrance | Feature: )]]></description>
			<author>HexNeo</author>
			<guid>http://www.wowinterface.com/portal.php?id=269&amp;a=viewfeature&amp;featureid=2554#cmnt_2181</guid>
			<pubDate>Sun, 27 Jan 2008 17:12:29 +0000</pubDate>
		</item>
	</channel>
</rss>