<?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: Scala XML and Java DOM</title>
	<atom:link href="http://martin.elwin.com/blog/2008/05/scala-xml-and-java-dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.elwin.com/blog/2008/05/scala-xml-and-java-dom/</link>
	<description>Words about stuff...</description>
	<pubDate>Wed, 07 Jan 2009 14:22:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pligg.com</title>
		<link>http://martin.elwin.com/blog/2008/05/scala-xml-and-java-dom/comment-page-1/#comment-132</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Tue, 15 Jul 2008 10:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://martin.elwin.com/blog/?p=21#comment-132</guid>
		<description>&lt;strong&gt;Scala XML si Java DOM...&lt;/strong&gt;

Cum treci de la DOM to Scala XML in cel mai eficient fel?...</description>
		<content:encoded><![CDATA[<p><strong>Scala XML si Java DOM&#8230;</strong></p>
<p>Cum treci de la DOM to Scala XML in cel mai eficient fel?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://martin.elwin.com/blog/2008/05/scala-xml-and-java-dom/comment-page-1/#comment-49</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 02 Jul 2008 09:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://martin.elwin.com/blog/?p=21#comment-49</guid>
		<description>Thanks, Burak!

It turned out I didn't need the Scala XML-&gt;DOM transform, but I'll take a look at the NodeTraverser - good suggestion.

/M</description>
		<content:encoded><![CDATA[<p>Thanks, Burak!</p>
<p>It turned out I didn&#8217;t need the Scala XML->DOM transform, but I&#8217;ll take a look at the NodeTraverser - good suggestion.</p>
<p>/M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burak</title>
		<link>http://martin.elwin.com/blog/2008/05/scala-xml-and-java-dom/comment-page-1/#comment-44</link>
		<dc:creator>Burak</dc:creator>
		<pubDate>Tue, 01 Jul 2008 20:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://martin.elwin.com/blog/?p=21#comment-44</guid>
		<description>Hi Martin, way to go! 

Don't worry, the SAX factory adapter is not going to go away. I find it you are using this library class in exactly the way it is supposed to be used.

About implementing the DOM API by wrapping Scala XML, it could work as long as you don't mutate anything. About option 2, there is already something that generates events, it is feasible to get SAX events with a bit of adapting I guess ... http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_1_final/src/library/scala/xml/NodeTraverser.scala?view=markup</description>
		<content:encoded><![CDATA[<p>Hi Martin, way to go! </p>
<p>Don&#8217;t worry, the SAX factory adapter is not going to go away. I find it you are using this library class in exactly the way it is supposed to be used.</p>
<p>About implementing the DOM API by wrapping Scala XML, it could work as long as you don&#8217;t mutate anything. About option 2, there is already something that generates events, it is feasible to get SAX events with a bit of adapting I guess &#8230; <a href="http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_1_final/src/library/scala/xml/NodeTraverser.scala?view=markup" rel="nofollow">http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_1_final/src/library/scala/xml/NodeTraverser.scala?view=markup</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
