<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>My wikidot Pages</title>
		<link>http://cworld.wikidot.com</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7</guid>
				<title>chinese input method for Linux Mint 7</title>
				<link>http://cworld.wikidot.com/adm:chinese-input-method-for-linux-mint-7</link>
				<description>

&lt;ul&gt;
&lt;li&gt;As &lt;strong&gt;root&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;sudo apt-get install language-support-input-zh scim-bridge-client-gtk&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;As normal &lt;strong&gt;user&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;im-switch -z `locale |grep LANG` -s scim-bridge&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 26 Nov 2009 00:21:28 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ul> <li>As <strong>root</strong> <ul> <li><strong>sudo apt-get install language-support-input-zh scim-bridge-client-gtk</strong></li> </ul> </li> <li>As normal <strong>user</strong> <ul> <li><strong>im-switch -z `locale |grep LANG` -s scim-bridge</strong></li> </ul> </li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-textfield-100-width</guid>
				<title>extjs: make textfield 100% width</title>
				<link>http://cworld.wikidot.com/development:extjs-make-textfield-100-width</link>
				<description>

&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;hl-main&quot;&gt;
&lt;pre&gt;
&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;Ext&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;FormPanel&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;({&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;labelWidth&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;75&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;autoWidth&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;items&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xtype&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;: &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;textfield&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;fieldLabel&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;Name&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;anchor&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;100%&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// anchor : &#039;width height&#039; exemple: anchor:&#039;100% 98%&#039; or anchor:&#039;-29 -10&#039;(bodycontentwidth - 29, bodycontentheight - 10) &lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}]&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Note:
&lt;ol&gt;
&lt;li&gt;Set &lt;strong&gt;autoWidth: true&lt;/strong&gt; in the container&lt;/li&gt;
&lt;li&gt;Set &lt;strong&gt;anchor: 100%&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 11 Nov 2009 23:45:38 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="code"> <div class="hl-main"> <pre> <span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">Ext</span><span class="hl-code">.</span><span class="hl-identifier">FormPanel</span><span class="hl-brackets">({</span><span class="hl-code"> </span><span class="hl-identifier">labelWidth</span><span class="hl-code">: </span><span class="hl-number">75</span><span class="hl-code">, </span><span class="hl-identifier">autoWidth</span><span class="hl-code">: </span><span class="hl-reserved">true</span><span class="hl-code">, </span><span class="hl-identifier">items</span><span class="hl-code">: </span><span class="hl-brackets">[</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">xtype</span><span class="hl-code">: </span><span class="hl-quotes">'</span><span class="hl-string">textfield</span><span class="hl-quotes">'</span><span class="hl-code">, </span><span class="hl-identifier">fieldLabel</span><span class="hl-code">:</span><span class="hl-quotes">'</span><span class="hl-string">Name</span><span class="hl-quotes">'</span><span class="hl-code">, </span><span class="hl-identifier">anchor</span><span class="hl-code">:</span><span class="hl-quotes">'</span><span class="hl-string">100%</span><span class="hl-quotes">'</span><span class="hl-code"> </span><span class="hl-comment">// anchor : 'width height' exemple: anchor:'100% 98%' or anchor:'-29 -10'(bodycontentwidth - 29, bodycontentheight - 10) </span><span class="hl-code"> </span><span class="hl-brackets">}]</span><span class="hl-code"> </span><span class="hl-brackets">}</span> </pre></div> </div> <ul> <li>Note: <ol> <li>Set <strong>autoWidth: true</strong> in the container</li> <li>Set <strong>anchor: 100%</strong></li> </ol> </li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:forward-file-syntax</guid>
				<title>~/.forward file syntax</title>
				<link>http://cworld.wikidot.com/adm:forward-file-syntax</link>
				<description>

&lt;p&gt;&lt;iframe src=&quot;http://acms.ucsd.edu/students/email/dotforward.shtml&quot; width=&quot;800&quot; height=&quot;800&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 10 Nov 2009 01:04:30 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><iframe src="http://acms.ucsd.edu/students/email/dotforward.shtml" width="800" height="800"></iframe></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive</guid>
				<title>Install NX client on a USB drive</title>
				<link>http://cworld.wikidot.com/adm:install-nx-client-on-a-usb-drive</link>
				<description>

&lt;p&gt;&lt;iframe src=&quot;http://en.kioskea.net/faq/sujet-2887-installing-an-nx-client-on-a-usb&quot; width=&quot;600&quot; height=&quot;800&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 09 Nov 2009 02:17:09 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><iframe src="http://en.kioskea.net/faq/sujet-2887-installing-an-nx-client-on-a-usb" width="600" height="800"></iframe></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:online-xml-formatter</guid>
				<title>Online XML Formatter</title>
				<link>http://cworld.wikidot.com/development:online-xml-formatter</link>
				<description>

&lt;p&gt;&lt;iframe src=&quot;http://formatmysourcecode.blogspot.com/&quot; width=&quot;600&quot; height=&quot;700&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 09 Nov 2009 01:36:51 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><iframe src="http://formatmysourcecode.blogspot.com/" width="600" height="700"></iframe></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:xml-functions-in-javascript</guid>
				<title>XML Functions in Javascript: XML Parser, XML Serializer, XPATH</title>
				<link>http://cworld.wikidot.com/development:xml-functions-in-javascript</link>
				<description>

&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;hl-main&quot;&gt;
&lt;pre&gt;
&lt;span class=&quot;hl-identifier&quot;&gt;My&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;My&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xml&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ELEMENT_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Element&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ATTRIBUTE_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Attr&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;TEXT_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Text&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;CDATA_SECTION_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// CDATASection&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;PROCESSING_INSTRUCTION_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;7&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// ProcessingInstruction&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;COMMENT_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;8&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Comment&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;DOCUMENT_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;9&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Document&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;DOCUMENT_TYPE_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// DocumentType&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;DOCUMENT_FRAGMENT_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;11&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// DocumentFragment&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;txt&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ActiveXObject&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Internet Explorer&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ActiveXObject&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;Microsoft.XMLDOM&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;async&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;loadXML&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;txt&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;DOMParser&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Mozilla Firefox&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;DOMParser&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;())&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;parseFromString&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;txt&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;text/xml&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;data:text/xml;charset=utf-8,&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; + &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;encodeURIComponent&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;txt&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XMLHttpRequest&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;open&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;GET&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;send&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;request&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;responseXML&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;serialize&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xmlObj&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xmlObj&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; == &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;object&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xmlObj&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;_xml&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; ? &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xmlObj&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;_xml&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xmlObj&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xml&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// Internet Explorer&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xml&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XMLSerializer&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; !== &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XMLSerializer&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;())&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;serializeToString&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;doc&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;throw&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;Error&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;Cannot convert/serialize XML node: &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; + &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xmlObj&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; + &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xnodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-builtin&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ActiveXObject&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;selectNodes&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-builtin&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XPathEvaluator&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XPathEvaluator&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;())&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;evaluate&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
                    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XPathResult&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ORDERED_NODE_ITERATOR_TYPE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;[]&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;iterateNext&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;while&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;push&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;iterateNext&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;throw&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;Error&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;Failed to perform xpath. Your browser does not support XPATH.&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xnode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-builtin&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ActiveXObject&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;selectSingleNode&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-builtin&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XPathEvaluator&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-comment&quot;&gt;// FIRST_ORDERED_NODE_TYPE returns the first match to the xpath.&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XPathEvaluator&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;())&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;evaluate&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
                    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;XPathResult&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;FIRST_ORDERED_NODE_TYPE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;singleNodeValue&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;throw&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;Error&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;Failed to perform xpath. Your browser does not support XPATH.&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xvalues&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;values&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;[]&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xnodes&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; !== &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;lt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;length&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodes&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;switch&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeType&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ATTRIBUTE_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; :
                        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;values&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;push&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeValue&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ELEMENT_NODE&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; :
                        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;normalize&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;lt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;length&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNodes&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeType&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; === &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;TEXT_NODE&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeValue&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;typeof&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; !== &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;undefined&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;values&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;push&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;values&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xvalue&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xnode&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xe&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;xpath&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeType&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; === &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ATTRIBUTE_NODE&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeValue&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeType&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; === &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ELEMENT_NODE&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;normalize&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;lt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNodes&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;length&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNodes&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;j&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeType&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; === &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;node&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;TEXT_NODE&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                        &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;childNode&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nodeValue&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
                    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
                &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 04 Nov 2009 03:23:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="code"> <div class="hl-main"> <pre> <span class="hl-identifier">My</span><span class="hl-code"> = </span><span class="hl-brackets">{}</span><span class="hl-code">; </span><span class="hl-identifier">My</span><span class="hl-code">.</span><span class="hl-identifier">xml</span><span class="hl-code"> = </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code"> : </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">ELEMENT_NODE</span><span class="hl-code"> : </span><span class="hl-number">1</span><span class="hl-code">, </span><span class="hl-comment">// Element</span><span class="hl-code"> </span><span class="hl-identifier">ATTRIBUTE_NODE</span><span class="hl-code"> : </span><span class="hl-number">2</span><span class="hl-code">, </span><span class="hl-comment">// Attr</span><span class="hl-code"> </span><span class="hl-identifier">TEXT_NODE</span><span class="hl-code"> : </span><span class="hl-number">3</span><span class="hl-code">, </span><span class="hl-comment">// Text</span><span class="hl-code"> </span><span class="hl-identifier">CDATA_SECTION_NODE</span><span class="hl-code"> : </span><span class="hl-number">4</span><span class="hl-code">, </span><span class="hl-comment">// CDATASection</span><span class="hl-code"> </span><span class="hl-identifier">PROCESSING_INSTRUCTION_NODE</span><span class="hl-code"> : </span><span class="hl-number">7</span><span class="hl-code">, </span><span class="hl-comment">// ProcessingInstruction</span><span class="hl-code"> </span><span class="hl-identifier">COMMENT_NODE</span><span class="hl-code"> : </span><span class="hl-number">8</span><span class="hl-code">, </span><span class="hl-comment">// Comment</span><span class="hl-code"> </span><span class="hl-identifier">DOCUMENT_NODE</span><span class="hl-code"> : </span><span class="hl-number">9</span><span class="hl-code">, </span><span class="hl-comment">// Document</span><span class="hl-code"> </span><span class="hl-identifier">DOCUMENT_TYPE_NODE</span><span class="hl-code"> : </span><span class="hl-number">10</span><span class="hl-code">, </span><span class="hl-comment">// DocumentType</span><span class="hl-code"> </span><span class="hl-identifier">DOCUMENT_FRAGMENT_NODE</span><span class="hl-code"> : </span><span class="hl-number">11</span><span class="hl-code"> </span><span class="hl-comment">// DocumentFragment</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code">, </span><span class="hl-identifier">parse</span><span class="hl-code"> : </span><span class="hl-reserved">function</span><span class="hl-brackets">(</span><span class="hl-identifier">txt</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">doc</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">ActiveXObject</span><span class="hl-code"> != </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-comment">// Internet Explorer</span><span class="hl-code"> </span><span class="hl-identifier">doc</span><span class="hl-code"> = </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">ActiveXObject</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">Microsoft.XMLDOM</span><span class="hl-quotes">"</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-identifier">doc</span><span class="hl-code">.</span><span class="hl-identifier">async</span><span class="hl-code"> = </span><span class="hl-quotes">"</span><span class="hl-string">false</span><span class="hl-quotes">"</span><span class="hl-code">; </span><span class="hl-identifier">doc</span><span class="hl-code">.</span><span class="hl-identifier">loadXML</span><span class="hl-brackets">(</span><span class="hl-identifier">txt</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">DOMParser</span><span class="hl-code"> != </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-comment">// Mozilla Firefox</span><span class="hl-code"> </span><span class="hl-identifier">doc</span><span class="hl-code"> = </span><span class="hl-brackets">(</span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">DOMParser</span><span class="hl-brackets">())</span><span class="hl-code">.</span><span class="hl-identifier">parseFromString</span><span class="hl-brackets">(</span><span class="hl-identifier">txt</span><span class="hl-code">, </span><span class="hl-quotes">'</span><span class="hl-string">text/xml</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">url</span><span class="hl-code"> = </span><span class="hl-quotes">'</span><span class="hl-string">data:text/xml;charset=utf-8,</span><span class="hl-quotes">'</span><span class="hl-code"> + </span><span class="hl-identifier">encodeURIComponent</span><span class="hl-brackets">(</span><span class="hl-identifier">txt</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">request</span><span class="hl-code"> = </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">XMLHttpRequest</span><span class="hl-brackets">()</span><span class="hl-code">; </span><span class="hl-identifier">request</span><span class="hl-code">.</span><span class="hl-identifier">open</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">GET</span><span class="hl-quotes">'</span><span class="hl-code">, </span><span class="hl-identifier">url</span><span class="hl-code">, </span><span class="hl-reserved">false</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-identifier">request</span><span class="hl-code">.</span><span class="hl-identifier">send</span><span class="hl-brackets">(</span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-identifier">doc</span><span class="hl-code"> = </span><span class="hl-identifier">request</span><span class="hl-code">.</span><span class="hl-identifier">responseXML</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">doc</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code">, </span><span class="hl-identifier">serialize</span><span class="hl-code"> : </span><span class="hl-reserved">function</span><span class="hl-brackets">(</span><span class="hl-identifier">xmlObj</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">xmlObj</span><span class="hl-code"> == </span><span class="hl-quotes">'</span><span class="hl-string">object</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">doc</span><span class="hl-code"> = </span><span class="hl-identifier">xmlObj</span><span class="hl-code">.</span><span class="hl-identifier">_xml</span><span class="hl-code"> ? </span><span class="hl-identifier">xmlObj</span><span class="hl-code">.</span><span class="hl-identifier">_xml</span><span class="hl-code"> : </span><span class="hl-identifier">xmlObj</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">doc</span><span class="hl-code">.</span><span class="hl-identifier">xml</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-comment">// Internet Explorer</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">doc</span><span class="hl-code">.</span><span class="hl-identifier">xml</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">XMLSerializer</span><span class="hl-code"> !== </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">XMLSerializer</span><span class="hl-brackets">())</span><span class="hl-code">.</span><span class="hl-identifier">serializeToString</span><span class="hl-brackets">(</span><span class="hl-identifier">doc</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">throw</span><span class="hl-code"> </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">Error</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">Cannot convert/serialize XML node: </span><span class="hl-quotes">'</span><span class="hl-code"> + </span><span class="hl-identifier">xmlObj</span><span class="hl-code"> + </span><span class="hl-quotes">'</span><span class="hl-string">.</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code">, </span><span class="hl-identifier">xnodes</span><span class="hl-code"> : </span><span class="hl-reserved">function</span><span class="hl-brackets">(</span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">nodes</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-builtin">window</span><span class="hl-code">.</span><span class="hl-identifier">ActiveXObject</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">nodes</span><span class="hl-code"> = </span><span class="hl-identifier">xe</span><span class="hl-code">.</span><span class="hl-identifier">selectNodes</span><span class="hl-brackets">(</span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-builtin">window</span><span class="hl-code">.</span><span class="hl-identifier">XPathEvaluator</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">result</span><span class="hl-code"> = </span><span class="hl-brackets">(</span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">XPathEvaluator</span><span class="hl-brackets">())</span><span class="hl-code">.</span><span class="hl-identifier">evaluate</span><span class="hl-brackets">(</span><span class="hl-identifier">xpath</span><span class="hl-code">, </span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-reserved">null</span><span class="hl-code">, </span><span class="hl-identifier">XPathResult</span><span class="hl-code">.</span><span class="hl-identifier">ORDERED_NODE_ITERATOR_TYPE</span><span class="hl-code">, </span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-identifier">nodes</span><span class="hl-code"> = </span><span class="hl-brackets">[]</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">result</span><span class="hl-code"> != </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-code"> &amp;&amp; </span><span class="hl-identifier">result</span><span class="hl-code"> != </span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code"> = </span><span class="hl-identifier">result</span><span class="hl-code">.</span><span class="hl-identifier">iterateNext</span><span class="hl-brackets">()</span><span class="hl-code">; </span><span class="hl-reserved">while</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">nodes</span><span class="hl-code">.</span><span class="hl-identifier">push</span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-identifier">node</span><span class="hl-code"> = </span><span class="hl-identifier">result</span><span class="hl-code">.</span><span class="hl-identifier">iterateNext</span><span class="hl-brackets">()</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">throw</span><span class="hl-code"> </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">Error</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">Failed to perform xpath. Your browser does not support XPATH.</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">nodes</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code">, </span><span class="hl-identifier">xnode</span><span class="hl-code"> : </span><span class="hl-reserved">function</span><span class="hl-brackets">(</span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-builtin">window</span><span class="hl-code">.</span><span class="hl-identifier">ActiveXObject</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code"> = </span><span class="hl-identifier">xe</span><span class="hl-code">.</span><span class="hl-identifier">selectSingleNode</span><span class="hl-brackets">(</span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-builtin">window</span><span class="hl-code">.</span><span class="hl-identifier">XPathEvaluator</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-comment">// FIRST_ORDERED_NODE_TYPE returns the first match to the xpath.</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">result</span><span class="hl-code"> = </span><span class="hl-brackets">(</span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">XPathEvaluator</span><span class="hl-brackets">())</span><span class="hl-code">.</span><span class="hl-identifier">evaluate</span><span class="hl-brackets">(</span><span class="hl-identifier">xpath</span><span class="hl-code">, </span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-reserved">null</span><span class="hl-code">, </span><span class="hl-identifier">XPathResult</span><span class="hl-code">.</span><span class="hl-identifier">FIRST_ORDERED_NODE_TYPE</span><span class="hl-code">, </span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">result</span><span class="hl-code"> != </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-code"> &amp;&amp; </span><span class="hl-identifier">result</span><span class="hl-code"> != </span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code"> = </span><span class="hl-identifier">result</span><span class="hl-code">.</span><span class="hl-identifier">singleNodeValue</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">throw</span><span class="hl-code"> </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">Error</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">Failed to perform xpath. Your browser does not support XPATH.</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code">, </span><span class="hl-identifier">xvalues</span><span class="hl-code"> : </span><span class="hl-reserved">function</span><span class="hl-brackets">(</span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">values</span><span class="hl-code"> = </span><span class="hl-brackets">[]</span><span class="hl-code">; </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">nodes</span><span class="hl-code"> = </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">xnodes</span><span class="hl-brackets">(</span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">nodes</span><span class="hl-code"> !== </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-code"> &amp;&amp; </span><span class="hl-identifier">nodes</span><span class="hl-code"> != </span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">for</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">i</span><span class="hl-code"> = </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-identifier">i</span><span class="hl-code"> &lt; </span><span class="hl-identifier">nodes</span><span class="hl-code">.</span><span class="hl-identifier">length</span><span class="hl-code">; </span><span class="hl-identifier">i</span><span class="hl-code">++</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code"> = </span><span class="hl-identifier">nodes</span><span class="hl-brackets">[</span><span class="hl-identifier">i</span><span class="hl-brackets">]</span><span class="hl-code">; </span><span class="hl-reserved">switch</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">nodeType</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">case</span><span class="hl-code"> </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">ATTRIBUTE_NODE</span><span class="hl-code"> : </span><span class="hl-identifier">values</span><span class="hl-code">.</span><span class="hl-identifier">push</span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">nodeValue</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-reserved">break</span><span class="hl-code">; </span><span class="hl-reserved">case</span><span class="hl-code"> </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">ELEMENT_NODE</span><span class="hl-code"> : </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">normalize</span><span class="hl-brackets">()</span><span class="hl-code">; </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">text</span><span class="hl-code">; </span><span class="hl-reserved">for</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">j</span><span class="hl-code"> = </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-identifier">j</span><span class="hl-code"> &lt; </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">childNodes</span><span class="hl-code">.</span><span class="hl-identifier">length</span><span class="hl-code">; </span><span class="hl-identifier">j</span><span class="hl-code">++</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">childNode</span><span class="hl-code"> = </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">childNodes</span><span class="hl-brackets">[</span><span class="hl-identifier">j</span><span class="hl-brackets">]</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">childNode</span><span class="hl-code">.</span><span class="hl-identifier">nodeType</span><span class="hl-code"> === </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">TEXT_NODE</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">text</span><span class="hl-code"> = </span><span class="hl-identifier">childNode</span><span class="hl-code">.</span><span class="hl-identifier">nodeValue</span><span class="hl-code">; </span><span class="hl-reserved">break</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">typeof</span><span class="hl-code"> </span><span class="hl-identifier">text</span><span class="hl-code"> !== </span><span class="hl-quotes">'</span><span class="hl-string">undefined</span><span class="hl-quotes">'</span><span class="hl-code"> &amp;&amp; </span><span class="hl-identifier">text</span><span class="hl-code"> != </span><span class="hl-reserved">null</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">values</span><span class="hl-code">.</span><span class="hl-identifier">push</span><span class="hl-brackets">(</span><span class="hl-identifier">text</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">break</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">values</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code">, </span><span class="hl-identifier">xvalue</span><span class="hl-code"> : </span><span class="hl-reserved">function</span><span class="hl-brackets">(</span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">value</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code"> = </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">xnode</span><span class="hl-brackets">(</span><span class="hl-identifier">xe</span><span class="hl-code">, </span><span class="hl-identifier">xpath</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">nodeType</span><span class="hl-code"> === </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">ATTRIBUTE_NODE</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">value</span><span class="hl-code"> = </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">nodeValue</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">nodeType</span><span class="hl-code"> === </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">ELEMENT_NODE</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">normalize</span><span class="hl-brackets">()</span><span class="hl-code">; </span><span class="hl-reserved">for</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">j</span><span class="hl-code"> = </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-identifier">j</span><span class="hl-code"> &lt; </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">childNodes</span><span class="hl-code">.</span><span class="hl-identifier">length</span><span class="hl-code">; </span><span class="hl-identifier">j</span><span class="hl-code">++</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">childNode</span><span class="hl-code"> = </span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">childNodes</span><span class="hl-brackets">[</span><span class="hl-identifier">j</span><span class="hl-brackets">]</span><span class="hl-code">; </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">childNode</span><span class="hl-code">.</span><span class="hl-identifier">nodeType</span><span class="hl-code"> === </span><span class="hl-reserved">this</span><span class="hl-code">.</span><span class="hl-identifier">node</span><span class="hl-code">.</span><span class="hl-identifier">TEXT_NODE</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">value</span><span class="hl-code"> = </span><span class="hl-identifier">childNode</span><span class="hl-code">.</span><span class="hl-identifier">nodeValue</span><span class="hl-code">; </span><span class="hl-reserved">break</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">value</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code">;</span> </pre></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten</guid>
				<title>extjs: make tree scroll properly when in a ContentPanel with toolbar</title>
				<link>http://cworld.wikidot.com/development:extjs-make-tree-scroll-properly-when-in-a-conten</link>
				<description>

&lt;h3&gt;&lt;span&gt;HTML&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 27 Oct 2009 22:55:44 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h3><span>HTML</span></h3> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">div</span><span class="hl-code"> </span><span class="hl-var">id</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree_container</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">div</span><span class="hl-code"> </span><span class="hl-var">id</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree_toolbar</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;&lt;/</span><span class="hl-reserved">div</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">div</span><span class="hl-code"> </span><span class="hl-var">id</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree_panel</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;&lt;/</span><span class="hl-reserved">div</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">div</span><span class="hl-brackets">&gt;</span> </pre></div> </div> <h3><span>Javascript</span></h3> <div class="code"> <div class="hl-main"> <pre> <span class="hl-reserved">function</span><span class="hl-code"> </span><span class="hl-identifier">createContentPanel</span><span class="hl-brackets">()</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-comment">// ... code to create TreePanel on 'tree_panel'</span><span class="hl-code"> </span><span class="hl-reserved">var</span><span class="hl-code"> </span><span class="hl-identifier">tbTree</span><span class="hl-code"> = </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">Ext</span><span class="hl-code">.</span><span class="hl-identifier">Toolbar</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">tree_toolbar</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">; </span><span class="hl-comment">// ... code to add toolbar buttons</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">Ext</span><span class="hl-code">.</span><span class="hl-identifier">ContentPanel</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">pnltags</span><span class="hl-quotes">'</span><span class="hl-code">, </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">title</span><span class="hl-code">: </span><span class="hl-quotes">'</span><span class="hl-string">Tree Example</span><span class="hl-quotes">'</span><span class="hl-code">, </span><span class="hl-identifier">toolbar</span><span class="hl-code">: </span><span class="hl-identifier">tbTree</span><span class="hl-code">, </span><span class="hl-identifier">fitToFrame</span><span class="hl-code">: </span><span class="hl-reserved">true</span><span class="hl-code">, </span><span class="hl-identifier">resizeEl</span><span class="hl-code">: </span><span class="hl-quotes">'</span><span class="hl-string">tree_panel</span><span class="hl-quotes">'</span><span class="hl-code">, </span><span class="hl-identifier">autoScroll</span><span class="hl-code">: </span><span class="hl-reserved">true</span><span class="hl-code"> </span><span class="hl-brackets">})</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code">;</span> </pre></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/site-admin</guid>
				<title>site-admin</title>
				<link>http://cworld.wikidot.com/site-admin</link>
				<description>

&lt;h3&gt;&lt;span&gt;&lt;strong&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;a href=&quot;http://cworld.wikidot.com/start&quot;&gt;Home&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/what-is-a-wiki-site&quot;&gt;What is a Wiki Site?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/how-to-edit-pages&quot;&gt;How to edit pages?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/system:join&quot;&gt;Join this site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/system:members&quot;&gt;Site Members&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span&gt;&lt;strong&gt;&lt;span style=&quot;color: blue;&quot;&gt;Forum&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/forum:start&quot;&gt;Enter Forum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/forum:recent-posts&quot;&gt;Recent Posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/lively-room&quot;&gt;Lively Room&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span&gt;&lt;strong&gt;&lt;span style=&quot;color: blue;&quot;&gt;Site Admin&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/nav:side&quot;&gt;Side Bar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/nav:top&quot;&gt;Top Bar Menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/system:recent-changes&quot;&gt;Recent changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/system:list-all-pages&quot;&gt;List all pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/system:page-tags-list&quot;&gt;Page Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.wikidot.com/admin:manage&quot;&gt;Site Manager&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 27 Oct 2009 22:46:48 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <h3><span><strong><span style="color: blue;"><a href="http://cworld.wikidot.com/start">Home</a></span></strong></span></h3> <ul> <li><a href="http://cworld.wikidot.com/what-is-a-wiki-site">What is a Wiki Site?</a></li> <li><a href="http://cworld.wikidot.com/how-to-edit-pages">How to edit pages?</a></li> <li><a href="http://cworld.wikidot.com/system:join">Join this site</a></li> <li><a href="http://cworld.wikidot.com/system:members">Site Members</a></li> </ul> <h3><span><strong><span style="color: blue;">Forum</span></strong></span></h3> <ul> <li><a href="http://cworld.wikidot.com/forum:start">Enter Forum</a></li> <li><a href="http://cworld.wikidot.com/forum:recent-posts">Recent Posts</a></li> <li><a href="http://cworld.wikidot.com/lively-room">Lively Room</a></li> </ul> <h3><span><strong><span style="color: blue;">Site Admin</span></strong></span></h3> <ul> <li><a href="http://cworld.wikidot.com/nav:side">Side Bar</a></li> <li><a href="http://cworld.wikidot.com/nav:top">Top Bar Menu</a></li> <li><a href="http://cworld.wikidot.com/system:recent-changes">Recent changes</a></li> <li><a href="http://cworld.wikidot.com/system:list-all-pages">List all pages</a></li> <li><a href="http://cworld.wikidot.com/system:page-tags-list">Page Tags</a></li> <li><a href="http://cworld.wikidot.com/admin:manage">Site Manager</a></li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:encrypt-and-decrypt-files-using-gnupg</guid>
				<title>Encrypt and Decrypt Files using GnuPG</title>
				<link>http://cworld.wikidot.com/adm:encrypt-and-decrypt-files-using-gnupg</link>
				<description>

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=680292&quot;&gt;A Beginner&#039;s Guide to GnuPG&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 20 Oct 2009 04:28:00 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ul> <li><a href="http://ubuntuforums.org/showthread.php?t=680292">A Beginner's Guide to GnuPG</a></li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:list-only-directories-using-ls</guid>
				<title>List only directories using ls</title>
				<link>http://cworld.wikidot.com/adm:list-only-directories-using-ls</link>
				<description>

&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ ls -l | grep “^d”&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ find . -type d -maxdepth 1 -mindepth 1&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ tree -d -L 1&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ ls -d */&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ tree -fid&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ find . -type d -printf ‘%P\b’&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ ls -d */ | xargs -l basename&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;pre&gt;
&lt;code&gt;    $ find . -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 | sed ’s/.\//\n/g’&lt;/code&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;See also: &lt;a href=&quot;http://embraceubuntu.com/2005/10/19/list-only-the-directories/&quot;&gt;http://embraceubuntu.com/2005/10/19/list-only-the-directories/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 06 Oct 2009 01:54:54 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code> $ ls -l | grep “^d”</code> </pre></div> <div class="code"> <pre> <code> $ find . -type d -maxdepth 1 -mindepth 1</code> </pre></div> <div class="code"> <pre> <code> $ tree -d -L 1</code> </pre></div> <div class="code"> <pre> <code> $ ls -d */</code> </pre></div> <div class="code"> <pre> <code> $ tree -fid</code> </pre></div> <div class="code"> <pre> <code> $ find . -type d -printf ‘%P\b’</code> </pre></div> <div class="code"> <pre> <code> $ ls -d */ | xargs -l basename</code> </pre></div> <div class="code"> <pre> <code> $ find . -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 | sed ’s/.\//\n/g’</code> </pre></div> <ul> <li>See also: <a href="http://embraceubuntu.com/2005/10/19/list-only-the-directories/">http://embraceubuntu.com/2005/10/19/list-only-the-directories/</a></li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/china-s-60th-anniversary-national-day</guid>
				<title>China&#039;s 60th Anniversary National Day</title>
				<link>http://cworld.wikidot.com/china-s-60th-anniversary-national-day</link>
				<description>

&lt;p&gt;&lt;object width=&quot;800&quot; height=&quot;450&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
&lt;param name=&quot;movie&quot; value=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=6853452&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; /&gt;
&lt;embed src=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=6853452&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;800&quot; height=&quot;450&quot; /&gt;&lt;/object&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.vimeo.com/6853452?pg=embed&amp;amp;sec=6853452&quot;&gt;China&#039;s 60th Anniversary National Day&lt;/a&gt; from &lt;a href=&quot;http://www.vimeo.com/user331735&quot;&gt;Dan Chung&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com?pg=embed&amp;amp;sec=6853452&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 05 Oct 2009 02:47:04 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><object width="800" height="450"><param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=6853452&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /> <embed src="http://www.vimeo.com/moogaloop.swf?clip_id=6853452&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="450" /></object><br /> <a href="http://www.vimeo.com/6853452?pg=embed&amp;sec=6853452">China's 60th Anniversary National Day</a> from <a href="http://www.vimeo.com/user331735">Dan Chung</a> on <a href="http://vimeo.com?pg=embed&amp;sec=6853452">Vimeo</a>.</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:best-web-site-to-learn-javascript</guid>
				<title>One of the best web sites to learn javascript</title>
				<link>http://cworld.wikidot.com/development:best-web-site-to-learn-javascript</link>
				<description>

&lt;p&gt;&lt;a href=&quot;http://www.crockford.com/javascript/&quot;&gt;http://www.crockford.com/javascript/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 02 Oct 2009 01:42:50 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><a href="http://www.crockford.com/javascript/">http://www.crockford.com/javascript/</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:show-cam-dynamic-list-the-mac-addresses</guid>
				<title>show cam dynamic - list the mac addresses of the connected computers</title>
				<link>http://cworld.wikidot.com/adm:show-cam-dynamic-list-the-mac-addresses</link>
				<description>

&lt;ul&gt;
&lt;li&gt;Cisco switch, you can use following command to show the port &amp;lt;-&amp;gt; mac address mappings:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;show cam dynamic&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 30 Sep 2009 02:00:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ul> <li>Cisco switch, you can use following command to show the port &lt;-&gt; mac address mappings: <ul> <li><strong>show cam dynamic</strong></li> </ul> </li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/software:free-antivirus-microsoft-security-essentials</guid>
				<title>Free Antivirus Software: Microsoft Security Essentials</title>
				<link>http://cworld.wikidot.com/software:free-antivirus-microsoft-security-essentials</link>
				<description>

&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/security_essentials/&quot;&gt;http://www.microsoft.com/security_essentials/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 30 Sep 2009 01:41:21 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><a href="http://www.microsoft.com/security_essentials/">http://www.microsoft.com/security_essentials/</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/corolla-change-engine-oil</guid>
				<title>Toyota Corolla Change Engine Oil</title>
				<link>http://cworld.wikidot.com/corolla-change-engine-oil</link>
				<description>

&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;See also:
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.theymightberacing.com/Maintenance/Oil/ToyotaCorolla.aspx&quot;&gt;Performing an oil change on a Toyota Corolla&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.2carpros.com/first_things/why_does_my_engine_leak_oil.htm&quot;&gt;Engine Oil Change Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://toyotaownersclub.com/forums/index.php?showtopic=58529&quot;&gt;How To: DIY Oil Change Toyota Corolla&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 25 Sep 2009 22:36:26 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p></p> <ul> <li>See also: <ol> <li><a href="http://www.theymightberacing.com/Maintenance/Oil/ToyotaCorolla.aspx">Performing an oil change on a Toyota Corolla</a></li> <li><a href="http://www.2carpros.com/first_things/why_does_my_engine_leak_oil.htm">Engine Oil Change Tutorial</a></li> <li><a href="http://toyotaownersclub.com/forums/index.php?showtopic=58529">How To: DIY Oil Change Toyota Corolla</a></li> </ol> </li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:papercut-ng-printing-quota-software</guid>
				<title>PaperCut NG: A Printing Quota Management Software</title>
				<link>http://cworld.wikidot.com/adm:papercut-ng-printing-quota-software</link>
				<description>

&lt;p&gt;PaperCut NG™ is a print and internet quota, charging, tracking and monitoring system designed to promote the responsible use of IT resources. It&#039;s a premium cross-platform solution specifically designed to meet the needs of schools, universities and other organizations. Implementations range from silent monitoring, quota control to user-pays systems.&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 24 Sep 2009 03:02:18 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>PaperCut NG™ is a print and internet quota, charging, tracking and monitoring system designed to promote the responsible use of IT resources. It's a premium cross-platform solution specifically designed to meet the needs of schools, universities and other organizations. Implementations range from silent monitoring, quota control to user-pays systems.</p> <p><a href="http://www.papercut.com/products/ng/">http://www.papercut.com/products/ng/</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/development:gwt-alternative-jaxcent</guid>
				<title>GWT alternative jaxcent</title>
				<link>http://cworld.wikidot.com/development:gwt-alternative-jaxcent</link>
				<description>

&lt;p&gt;&lt;a href=&quot;http://www.jaxcent.com/&quot;&gt;http://www.jaxcent.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 24 Sep 2009 02:56:47 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><a href="http://www.jaxcent.com/">http://www.jaxcent.com/</a></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/software:makeself-make-self-extractable-archives-on-unix</guid>
				<title>makeself Make self-extractable archives on Unix</title>
				<link>http://cworld.wikidot.com/software:makeself-make-self-extractable-archives-on-unix</link>
				<description>

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.110mb.com/doku.php?id=software:makeself-make-self-extractable-archives-on-unix&quot;&gt;Detail&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 19 Jan 2009 00:09:05 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ul> <li><a href="http://cworld.110mb.com/doku.php?id=software:makeself-make-self-extractable-archives-on-unix">Detail</a></li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/adm:grub2-installation-and-configuration</guid>
				<title>Grub2 Installation and Configuration</title>
				<link>http://cworld.wikidot.com/adm:grub2-installation-and-configuration</link>
				<description>

&lt;ul&gt;
&lt;li&gt;Grub2 supports high resolution background, e.g. 1024×768, 1280×800, supports more picture format, e.g. JPEG, PNG, TGA, and 24bit color. This tutorial will guide you to install and configure grub2 to replace existing grub.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 18 Jan 2009 00:05:46 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ul> <li>Grub2 supports high resolution background, e.g. 1024×768, 1280×800, supports more picture format, e.g. JPEG, PNG, TGA, and 24bit color. This tutorial will guide you to install and configure grub2 to replace existing grub.</li> </ul> <ul> <li><strong>Note:</strong> I am running Debian Lenny. The commands should be similar if you are running Ubuntu or Debian etch.</li> </ul> <ul> <li>Read the <strong><a href="http://cworld.110mb.com/doku.php?id=admin:grub2-installation">tutorial</a></strong></li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://cworld.wikidot.com/software:fatrat-open-source-download-manager-for-linux</guid>
				<title>Fatrat Open Source Download Manager For Linux</title>
				<link>http://cworld.wikidot.com/software:fatrat-open-source-download-manager-for-linux</link>
				<description>

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://cworld.110mb.com/doku.php?id=software:fatrat-open-source-download-manager-for-linux&quot;&gt;Detail&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;&lt;!--[if gte IE 7]&gt;&lt;!--&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common--images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=102546)&quot; /&gt;&lt;!--&lt;![endif]--&gt;&lt;!--[if lt IE 7]&gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/common&amp;#45;&amp;#45;images/avatars/102/102546/a16.png&quot; alt=&quot;cworld&quot; style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod=&#039;scale&#039;)&quot;/&gt;&lt;![endif]--&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/cworld&quot;  &gt;cworld&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 16 Jan 2009 07:26:43 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <ul> <li><a href="http://cworld.110mb.com/doku.php?id=software:fatrat-open-source-download-manager-for-linux">Detail</a></li> </ul> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/cworld" ><!--[if gte IE 7]><!--><img class="small" src="http://www.wikidot.com/common--images/avatars/102/102546/a16.png" alt="cworld" style="background-image:url(http://www.wikidot.com/userkarma.php?u=102546)" /><!--<![endif]--><!--[if lt IE 7]><img class="small" src="http://www.wikidot.com/common&#45;&#45;images/avatars/102/102546/a16.png" alt="cworld" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://www.wikidot.com/userkarma.php?u=102546,sizingMethod='scale')"/><![endif]--></a><a href="http://www.wikidot.com/user:info/cworld" >cworld</a></span></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>