<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kimkijeung.com &#187; XML</title>
	<atom:link href="http://kimkijeung.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimkijeung.com</link>
	<description>Interactive development,flash,Actionscript</description>
	<lastBuildDate>Wed, 14 Jul 2010 09:57:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
			<title>Kimkijeung.com</title>
			<url>http://kimkijeung.com/blog/wp-content/uploads/2009/12/index.gif</url>
			<link>http://kimkijeung.com</link>
			<width></width>
			<height></height>
			<description>Interactive development,flash,Actionscript</description>
		</image>		<item>
		<title>XML Parsing Error</title>
		<link>http://kimkijeung.com/2006/06/24/xml-parsing-error/</link>
		<comments>http://kimkijeung.com/2006/06/24/xml-parsing-error/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 16:08:42 +0000</pubDate>
		<dc:creator>vkimone</dc:creator>
				<category><![CDATA[Flash-AS2.0]]></category>
		<category><![CDATA[AS2.0]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://vkimone.inblog.kr/?p=218</guid>
		<description><![CDATA[아래와  같은 xml 파일을 플래시로 불러들여 파싱할경우 주의할 점이 있다.

&#60;?xml version=&#34;1.0&#34;  ?&#62;
&#60;node&#62;
&#60;item label=&#34;menu1&#34; src=&#34;null&#34;&#62;
  &#60;subMenu label=&#34;Play Movie&#34; src=&#34;file1.swf&#34;  eng=&#34;no&#34;  loadingPos=&#34;506,345&#34;&#62;&#60;/subMenu&#62;
  &#60;subMenu label=&#34;Play2&#34; src=&#34;file2.swf&#34;  eng=&#34;no&#34; loadingPos=&#34;506,345&#34;&#62;&#60;/subMenu&#62;
&#60;/item &#62; 
&#160;
&#60;item label=&#34;THEME STORY&#34; src=&#34;file3.swf&#34;  loadingPos=&#34;506,345&#34;&#62; &#60;/item &#62;&#60;item  label=&#34;SPECIAL FEATURE&#34; src=&#34;null&#34;&#62;
      &#60;subMenu label=&#34;gallery&#34; src=&#34;file4.swf&#34;  eng=&#34;yes&#34;  loadingPos=&#34;506,345&#34;&#62;&#60;/subMenu&#62;
  &#60;subMenu label=&#34;about&#34; src=&#34;file5.swf&#34;  eng=&#34;yes&#34; loadingPos=&#34;506,345&#34;&#62;&#60;/subMenu&#62;
   &#60;/item &#62;
&#60;/node&#62;

보통 xml 을 사용할 경우 외부데이타 [...]]]></description>
			<content:encoded><![CDATA[<p>아래와  같은 xml 파일을 플래시로 불러들여 파싱할경우 주의할 점이 있다.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span>  <span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;node<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;menu1&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;null&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;subMenu</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;Play Movie&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;file1.swf&quot;</span>  <span style="color: #000066;">eng</span>=<span style="color: #ff0000;">&quot;no&quot;</span>  <span style="color: #000066;">loadingPos</span>=<span style="color: #ff0000;">&quot;506,345&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/subMenu<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;subMenu</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;Play2&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;file2.swf&quot;</span>  <span style="color: #000066;">eng</span>=<span style="color: #ff0000;">&quot;no&quot;</span> <span style="color: #000066;">loadingPos</span>=<span style="color: #ff0000;">&quot;506,345&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/subMenu<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/item</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span> 
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;item</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;THEME STORY&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;file3.swf&quot;</span>  <span style="color: #000066;">loadingPos</span>=<span style="color: #ff0000;">&quot;506,345&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/item</span> <span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;item</span>  <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;SPECIAL FEATURE&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;null&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;subMenu</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;gallery&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;file4.swf&quot;</span>  <span style="color: #000066;">eng</span>=<span style="color: #ff0000;">&quot;yes&quot;</span>  <span style="color: #000066;">loadingPos</span>=<span style="color: #ff0000;">&quot;506,345&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/subMenu<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;subMenu</span> <span style="color: #000066;">label</span>=<span style="color: #ff0000;">&quot;about&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;file5.swf&quot;</span>  <span style="color: #000066;">eng</span>=<span style="color: #ff0000;">&quot;yes&quot;</span> <span style="color: #000066;">loadingPos</span>=<span style="color: #ff0000;">&quot;506,345&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/subMenu<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/item</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/node<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>보통 xml 을 사용할 경우 외부데이타 종류를 임의로 정해줄 수 있어 xml 속성(attributes)을 이용하여 구성한다. 무심코 나중에 추가되는 xml 속성값의 순서와 플래시에서 파싱하는 순서가 일치하지 않을경우 제대로 파싱되어 데이타를 처리할 수 없다.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> subObj=<span style="color: #66cc66;">&#123;</span>label:dataArr2<span style="color: #66cc66;">&#91;</span>j<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">attributes</span>.<span style="color: #006600;">label</span>, src: dataArr2<span style="color: #66cc66;">&#91;</span>j<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">attributes</span>.<span style="color: #006600;">src</span> ,eng:dataArr2<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">attributes</span>.<span style="color: #006600;">eng</span> , loadingPos: dataArr2<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.<span style="color: #0066CC;">attributes</span>.<span style="color: #006600;">loadingPos</span><span style="color: #66cc66;">&#125;</span>;</pre></div></div>

<p>위와 같은 형식으로 파싱할 경우 꼭 파싱할 순서를 xml 노드 속성 순서와 정확히 일치시킨다.</p>
]]></content:encoded>
			<wfw:commentRss>http://kimkijeung.com/2006/06/24/xml-parsing-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E4X XML API in AS3.0</title>
		<link>http://kimkijeung.com/2006/06/04/148/</link>
		<comments>http://kimkijeung.com/2006/06/04/148/#comments</comments>
		<pubDate>Sun, 04 Jun 2006 11:47:32 +0000</pubDate>
		<dc:creator>vkimone</dc:creator>
				<category><![CDATA[Flash-AS3.0]]></category>
		<category><![CDATA[AS3.0]]></category>
		<category><![CDATA[ECMAScript]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://localhost:8888/blog/?p=148</guid>
		<description><![CDATA[ActionScript 3.0 features a full implementation of ECMAScript for XML (E4X), recently standardized as ECMA-357. E4X offers a natural, fluent set of language constructs for manipulating XML. Unlike traditional XML parsing API’s, E4X makes XML feel like a native data type of the language. E4X streamlines the development of applications that manipulate XML by drastically [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #8e8e8e;">ActionScript 3.0 features a full implementation of ECMAScript for XML (E4X), recently standardized as ECMA-357. E4X offers a natural, fluent set of language constructs for manipulating XML. Unlike traditional XML parsing API’s, E4X makes XML feel like a native data type of the language. E4X streamlines the development of applications that manipulate XML by drastically reducing the amount of code needed. You can learn more about the E4X specification here: </span></p>
<p><a class="external" rel="nofollow" href="http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-357.pdf" target="mm_window">http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-357.pdf</a><br />
AS3.0 에 새롭게  E4X(ECMAScript for XML) 를 지원한다. E4X 는 XML을 관리하기 위한 모든 언어를 제공한다. 이젠 플래시에서도 제한된 xml 에서 탈피해 좀 더 효율적인 코드작성이 가능하다.</p>
<p>따로 파서를 만들어 쓰고 있지만  워낙 xml 쓰는 방법이 다양해 정형화된 방법을 찾는데 쉽지 않았다.</p>
<p>시간이 되면 AS2.0 방식도 아래와 같은 방법으로 사용해서 파서를 따로 만들어 쓰는것도 좋은 방법인듯 싶다.</p>
<p>AS3.0 에서부터는 xml 노드 구조만 알면 이제부터 아주 쉽게 데이타 파싱이 가능하다.</p>
<p>내장되어있는 파서인 만큼 특별한 코드가 필요없다.</p>
<p>xml 데이타를 통해 노드구조를 접근하면 파서가 알아서 데이타를 추출해 준다. 또한 조건 검색을 통한 데이타 검색도 가능하다.</p>
<p>AS3.0 &#8230;.. 암튼 무척 기대된다.</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">&nbsp;
<span style="color: #9900cc; font-weight: bold;">package</span> <span style="color: #000000;">&#123;</span>
	<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.display</span>.<span style="color: #004993;">MovieClip</span>;
	<span style="color: #0033ff; font-weight: bold;">import</span> flash.util.<span style="color: #004993;">trace</span>;
	<span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #9900cc; font-weight: bold;">class</span> E4XExample extends <span style="color: #004993;">MovieClip</span> <span style="color: #000000;">&#123;</span>
&nbsp;
		<span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> E4XExample<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
&nbsp;
			<span style="color: #6699cc; font-weight: bold;">var</span> employees<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">XML</span>=<span style="color: #000000; font-weight: bold;">&lt;</span>staff<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			 <span style="color: #000000; font-weight: bold;">&lt;</span>employee id=<span style="color: #990000;">&quot;1&quot;</span> <span style="color: #004993;">status</span>=<span style="color: #990000;">&quot;active&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			 <span style="color: #000000; font-weight: bold;">&lt;</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>Christian Cantrell<span style="color: #000000; font-weight: bold;">&lt;/</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			 <span style="color: #000000; font-weight: bold;">&lt;</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>CEO<span style="color: #000000; font-weight: bold;">&lt;/</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			 <span style="color: #000000; font-weight: bold;">&lt;</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight:bold;">12</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">1</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">2001</span><span style="color: #000000; font-weight: bold;">&lt;/</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			 <span style="color: #000000; font-weight: bold;">&lt;/</span>employee<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;</span>employee id=<span style="color: #990000;">&quot;2&quot;</span> <span style="color: #004993;">status</span>=<span style="color: #990000;">&quot;active&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>Danny Dura<span style="color: #000000; font-weight: bold;">&lt;/</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>Developer<span style="color: #000000; font-weight: bold;">&lt;/</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight:bold;">4</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">9</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">2003</span><span style="color: #000000; font-weight: bold;">&lt;/</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			         <span style="color: #000000; font-weight: bold;">&lt;/</span>employee<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;</span>employee id=<span style="color: #990000;">&quot;3&quot;</span> <span style="color: #004993;">status</span>=<span style="color: #990000;">&quot;contractor&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>Mike Chambers<span style="color: #000000; font-weight: bold;">&lt;/</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>Director<span style="color: #000000; font-weight: bold;">&lt;/</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight:bold;">8</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">11</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">1999</span><span style="color: #000000; font-weight: bold;">&lt;/</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;/</span>employee<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;</span>employee id=<span style="color: #990000;">&quot;4&quot;</span> <span style="color: #004993;">status</span>=<span style="color: #990000;">&quot;active&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>Scott Fegette<span style="color: #000000; font-weight: bold;">&lt;/</span>name<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>President<span style="color: #000000; font-weight: bold;">&lt;/</span>position<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			  <span style="color: #000000; font-weight: bold;">&lt;</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight:bold;">2</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">4</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">1889</span><span style="color: #000000; font-weight: bold;">&lt;/</span>startDate<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;/</span>employee<span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;/</span>staff<span style="color: #000000; font-weight: bold;">&gt;</span>;
			<span style="color: #009900;">//All employees' names (as an XMLList)</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.<span style="color: #004993;">name</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// The first employee's name</span>
			<span style="color: #009900;">// Christian</span>
&nbsp;
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee<span style="color: #000000;">&#91;</span><span style="color: #000000; font-weight:bold;">0</span><span style="color: #000000;">&#93;</span>.<span style="color: #004993;">name</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// All IDs (as an XMLList)</span>
			<span style="color: #009900;">// 1234</span>
&nbsp;
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.@id<span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// The name of the employee with an ID of 2</span>
			<span style="color: #009900;">// Danny Dura</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.@id==2.<span style="color: #004993;">name</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// The employee with the name &quot;Christian Cantrell&quot;</span>
			<span style="color: #009900;">// Returns an XMLList</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.<span style="color: #004993;">name</span>==<span style="color: #990000;">&quot;Christian Cantrell&quot;</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// Employee #3's start date</span>
			<span style="color: #009900;">// 8/11/1999</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.@id==3.startDate<span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// All contractors (as XMLList)</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.@<span style="color: #004993;">status</span>==<span style="color: #990000;">&quot;contractor&quot;</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// All contractors' names (as XMLList)</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.@<span style="color: #004993;">status</span>==<span style="color: #990000;">&quot;contractor&quot;</span>.<span style="color: #004993;">name</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// All employees with IDs less than or equal to 2</span>
			<span style="color: #009900;">// Returns an XMLList</span>
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>employees.employee.@id<span style="color: #000000; font-weight: bold;">&lt;</span>=<span style="color: #000000; font-weight:bold;">2</span><span style="color: #000000;">&#41;</span>;
&nbsp;
			<span style="color: #009900;">// Iterate through all start dates</span>
&nbsp;
			<span style="color: #6699cc; font-weight: bold;">var</span> item<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">XML</span>;
			<span style="color: #0033ff; font-weight: bold;">for</span> <span style="color: #0033ff; font-weight: bold;">each</span> <span style="color: #000000;">&#40;</span>item <span style="color: #0033ff; font-weight: bold;">in</span> employees..startDate<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
				<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>item<span style="color: #000000;">&#41;</span>;
			<span style="color: #000000;">&#125;</span>
		<span style="color: #000000;">&#125;</span>
	<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://kimkijeung.com/2006/06/04/148/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
