<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: E4X Trick</title>
	<atom:link href="http://etcs.ru/blog/as3/e4x-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://etcs.ru/blog/as3/e4x-trick/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 08:09:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: etc</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-21014</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Tue, 08 Jun 2010 02:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-21014</guid>
		<description>(parent().children()[childIndex()] можно поменять на valueOf(), как писал выше Олег. А в аттрибут надо сувать parent().</description>
		<content:encoded><![CDATA[<p>(parent().children()[childIndex()] можно поменять на valueOf(), как писал выше Олег. А в аттрибут надо сувать parent().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TanaTiX</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-21013</link>
		<dc:creator>TanaTiX</dc:creator>
		<pubDate>Mon, 07 Jun 2010 22:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-21013</guid>
		<description>А как вместо ++index получить значение из функции, где параетром будет значение, полученное на основе родителя текущего узла?
В данном примере что должно быть вместо VALUE?
xml..*.((parent().children()[childIndex()].@index = getAttribute(VALUE)));
Сам запутался</description>
		<content:encoded><![CDATA[<p>А как вместо ++index получить значение из функции, где параетром будет значение, полученное на основе родителя текущего узла?<br />
В данном примере что должно быть вместо VALUE?<br />
xml..*.((parent().children()[childIndex()].@index = getAttribute(VALUE)));<br />
Сам запутался</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etc</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-19888</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-19888</guid>
		<description>Клева, я, оказывается, такой пост писал :)</description>
		<content:encoded><![CDATA[<p>Клева, я, оказывается, такой пост писал <img src='http://etcs.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wvxvw</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-19887</link>
		<dc:creator>wvxvw</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-19887</guid>
		<description>Типа некропост, я раньше этой записи не видел... :)
var xml:XML = 
&lt;a&gt;
	&lt;b&gt;
	
	
&lt;/a&gt;;

xml.*.(valueOf().@whatever = Math.random());
trace(xml.toXMLString());
А я вообще искал твой пост про компиляцию флешевых векторных объектов силами AS3...</description>
		<content:encoded><![CDATA[<p>Типа некропост, я раньше этой записи не видел&#8230; <img src='http://etcs.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
var xml:XML =<br />
<a><br />
	<b></p>
<p></b></a>;</p>
<p>xml.*.(valueOf().@whatever = Math.random());<br />
trace(xml.toXMLString());<br />
А я вообще искал твой пост про компиляцию флешевых векторных объектов силами AS3&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Андрей Горбатов</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-14830</link>
		<dc:creator>Андрей Горбатов</dc:creator>
		<pubDate>Thu, 24 Jan 2008 21:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-14830</guid>
		<description>И то и другое:)</description>
		<content:encoded><![CDATA[<p>И то и другое:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etc</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-14819</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Wed, 23 Jan 2008 13:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-14819</guid>
		<description>E4X или feed? :D</description>
		<content:encoded><![CDATA[<p>E4X или feed? <img src='http://etcs.ru/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Рост</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-14818</link>
		<dc:creator>Рост</dc:creator>
		<pubDate>Wed, 23 Jan 2008 12:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-14818</guid>
		<description>Улетненько!</description>
		<content:encoded><![CDATA[<p>Улетненько!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantiner</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-14817</link>
		<dc:creator>Constantiner</dc:creator>
		<pubDate>Wed, 23 Jan 2008 11:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-14817</guid>
		<description>Да. Так лучше :)</description>
		<content:encoded><![CDATA[<p>Да. Так лучше <img src='http://etcs.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: __etc</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-14816</link>
		<dc:creator>__etc</dc:creator>
		<pubDate>Wed, 23 Jan 2008 10:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-14816</guid>
		<description>Пытался прикрутить highlight.js, но не получилось.
Попробую сковырнуть RSS и переделать вывод.

UPD: Переделал :)</description>
		<content:encoded><![CDATA[<p>Пытался прикрутить highlight.js, но не получилось.<br />
Попробую сковырнуть RSS и переделать вывод.</p>
<p>UPD: Переделал <img src='http://etcs.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantiner</title>
		<link>http://etcs.ru/blog/as3/e4x-trick/comment-page-1/#comment-14815</link>
		<dc:creator>Constantiner</dc:creator>
		<pubDate>Wed, 23 Jan 2008 10:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://etcs.ru/blog/as3/e4x-trick/#comment-14815</guid>
		<description>Прошу прощения, но все же такая раскраска кода не рулит и вот почему: в RSS, через которые многие читают блоги, вместо кода я вижу лишь следующее:
&lt;blockquote&gt;This content requires Adobe Flash Player&lt;/blockquote&gt;
То есть в принципе с тем же успехом можно убрать RSS из блога :)</description>
		<content:encoded><![CDATA[<p>Прошу прощения, но все же такая раскраска кода не рулит и вот почему: в RSS, через которые многие читают блоги, вместо кода я вижу лишь следующее:</p>
<blockquote><p>This content requires Adobe Flash Player</p></blockquote>
<p>То есть в принципе с тем же успехом можно убрать RSS из блога <img src='http://etcs.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

