<?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: XQuery on Rails</title>
	<atom:link href="http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/</link>
	<description>Ranting and Raving</description>
	<lastBuildDate>Mon, 15 Mar 2010 22:48:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D. E.</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-58425</link>
		<dc:creator>D. E.</dc:creator>
		<pubDate>Wed, 04 Apr 2007 00:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-58425</guid>
		<description>Interesting.

We (W3C work group) just got around publishing requirements for XQuery scripting extensions(http://www.w3.org/TR/xquery-sx-10-requirements/), and I am writing a draft specification.   Everybody is welcome to submit suggestions.</description>
		<content:encoded><![CDATA[<p>Interesting.</p>
<p>We (W3C work group) just got around publishing requirements for XQuery scripting extensions(http://www.w3.org/TR/xquery-sx-10-requirements/), and I am writing a draft specification.   Everybody is welcome to submit suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusco</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-48664</link>
		<dc:creator>Rusco</dc:creator>
		<pubDate>Tue, 27 Feb 2007 14:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-48664</guid>
		<description>Xquery on Rails is already here: it&#039;s the Exist XML-DB (has XUpdate) together with the Formfaces XForms processor on the client!
Have Fun ! Rusco.</description>
		<content:encoded><![CDATA[<p>Xquery on Rails is already here: it&#8217;s the Exist XML-DB (has XUpdate) together with the Formfaces XForms processor on the client!<br />
Have Fun ! Rusco.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47868</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Sat, 24 Feb 2007 23:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47868</guid>
		<description>An XML file is not a database. But tens of thousands, maybe millions of documents inside one piece of software with query and index capabilities? That&#039;s a database. The primary reason for XQuery is to move beyond single documents to collections of documents.</description>
		<content:encoded><![CDATA[<p>An XML file is not a database. But tens of thousands, maybe millions of documents inside one piece of software with query and index capabilities? That&#8217;s a database. The primary reason for XQuery is to move beyond single documents to collections of documents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robet</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47862</link>
		<dc:creator>robet</dc:creator>
		<pubDate>Sat, 24 Feb 2007 23:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47862</guid>
		<description>Databases are multi-user and transactional.  XQuery may be useful as an additional parsing support.  Why does it&#039;s mere existence qualify XML files as a Database?  IMS did that in 1964.  It was found wanting.</description>
		<content:encoded><![CDATA[<p>Databases are multi-user and transactional.  XQuery may be useful as an additional parsing support.  Why does it&#8217;s mere existence qualify XML files as a Database?  IMS did that in 1964.  It was found wanting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter royal</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47809</link>
		<dc:creator>peter royal</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47809</guid>
		<description>you could definitely do that in rails, just plug it into ActiveRecord, and the rest of the stack will be fine. 

just a matter of being able to introspect the schema of the store, as you said.</description>
		<content:encoded><![CDATA[<p>you could definitely do that in rails, just plug it into ActiveRecord, and the rest of the stack will be fine. </p>
<p>just a matter of being able to introspect the schema of the store, as you said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47805</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47805</guid>
		<description>My thought was more along the lines of replacing the SQL part of Rails, not the Ruby part. That&#039;s an interesting idea to though. 

A little recognized but critical feature of Rails is that it does huge amounts of code generation. What code to generate is usually  determined by reflecting on the database. My question is whether XQuery+XUpdate  provides sufficient internal reflection capabilities to enable something like Rails (Quail?) to do all it needs to do, especially without resorting to database specific calls.</description>
		<content:encoded><![CDATA[<p>My thought was more along the lines of replacing the SQL part of Rails, not the Ruby part. That&#8217;s an interesting idea to though. </p>
<p>A little recognized but critical feature of Rails is that it does huge amounts of code generation. What code to generate is usually  determined by reflecting on the database. My question is whether XQuery+XUpdate  provides sufficient internal reflection capabilities to enable something like Rails (Quail?) to do all it needs to do, especially without resorting to database specific calls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47804</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47804</guid>
		<description>Because documents (books, articles, blogs, etc.) are better modeled as trees than tables. Neither&#039;s a perfect fit, but trees work much better.</description>
		<content:encoded><![CDATA[<p>Because documents (books, articles, blogs, etc.) are better modeled as trees than tables. Neither&#8217;s a perfect fit, but trees work much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph E. Davis</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47801</link>
		<dc:creator>Joseph E. Davis</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47801</guid>
		<description>Why would publishing applications be better served by XQuery / XML than SQL databases?</description>
		<content:encoded><![CDATA[<p>Why would publishing applications be better served by XQuery / XML than SQL databases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://www.elharo.com/blog/software-development/xml/2007/02/24/xquery-on-rails/comment-page-1/#comment-47794</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Sat, 24 Feb 2007 16:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/2007/02/24/xquery-on-rails/#comment-47794</guid>
		<description>I&#039;m working on it; I&#039;m one of the team on the Zorba XQuery project, which will implement not only Update for XQuery, but also enough non-functional facilities to make it a fully usable programming language (blocks, &lt;code&gt;while&lt;/code&gt; loops, exceptions).  We just spent the last two days hashing out most of the design.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on it; I&#8217;m one of the team on the Zorba XQuery project, which will implement not only Update for XQuery, but also enough non-functional facilities to make it a fully usable programming language (blocks, <code>while</code> loops, exceptions).  We just spent the last two days hashing out most of the design.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
