<?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"
	>
<channel>
	<title>Comments on: Building XML files with Ruby</title>
	<atom:link href="http://dowhatimean.net/2005/09/building-xml-files-with-ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://dowhatimean.net/2005/09/building-xml-files-with-ruby</link>
	<description>Richard Cyganiak's Weblog</description>
	<pubDate>Wed, 07 Jan 2009 03:27:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Andrew</title>
		<link>http://dowhatimean.net/2005/09/building-xml-files-with-ruby#comment-926</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 23 Sep 2005 19:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2005/09/building-xml-files-with-ruby#comment-926</guid>
		<description>&lt;p&gt;Although that XML-building functionality comes with Rails, it&#8217;s actually thanks to a seperate Ruby library called Builder, which lets you construct XML structures easily. See its project doc homepage at &lt;span class='-linked-Data' title='http://builder.rubyforge.org/' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=926'&gt;&lt;a href='http://builder.rubyforge.org/'&gt;http://builder.rubyforge.org/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;You might look at Jim Weirich&#8217;s (the creator/maintainer of Builder) blog, where he frequently has little examples of it in use, like this:
&lt;span class='-linked-Data' title='http://onestepback.org/index.cgi/Tech/Ruby/BuilderObjects.rdoc' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=926'&gt;&lt;a href='http://onestepback.org/index.cgi/Tech/Ruby/BuilderObjects.rdoc'&gt;http://onestepback.org/index.cgi/Tech/Ruby/BuilderObjects.rdoc&lt;/a&gt;&lt;/span&gt; 
(BTW, that post might answer your question about where those methods are defined.)&lt;/p&gt;

&lt;p&gt;So, sure it could easily construct or manipulate RDF, too.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Although that XML-building functionality comes with Rails, it&#8217;s actually thanks to a seperate Ruby library called Builder, which lets you construct XML structures easily. See its project doc homepage at <span class='-linked-Data' title='http://builder.rubyforge.org/' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=926'><a href='http://builder.rubyforge.org/'>http://builder.rubyforge.org/</a></span></p>

<p>You might look at Jim Weirich&#8217;s (the creator/maintainer of Builder) blog, where he frequently has little examples of it in use, like this:
<span class='-linked-Data' title='http://onestepback.org/index.cgi/Tech/Ruby/BuilderObjects.rdoc' postaddress='http://dowhatimean.net/index.php?sioc_type=comment%26sioc_id=926'><a href='http://onestepback.org/index.cgi/Tech/Ruby/BuilderObjects.rdoc'>http://onestepback.org/index.cgi/Tech/Ruby/BuilderObjects.rdoc</a></span> 
(BTW, that post might answer your question about where those methods are defined.)</p>

<p>So, sure it could easily construct or manipulate RDF, too.</p>]]></content:encoded>
	</item>
</channel>
</rss>
