<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mark Richman &#187; xml</title>
	<atom:link href="http://www.markrichman.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markrichman.com</link>
	<description>Web and Mobile Application Development</description>
	<lastBuildDate>Tue, 06 Apr 2010 14:34:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby on Rails: Adding XSL Processing Instruction with to_xml</title>
		<link>http://www.markrichman.com/2008/08/09/ruby-on-rails-adding-xsl-processing-instruction-with-to_xml/</link>
		<comments>http://www.markrichman.com/2008/08/09/ruby-on-rails-adding-xsl-processing-instruction-with-to_xml/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:35:14 +0000</pubDate>
		<dc:creator>Mark A. Richman</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.markrichman.com/?p=52</guid>
		<description><![CDATA[Style Sheets can be associated with an XML document by using a processing instruction whose target is xml-stylesheet. It looks something like this:
&#60;?xml version="1.0" encoding="ISO-8859-1"?&#62;
&#60;?xml-stylesheet type="text/xsl" href="something.xsl"?&#62;
How do we get to_xml to render the XSL processing instruction? Put this in your controller:

]]></description>
		<wfw:commentRss>http://www.markrichman.com/2008/08/09/ruby-on-rails-adding-xsl-processing-instruction-with-to_xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
