<?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: Stupid Human Tricks with Ruby on Rails&#8217; RXML, aka XML Builder</title>
	<atom:link href="http://blog.katipo.co.nz/2006/12/05/stupid-human-tricks-with-ruby-on-rails-rxml-aka-xml-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.katipo.co.nz/2006/12/05/stupid-human-tricks-with-ruby-on-rails-rxml-aka-xml-builder/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2009 03:57:06 +1200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason E. Shao &#187; Blog Archive &#187; Ruby, Builder, and CourseManagementXML Data</title>
		<link>http://blog.katipo.co.nz/2006/12/05/stupid-human-tricks-with-ruby-on-rails-rxml-aka-xml-builder/comment-page-1/#comment-10330</link>
		<dc:creator>Jason E. Shao &#187; Blog Archive &#187; Ruby, Builder, and CourseManagementXML Data</dc:creator>
		<pubDate>Mon, 15 Sep 2008 20:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katipo.co.nz/?p=29#comment-10330</guid>
		<description>[...] Thanks to http://blog.katipo.co.nz/?p=29 for the tips on Builder, especially the bit about using tag! to put in names which would translate to Ruby keywords (e.g. start-date where the - makes it start - date otherwise) [...]</description>
		<content:encoded><![CDATA[<p>[...] Thanks to <a href="http://blog.katipo.co.nz/?p=29" rel="nofollow">http://blog.katipo.co.nz/?p=29</a> for the tips on Builder, especially the bit about using tag! to put in names which would translate to Ruby keywords (e.g. start-date where the &#8211; makes it start &#8211; date otherwise) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walter</title>
		<link>http://blog.katipo.co.nz/2006/12/05/stupid-human-tricks-with-ruby-on-rails-rxml-aka-xml-builder/comment-page-1/#comment-67</link>
		<dc:creator>walter</dc:creator>
		<pubDate>Tue, 05 Dec 2006 02:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katipo.co.nz/?p=29#comment-67</guid>
		<description>Here&#039;s another tutorial about builder:

http://www.xml.com/pub/a/2006/01/04/creating-xml-with-ruby-and-builder.html

Cheers,
Walter</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another tutorial about builder:</p>
<p><a href="http://www.xml.com/pub/a/2006/01/04/creating-xml-with-ruby-and-builder.html" rel="nofollow">http://www.xml.com/pub/a/2006/01/04/creating-xml-with-ruby-and-builder.html</a></p>
<p>Cheers,<br />
Walter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walter</title>
		<link>http://blog.katipo.co.nz/2006/12/05/stupid-human-tricks-with-ruby-on-rails-rxml-aka-xml-builder/comment-page-1/#comment-66</link>
		<dc:creator>walter</dc:creator>
		<pubDate>Tue, 05 Dec 2006 02:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katipo.co.nz/?p=29#comment-66</guid>
		<description>One last thing that I forgot to mention and that I used is the &quot;&#124;&#124;&quot; operator for  values of the XML elements if the first value isn&#039;t found.  For example: 

xml.tag!(&quot;dc:description&quot;, params[:short_summary] &#124;&#124; @topic.short_summary)</description>
		<content:encoded><![CDATA[<p>One last thing that I forgot to mention and that I used is the &#8220;||&#8221; operator for  values of the XML elements if the first value isn&#8217;t found.  For example: </p>
<p>xml.tag!(&#8221;dc:description&#8221;, params[:short_summary] || @topic.short_summary)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
