<?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>Andrew Beaton :: FAQ &#187; XSL</title>
	<atom:link href="http://andrewbeaton.net/faq/category/programming/xsl/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewbeaton.net/faq</link>
	<description>Tips from the world of a software developer</description>
	<lastBuildDate>Wed, 13 Jul 2011 17:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Add a space in XSL</title>
		<link>http://andrewbeaton.net/faq/2009/11/13/add-a-space-in-xsl/</link>
		<comments>http://andrewbeaton.net/faq/2009/11/13/add-a-space-in-xsl/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:35:52 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://andrewbeaton.com/faq/?p=52</guid>
		<description><![CDATA[The following shows you how to add a space or &#160; in XSL: &#60;xsl:text disable-output-escaping=&#34;yes&#34;&#62;&#38;nbsp;&#60;/xsl:text&#62;]]></description>
			<content:encoded><![CDATA[<p>The following shows you how to add a space or &nbsp; in XSL:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:text</span> <span style="color: #000066;">disable-output-escaping</span>=<span style="color: #ff0000;">&quot;yes&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #ddbb00;">&amp;nbsp;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/xsl:text<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://andrewbeaton.net/faq/2009/11/13/add-a-space-in-xsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

