<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>aron / philipp development blog &#187; XML</title>
	<atom:link href="http://apdevblog.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Mon, 02 May 2011 13:59:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>XML to VO &#8211; as easy as apple pie!? (demo included)</title>
		<link>http://apdevblog.com/xml-to-vo-with-demo-example/</link>
		<comments>http://apdevblog.com/xml-to-vo-with-demo-example/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:00:20 +0000</pubDate>
		<dc:creator>Aron</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[value object]]></category>
		<category><![CDATA[vo]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XMLDecoder]]></category>
		<category><![CDATA[XMLSchema]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=547</guid>
		<description><![CDATA[I&#8217;m currently working with SOAP web services. While making adjustments to the classes of the wsdl Flex Builder class generator I discovered, that there is an easy way to decode / parse XML to VOs (value objects). The XMLDecoder inside the rpc package does the trick. I&#8217;m still confused why there are not more resources [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://apdevblog.com/img/xml-to-vo-debug.gif" alt="xml to vo debug dialog" /></p>
<p>I&#8217;m currently working with SOAP web services. While making adjustments to the classes of the <a href="http://www.flexlive.net/?p=79">wsdl Flex Builder class generator</a> I discovered, that there is an easy way to decode / parse XML to VOs (<a href="http://en.wikipedia.org/wiki/Data_transfer_object">value objects</a>). The XMLDecoder inside the <a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/rpc/src/mx/">rpc package</a> does the trick. I&#8217;m still confused why there are not more resources on the web regarding this topic but If you want to digg deeper, I strongly recommend reading these blog posts by <a href="http://blog.misprintt.net/">Dominic De Lorenzo</a>:</p>
<p><a href="http://blog.misprintt.net/?p=181">Flex 3, XML Schemas &#038; automatic mapping of AS classes to XSD element definitions (Part 1)</a><br />
<a href="http://blog.misprintt.net/?p=192">Flex 3, XML Schemas &#038; automatic mapping of AS classes to XSD element definitions (Part 2)</a></p>
<p>I&#8217;m not an XML pro and some things in his example I&#8217;m still not getting (namespaces in XML, yes well&#8230;). Also, his example is in Flex and I just wanted to have a basic example on how this could be useful for my work.</p>
<p><a href="http://apdevblog.com/xml-to-vo-with-demo-example/">Read more...</a></p>
<hr />
<p><small>© aron for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/xml-to-vo-with-demo-example/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/flex/" rel="tag">Flex</a>, <a href="http://apdevblog.com/tag/soap/" rel="tag">soap</a>, <a href="http://apdevblog.com/tag/value-object/" rel="tag">value object</a>, <a href="http://apdevblog.com/tag/vo/" rel="tag">vo</a>, <a href="http://apdevblog.com/tag/wsdl/" rel="tag">wsdl</a>, <a href="http://apdevblog.com/tag/xml/" rel="tag">XML</a>, <a href="http://apdevblog.com/tag/xmldecoder/" rel="tag">XMLDecoder</a>, <a href="http://apdevblog.com/tag/xmlschema/" rel="tag">XMLSchema</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/xml-to-vo-with-demo-example/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Having fun with ActionScript3, E4X and XPath</title>
		<link>http://apdevblog.com/actionscript3-e4x-and-xpath/</link>
		<comments>http://apdevblog.com/actionscript3-e4x-and-xpath/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:32:16 +0000</pubDate>
		<dc:creator>Aron</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[E4X]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=250</guid>
		<description><![CDATA[I admit, I was still a bit wet behind the ears when it came to working with XML in AS3 &#8211; never did more then getting some images for a slideshow or loading some config-stuff out of a tiny 6-lines XML document. I thought, working with XML in Flash is still some myXML.firstChild.firstChild.firstChild.nodeValue bulls**t. For [...]]]></description>
			<content:encoded><![CDATA[<p>I admit, I was still a bit wet behind the ears when it came to working with XML in AS3 &#8211; never did more then getting some images for a slideshow or loading some config-stuff out of a tiny 6-lines XML document. I thought, working with XML in Flash is still some myXML.firstChild.firstChild.firstChild.nodeValue bulls**t. </p>
<p>For a recent project, I had the chance to actually dive into this <a href="http://en.wikipedia.org/wiki/ECMAScript_for_XML">E4X magic</a> and do the tricks. And yes, although I would still prefer using everything as serialized AMF, working with XML in Flash makes sense &#8230; now. And it&#8217;s definitely fun.</p>
<p><a href="http://apdevblog.com/actionscript3-e4x-and-xpath/">Read more...</a></p>
<hr />
<p><small>© aron for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/actionscript3-e4x-and-xpath/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/e4x/" rel="tag">E4X</a>, <a href="http://apdevblog.com/tag/xml/" rel="tag">XML</a>, <a href="http://apdevblog.com/tag/xpath/" rel="tag">XPath</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/actionscript3-e4x-and-xpath/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

