<?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: A Zipper for scala.xml</title>
	<atom:link href="http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/</link>
	<description>Stefan Zeiger's Software Development Weblog</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:09:44 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tony</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-113</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 16 May 2011 20:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-113</guid>
		<description>This has been a life saver for me. It&#039;s really unfortunate that scala neither includes xpath axes functionality, nor xpath functionality generally. It would be nice to take these ideas and get someone like Michael Kay (of Saxonica) involved - he is a key driver of the Xpath / XQuery / XSLT standards and wrote the awesome Saxon libraries.</description>
		<content:encoded><![CDATA[<p>This has been a life saver for me. It&#8217;s really unfortunate that scala neither includes xpath axes functionality, nor xpath functionality generally. It would be nice to take these ideas and get someone like Michael Kay (of Saxonica) involved &#8211; he is a key driver of the Xpath / XQuery / XSLT standards and wrote the awesome Saxon libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-106</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 08 Nov 2010 18:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-106</guid>
		<description>In java I used to build my xml documents from root to leafs.  I have found that because of the immutability aspects, it is easier to build from leafs to roots.  This is pretty easy to accomplish in scala because of the ability to pass in closures.</description>
		<content:encoded><![CDATA[<p>In java I used to build my xml documents from root to leafs.  I have found that because of the immutability aspects, it is easier to build from leafs to roots.  This is pretty easy to accomplish in scala because of the ability to pass in closures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Sobral</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-88</link>
		<dc:creator>Daniel Sobral</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-88</guid>
		<description>I second RobW&#039;s, this would be nice packaged with the standard Scala library.</description>
		<content:encoded><![CDATA[<p>I second RobW&#8217;s, this would be nice packaged with the standard Scala library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobW</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-87</link>
		<dc:creator>RobW</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-87</guid>
		<description>Very nice. It would be nice to get this packaged as a library in scala-tools or someplace.</description>
		<content:encoded><![CDATA[<p>Very nice. It would be nice to get this packaged as a library in scala-tools or someplace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Zeiger</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-81</link>
		<dc:creator>Stefan Zeiger</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-81</guid>
		<description>@pavel: You&#039;re right, it should be false. I updated the file now. Thanks.</description>
		<content:encoded><![CDATA[<p>@pavel: You&#8217;re right, it should be false. I updated the file now. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavel</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-80</link>
		<dc:creator>pavel</dc:creator>
		<pubDate>Mon, 04 Jan 2010 15:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-80</guid>
		<description>Stefan, this article is very interesting for me. Thank you very much for publishing.

BTW, shoud not be &quot;case _ =&gt; false&quot; at lines 49 and 58 here: http://gist.github.com/264070 ?</description>
		<content:encoded><![CDATA[<p>Stefan, this article is very interesting for me. Thank you very much for publishing.</p>
<p>BTW, shoud not be &#8220;case _ =&gt; false&#8221; at lines 49 and 58 here: <a href="http://gist.github.com/264070" rel="nofollow">http://gist.github.com/264070</a> ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

