<?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: marshalling as3 from xsd, continued</title>
	<atom:link href="http://joshua.almirun.com/tech/ria/flash/marshalling-as3-from-xsd-continued/feed" rel="self" type="application/rss+xml" />
	<link>http://joshua.almirun.com/tech/ria/flash/marshalling-as3-from-xsd-continued</link>
	<description>technology, politics, armchair philosophy</description>
	<lastBuildDate>Tue, 19 Jan 2010 13:36:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gonte</title>
		<link>http://joshua.almirun.com/tech/ria/flash/marshalling-as3-from-xsd-continued/comment-page-1#comment-9937</link>
		<dc:creator>gonte</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=127#comment-9937</guid>
		<description>Hi everyone,
RIA Team is developing XSD-To-AS3 Class Generator, a simple Air app that allow developers to quickly build any Flex/Flash app XML based.

It takes an XML schema and an XML document and uses it to generate a class library. These classes map directly to data contained in your XML Schema, the generated classes is strongly typed, it forms a kind of template for the developer, ensuring that the data created conforms the underlying XML Schema.

It will be very usefull for quickly work with 3th party API RESTful interface!

Try it @&lt;a href=&quot;http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=16880&amp;marketplaceid=1&quot; rel=&quot;nofollow&quot;&gt;Adobe Air Marketplace&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
RIA Team is developing XSD-To-AS3 Class Generator, a simple Air app that allow developers to quickly build any Flex/Flash app XML based.</p>
<p>It takes an XML schema and an XML document and uses it to generate a class library. These classes map directly to data contained in your XML Schema, the generated classes is strongly typed, it forms a kind of template for the developer, ensuring that the data created conforms the underlying XML Schema.</p>
<p>It will be very usefull for quickly work with 3th party API RESTful interface!</p>
<p>Try it @<a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&amp;offeringid=16880&amp;marketplaceid=1" rel="nofollow">Adobe Air Marketplace</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lasconic</title>
		<link>http://joshua.almirun.com/tech/ria/flash/marshalling-as3-from-xsd-continued/comment-page-1#comment-1301</link>
		<dc:creator>lasconic</dc:creator>
		<pubDate>Wed, 03 Sep 2008 16:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=127#comment-1301</guid>
		<description>Any progress on this matter ? I&#039;m quite interested in using, testing or helping on this!</description>
		<content:encoded><![CDATA[<p>Any progress on this matter ? I&#8217;m quite interested in using, testing or helping on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim hutton</title>
		<link>http://joshua.almirun.com/tech/ria/flash/marshalling-as3-from-xsd-continued/comment-page-1#comment-435</link>
		<dc:creator>tim hutton</dc:creator>
		<pubDate>Wed, 14 May 2008 13:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=127#comment-435</guid>
		<description>I&#039;d love to see an XSD -&gt; actionscript utility. I&#039;ve been using &lt;a href=&quot;http://www.codesynthesis.com/products/xsd/&quot; rel=&quot;nofollow&quot;&gt;CodeSynthesis&#039; XSD&lt;/a&gt; for parsing &lt;a href=&quot;http://www.collada.org/&quot; rel=&quot;nofollow&quot;&gt;COLLADA&lt;/a&gt; files in C++ using the &lt;a href=&quot;http://www.collada.org/2004/COLLADASchema.xsd&quot; rel=&quot;nofollow&quot;&gt;schema&lt;/a&gt;, and it makes a lot of sense.

Microsoft&#039;s xsd.exe (part of .Net) can generate *javascript* from XSD... maybe there&#039;s a way to call the .js from the flash, or to convert the .js to .as...? Not a pleasant solution though.

Tim</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see an XSD -&gt; actionscript utility. I&#8217;ve been using <a href="http://www.codesynthesis.com/products/xsd/" rel="nofollow">CodeSynthesis&#8217; XSD</a> for parsing <a href="http://www.collada.org/" rel="nofollow">COLLADA</a> files in C++ using the <a href="http://www.collada.org/2004/COLLADASchema.xsd" rel="nofollow">schema</a>, and it makes a lot of sense.</p>
<p>Microsoft&#8217;s xsd.exe (part of .Net) can generate *javascript* from XSD&#8230; maybe there&#8217;s a way to call the .js from the flash, or to convert the .js to .as&#8230;? Not a pleasant solution though.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zwetan</title>
		<link>http://joshua.almirun.com/tech/ria/flash/marshalling-as3-from-xsd-continued/comment-page-1#comment-434</link>
		<dc:creator>zwetan</dc:creator>
		<pubDate>Wed, 14 May 2008 07:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://joshua.almirun.com/?p=127#comment-434</guid>
		<description>I don&#039;t agree at all on having XML generating AS3 classes, but for the CLI thing you have few options

1) use command line arguments to launch an AIR app
2) look into Tamarin, it&#039;s the AVM running in a command line, in short you can write AS3 code running into a CLI</description>
		<content:encoded><![CDATA[<p>I don&#8217;t agree at all on having XML generating AS3 classes, but for the CLI thing you have few options</p>
<p>1) use command line arguments to launch an AIR app<br />
2) look into Tamarin, it&#8217;s the AVM running in a command line, in short you can write AS3 code running into a CLI</p>
]]></content:encoded>
	</item>
</channel>
</rss>
