<?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>Garkbit Blog &#187; XSLT</title>
	<atom:link href="http://wp.garkbit.com/tag/xslt/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.garkbit.com</link>
	<description>... on the other side of the universe</description>
	<lastBuildDate>Mon, 14 Dec 2009 13:29:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Output the source XML with XSLT</title>
		<link>http://wp.garkbit.com/2009-10-09/output-the-source-xml-with-xslt/</link>
		<comments>http://wp.garkbit.com/2009-10-09/output-the-source-xml-with-xslt/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 13:21:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=136</guid>
		<description><![CDATA[Today I just learned something I&#8217;ve been looking for for a while. It&#8217;s super simple, but it can be very helpful. For those of us that needs to write and edit XSLT for XML you don&#8217;t own and can&#8217;t view &#8211; in my case from SharePoint. Here is a single line of XSLT that will [...]]]></description>
			<content:encoded><![CDATA[<p>Today I just learned something I&#8217;ve been looking for for a while. It&#8217;s super simple, but it can be <strong>very</strong> helpful. For those of us that needs to write and edit XSLT for XML you don&#8217;t own and can&#8217;t view &#8211; in my case from SharePoint. Here is a single line of XSLT that will output the source XML to your page.</p>
<pre class="brush: xml;">&lt;xsl:copy-of select=&quot;.&quot;/&gt;</pre>
<p>That&#8217;s it! I told you, super simple.</p>
<p>Remember that you will probably not see the code on the page since the nodes probably won&#8217;t be recognized by the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-10-09/output-the-source-xml-with-xslt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
