                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <?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>Kommentare zu: Erste Schritte mit GWT und XML unter com.google.gwt.xml</title>
	<atom:link href="http://blog.elitecoderz.net/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/</link>
	<description>Weblog by Erik Scholtz</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:17:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Von: peter</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-3365</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Jan 2011 12:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-3365</guid>
		<description>Thanks, you saved me some time</description>
		<content:encoded><![CDATA[<p>Thanks, you saved me some time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sebe</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-3298</link>
		<dc:creator>Sebe</dc:creator>
		<pubDate>Thu, 30 Dec 2010 16:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-3298</guid>
		<description>Hi everyone...
First, sorry for my english.. I am new in GWT and  I would write a DOM to an XML file.

You know give me a hand?

Thank you very much

Sebe</description>
		<content:encoded><![CDATA[<p>Hi everyone&#8230;<br />
First, sorry for my english.. I am new in GWT and  I would write a DOM to an XML file.</p>
<p>You know give me a hand?</p>
<p>Thank you very much</p>
<p>Sebe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Marc</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-600</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 14 May 2010 05:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-600</guid>
		<description>I found a solution. Bit of a hack. I create objects GwtDocument, GwtElement, GwtNode etc. each of which wraps the corresponding org.w3c.dom element so it works in native java environment and each of them implements com.google.gwt.xml.client.* and passes all the methods through (I didn&#039;t do all the methods yet but you get the idea). So you can write XML DOM implementation is dual purpose using com.google.gwt.xml.client.impl.* for GWT and these methods for native Java. Hopefully Erik or someone has a better idea which doesn&#039;t involve passing methods one at a time!

https://docs.google.com/leaf?id=0B69os8I-5UosOGViOGVmNGUtMDNkMi00YzYxLTg5NTAtODVhNzFjNmY2Yjdi&amp;hl=en</description>
		<content:encoded><![CDATA[<p>I found a solution. Bit of a hack. I create objects GwtDocument, GwtElement, GwtNode etc. each of which wraps the corresponding org.w3c.dom element so it works in native java environment and each of them implements com.google.gwt.xml.client.* and passes all the methods through (I didn&#8217;t do all the methods yet but you get the idea). So you can write XML DOM implementation is dual purpose using com.google.gwt.xml.client.impl.* for GWT and these methods for native Java. Hopefully Erik or someone has a better idea which doesn&#8217;t involve passing methods one at a time!</p>
<p><a href="https://docs.google.com/leaf?id=0B69os8I-5UosOGViOGVmNGUtMDNkMi00YzYxLTg5NTAtODVhNzFjNmY2Yjdi&#038;hl=en" rel="nofollow">https://docs.google.com/leaf?id=0B69os8I-5UosOGViOGVmNGUtMDNkMi00YzYxLTg5NTAtODVhNzFjNmY2Yjdi&#038;hl=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Marc</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-599</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 13 May 2010 18:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-599</guid>
		<description>Great! Even any pointers would be appreciated :-)  It&#039;s been driving me crazy trying to get the same xml manipulations working on both a GWT client and a native Java client</description>
		<content:encoded><![CDATA[<p>Great! Even any pointers would be appreciated <img src='http://blog.elitecoderz.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   It&#8217;s been driving me crazy trying to get the same xml manipulations working on both a GWT client and a native Java client</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: admin</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-598</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 13 May 2010 08:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-598</guid>
		<description>&lt;a href=&quot;#comment-597&quot; rel=&quot;nofollow&quot;&gt;@Marc,&lt;/a&gt; 
yes - it is possible. I will provide here a version of a XML Toolbox on this blog shortly, that will be able to work on clientside, as well as on serverside. So you will be able to use a unified interface. Please stay tuned for this update.

Greetings,
Erik</description>
		<content:encoded><![CDATA[<p><a href="#comment-597" rel="nofollow">@Marc,</a><br />
yes &#8211; it is possible. I will provide here a version of a XML Toolbox on this blog shortly, that will be able to work on clientside, as well as on serverside. So you will be able to use a unified interface. Please stay tuned for this update.</p>
<p>Greetings,<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Marc</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-597</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 13 May 2010 06:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-597</guid>
		<description>Wondered if you have any ideas... I want to write some code which deals with XML which could run either in GWT or also in a normal Java JVM.  The problem is that the interfaces 
com.google.gwt.xml.client.*  and
org.w3c.dom.* which I would normally use on the server
are not compatible - the same code cannot implement both...

Any ideas?

Thanks!!

Marc</description>
		<content:encoded><![CDATA[<p>Wondered if you have any ideas&#8230; I want to write some code which deals with XML which could run either in GWT or also in a normal Java JVM.  The problem is that the interfaces<br />
com.google.gwt.xml.client.*  and<br />
org.w3c.dom.* which I would normally use on the server<br />
are not compatible &#8211; the same code cannot implement both&#8230;</p>
<p>Any ideas?</p>
<p>Thanks!!</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kyriacos Antoniades</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-473</link>
		<dc:creator>Kyriacos Antoniades</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-473</guid>
		<description>Bravo Eric,

You saved me hours of trouble!
A big Thank you</description>
		<content:encoded><![CDATA[<p>Bravo Eric,</p>
<p>You saved me hours of trouble!<br />
A big Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Manny</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-358</link>
		<dc:creator>Manny</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-358</guid>
		<description>Thanks so much for posting this. I have been scratching my head for 3 hours now.</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this. I have been scratching my head for 3 hours now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Arn</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-243</link>
		<dc:creator>Arn</dc:creator>
		<pubDate>Sun, 06 Dec 2009 01:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-243</guid>
		<description>Thanks! I was looking for for long time!</description>
		<content:encoded><![CDATA[<p>Thanks! I was looking for for long time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Zina</title>
		<link>http://blog.elitecoderz.net/de/gwt-and-xml-first-steps-with-comgooglegwtxmlerste-schritte-mit-gwt-und-xml-unter-comgooglegwtxml/2009/05/comment-page-1/#comment-215</link>
		<dc:creator>Zina</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elitecoderz.net/?p=227#comment-215</guid>
		<description>Wow =) thanks for the post</description>
		<content:encoded><![CDATA[<p>Wow =) thanks for the post</p>
]]></content:encoded>
	</item>
</channel>
</rss>

