<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using E4X With XHTML? Watch Your Namespaces!</title>
	<atom:link href="http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/</link>
	<description>Collective thoughts on Flash and Flex programming</description>
	<lastBuildDate>Mon, 22 Mar 2010 00:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Stewart</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-172306</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-172306</guid>
		<description>Roger, thanks for discussing the aaa issue. This was foxing me for a while. 

It seems doubly strange as Flash manages to access the nodes without any further namespace jiggery-pokery. I wish I understood the need for namespacing more fully...</description>
		<content:encoded><![CDATA[<p>Roger, thanks for discussing the aaa issue. This was foxing me for a while. </p>
<p>It seems doubly strange as Flash manages to access the nodes without any further namespace jiggery-pokery. I wish I understood the need for namespacing more fully&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Actionscript 3 Slideshow with xHTML</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-155876</link>
		<dc:creator>Actionscript 3 Slideshow with xHTML</dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-155876</guid>
		<description>[...] JavaScript. *** If you&#8217;re going to work with xHTML as XML in Flash, you really want to read this article. Turns out that all the xHTML in a document is under a namespace for xHTML. It&#8217;s declared [...]</description>
		<content:encoded><![CDATA[<p>[...] JavaScript. *** If you&#8217;re going to work with xHTML as XML in Flash, you really want to read this article. Turns out that all the xHTML in a document is under a namespace for xHTML. It&#8217;s declared [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celine</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-155607</link>
		<dc:creator>celine</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-155607</guid>
		<description>Hi,

I was trying to use  xml namespaces, so in my application I receive an XML file from the server. The file has a namespace, so when I parse the file I need to specify the namespace:
 .

I got the following piece of xml:

&quot;

   
 
 
 
&lt;!--...--&gt;
 
&quot;

and the following code
&quot;

  
        &quot;
 
So i want to display the content of the xml (twprojets nodes&quot;) in a tree view, but i don&#039;t know how to includes the namespace&quot;tw:&quot; in the data provider &quot;srv.lastResult.twproject&quot;. can u help me it&#039;s urgent.
sincerly
Celine</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was trying to use  xml namespaces, so in my application I receive an XML file from the server. The file has a namespace, so when I parse the file I need to specify the namespace:<br />
 .</p>
<p>I got the following piece of xml:</p>
<p>&#8221;</p>
<p><!--...--></p>
<p>&#8221;</p>
<p>and the following code<br />
&#8221;</p>
<p>        &#8221;</p>
<p>So i want to display the content of the xml (twprojets nodes&#8221;) in a tree view, but i don&#8217;t know how to includes the namespace&#8221;tw:&#8221; in the data provider &#8220;srv.lastResult.twproject&#8221;. can u help me it&#8217;s urgent.<br />
sincerly<br />
Celine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celine</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-155606</link>
		<dc:creator>celine</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-155606</guid>
		<description>Hi,
I was trying to use  xml namespaces, so in my application I receive an XML file from the server. The file has a namespace, so when I parse the file I need to specify the namespace:
 I got the following piece of xml:
(


   
 
 
 
&lt;!--...--&gt;
 
)

and the following code
(

  
        )
 
So i want to display the content of the xml (twprojets nodes&quot;) in a tree view, but i don&#039;t know how to includes the namespace&quot;tw:&quot; in the data provider &quot;srv.lastResult.twproject&quot;. can u help me it&#039;s urgent.
sincerly
Celine</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was trying to use  xml namespaces, so in my application I receive an XML file from the server. The file has a namespace, so when I parse the file I need to specify the namespace:<br />
 I got the following piece of xml:<br />
(</p>
<p><!--...--></p>
<p>)</p>
<p>and the following code<br />
(</p>
<p>        )</p>
<p>So i want to display the content of the xml (twprojets nodes&#8221;) in a tree view, but i don&#8217;t know how to includes the namespace&#8221;tw:&#8221; in the data provider &#8220;srv.lastResult.twproject&#8221;. can u help me it&#8217;s urgent.<br />
sincerly<br />
Celine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celine</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-155605</link>
		<dc:creator>celine</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-155605</guid>
		<description>Hi,

I was trying to use  xml namespaces, so in my application I receive an XML file from the server. The file has a namespace, so when I parse the file I need to specify the namespace:
 .

I got the following piece of xml:



   
 
 
 
&lt;!--...--&gt;
 


and the following code


  
        
 
So i want to display the content of the xml (twprojets nodes&quot;) in a tree view, but i don&#039;t know how to includes the namespace&quot;tw:&quot; in the data provider &quot;srv.lastResult.twproject&quot;. can u help me it&#039;s urgent.
sincerly
Celine</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was trying to use  xml namespaces, so in my application I receive an XML file from the server. The file has a namespace, so when I parse the file I need to specify the namespace:<br />
 .</p>
<p>I got the following piece of xml:</p>
<p><!--...--></p>
<p>and the following code</p>
<p>So i want to display the content of the xml (twprojets nodes&#8221;) in a tree view, but i don&#8217;t know how to includes the namespace&#8221;tw:&#8221; in the data provider &#8220;srv.lastResult.twproject&#8221;. can u help me it&#8217;s urgent.<br />
sincerly<br />
Celine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-01-22 &#171; Jeffrey Isham</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-135848</link>
		<dc:creator>links for 2009-01-22 &#171; Jeffrey Isham</dc:creator>
		<pubDate>Fri, 23 Jan 2009 00:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-135848</guid>
		<description>[...] dispatchEvent()™ » Blog Archive » Using E4X With XHTML? Watch Your Namespaces! (tags: actionscript) [...]</description>
		<content:encoded><![CDATA[<p>[...] dispatchEvent()™ » Blog Archive » Using E4X With XHTML? Watch Your Namespaces! (tags: actionscript) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Basch</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-135778</link>
		<dc:creator>Derek Basch</dc:creator>
		<pubDate>Thu, 22 Jan 2009 07:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-135778</guid>
		<description>Thanks,

This was invaluable. I was stuck on this for hours.</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>This was invaluable. I was stuck on this for hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monokai &#187; Blog Archive &#187; Flash SEO: graceful degradation to add meaning and structure</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-128955</link>
		<dc:creator>Monokai &#187; Blog Archive &#187; Flash SEO: graceful degradation to add meaning and structure</dc:creator>
		<pubDate>Mon, 20 Oct 2008 08:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-128955</guid>
		<description>[...] Actionscript 3 E4X rundown Using E4X with XHTML? Watch your namespaces! [...]</description>
		<content:encoded><![CDATA[<p>[...] Actionscript 3 E4X rundown Using E4X with XHTML? Watch your namespaces! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Bulley</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-99598</link>
		<dc:creator>Philip Bulley</dc:creator>
		<pubDate>Wed, 02 Apr 2008 16:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-99598</guid>
		<description>Great post... figured I had a namespace issue, but had no idea of how to reference it! Thanks mate.</description>
		<content:encoded><![CDATA[<p>Great post&#8230; figured I had a namespace issue, but had no idea of how to reference it! Thanks mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-18140</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Tue, 17 Jul 2007 12:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-18140</guid>
		<description>This is invaluable. Thank you for publishing this.</description>
		<content:encoded><![CDATA[<p>This is invaluable. Thank you for publishing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-16246</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 05 Jul 2007 14:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-16246</guid>
		<description>Don&#039;t forget:
if (myXhtmlDocument.namespace(&quot;&quot;) != undefined){
    default xml namespace = myXhtmlDocument.namespace(&quot;&quot;);
}

If your xml has a default namespace it&#039;ll set it as your default, so your calls won&#039;t need the namespace prepended</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget:<br />
if (myXhtmlDocument.namespace(&#8220;&#8221;) != undefined){<br />
    default xml namespace = myXhtmlDocument.namespace(&#8220;&#8221;);<br />
}</p>
<p>If your xml has a default namespace it&#8217;ll set it as your default, so your calls won&#8217;t need the namespace prepended</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dispatchEvent &#187; AS3 E4X Rundown</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-7402</link>
		<dc:creator>dispatchEvent &#187; AS3 E4X Rundown</dc:creator>
		<pubDate>Tue, 22 May 2007 01:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-7402</guid>
		<description>[...] I can write more about namespaces in a future revision, but for now check out the good discussion started in my previous post, Using E4X? Watch Your Namespaces. [...]</description>
		<content:encoded><![CDATA[<p>[...] I can write more about namespaces in a future revision, but for now check out the good discussion started in my previous post, Using E4X? Watch Your Namespaces. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hall</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-1568</link>
		<dc:creator>Peter Hall</dc:creator>
		<pubDate>Wed, 28 Mar 2007 11:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-1568</guid>
		<description>It&#039;s not really that toXMLString() is limited. e4x works on a canonicalised data model. There are several ways to achieve the same XML object from different source strings - using default vs explicit namespaces is just one example. Canonicalisation makes XML simpler to work with, at the expense of losing how it was originally declared.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not really that toXMLString() is limited. e4x works on a canonicalised data model. There are several ways to achieve the same XML object from different source strings &#8211; using default vs explicit namespaces is just one example. Canonicalisation makes XML simpler to work with, at the expense of losing how it was originally declared.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-1344</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Fri, 23 Mar 2007 00:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-1344</guid>
		<description>No, thank you for making things more interesting! Not to mention, I learned something about XML-ID!
I also think it&#039;s weird that just because the node exists in a namespace, it&#039;s not considered as declaring that namespace...</description>
		<content:encoded><![CDATA[<p>No, thank you for making things more interesting! Not to mention, I learned something about XML-ID!<br />
I also think it&#8217;s weird that just because the node exists in a namespace, it&#8217;s not considered as declaring that namespace&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claus Wahlers</title>
		<link>http://dispatchevent.org/roger/using-e4x-with-xhtml-watch-your-namespaces/comment-page-1/#comment-1343</link>
		<dc:creator>Claus Wahlers</dc:creator>
		<pubDate>Fri, 23 Mar 2007 00:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/using-e4x-with-xhtml-watch-your-namespaces#comment-1343</guid>
		<description>Yeah something like that, i don&#039;t know. What worries me more though is the buggy (?) behavior of namespaceDeclarations() in that case.

Sorry btw for hijacking your post ;)</description>
		<content:encoded><![CDATA[<p>Yeah something like that, i don&#8217;t know. What worries me more though is the buggy (?) behavior of namespaceDeclarations() in that case.</p>
<p>Sorry btw for hijacking your post ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
