<?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: Preserving line breaks in xml while transforming to html with xslt</title>
	<atom:link href="http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/</link>
	<description>Developer.Speaker.Blogger</description>
	<lastBuildDate>Fri, 12 Mar 2010 18:33:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Stibbs</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-19913</link>
		<dc:creator>Matt Stibbs</dc:creator>
		<pubDate>Thu, 18 Feb 2010 09:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-19913</guid>
		<description>Is it possible to use a similar method to preserve line breaks when output method is &#039;text&#039;?

I have some formatted XML that I am trying to transform to text, but it will not preserve the line breaks in the text output.</description>
		<content:encoded><![CDATA[<p>Is it possible to use a similar method to preserve line breaks when output method is &#8216;text&#8217;?</p>
<p>I have some formatted XML that I am trying to transform to text, but it will not preserve the line breaks in the text output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal shah</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-19875</link>
		<dc:creator>vishal shah</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-19875</guid>
		<description>Thank you so much Dan... You save me :)</description>
		<content:encoded><![CDATA[<p>Thank you so much Dan&#8230; You save me <img src='http://www.danrigsby.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael O'Hegarty</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-3277</link>
		<dc:creator>Michael O'Hegarty</dc:creator>
		<pubDate>Thu, 09 Jul 2009 10:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-3277</guid>
		<description>Another option is to preserve the formatting using the html  tag.
e.g. </description>
		<content:encoded><![CDATA[<p>Another option is to preserve the formatting using the html  tag.<br />
e.g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mateus</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-3135</link>
		<dc:creator>mateus</dc:creator>
		<pubDate>Tue, 26 May 2009 23:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-3135</guid>
		<description>great example! i spent all day trying to get line breaks from my xml to show up using xsl! thank you!</description>
		<content:encoded><![CDATA[<p>great example! i spent all day trying to get line breaks from my xml to show up using xsl! thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono Rogers</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-3023</link>
		<dc:creator>Jono Rogers</dc:creator>
		<pubDate>Fri, 27 Mar 2009 00:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-3023</guid>
		<description>Thanks a heap Dan, that problem with xslt had been annoying me all morning!  Worked great!</description>
		<content:encoded><![CDATA[<p>Thanks a heap Dan, that problem with xslt had been annoying me all morning!  Worked great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-3016</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Fri, 20 Mar 2009 15:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-3016</guid>
		<description>Thanks a lot, this is exactly what I was looking for.
The only thing I would change in the example is to use slightly different names for the text node and the template&#039;s parameter, because it might take some people (ok, me) a few extra seconds to understand &lt;i&gt;name=&quot;text&quot; select=&quot;/text&quot;&lt;/i&gt;.
Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this is exactly what I was looking for.<br />
The only thing I would change in the example is to use slightly different names for the text node and the template&#8217;s parameter, because it might take some people (ok, me) a few extra seconds to understand <i>name=&#8221;text&#8221; select=&#8221;/text&#8221;</i>.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Craig</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-2734</link>
		<dc:creator>Jim Craig</dc:creator>
		<pubDate>Fri, 13 Feb 2009 15:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-2734</guid>
		<description>Thanks Dan, I&#039;d been looking for a solution to this for ages.  It works a treat!</description>
		<content:encoded><![CDATA[<p>Thanks Dan, I&#8217;d been looking for a solution to this for ages.  It works a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Poluektov</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-1584</link>
		<dc:creator>Andy Poluektov</dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-1584</guid>
		<description>Thanx a lot! It really helped me out!</description>
		<content:encoded><![CDATA[<p>Thanx a lot! It really helped me out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinelopi Kouleri</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-525</link>
		<dc:creator>Pinelopi Kouleri</dc:creator>
		<pubDate>Tue, 06 May 2008 14:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-525</guid>
		<description>Thanks a mil for this!</description>
		<content:encoded><![CDATA[<p>Thanks a mil for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrini Viswanathan</title>
		<link>http://www.danrigsby.com/blog/index.php/2008/01/03/preserving-line-breaks-in-xml-while-transforming-to-html-with-xslt/comment-page-1/#comment-515</link>
		<dc:creator>Shrini Viswanathan</dc:creator>
		<pubDate>Mon, 05 May 2008 16:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.danrigsby.com/blog/?p=33#comment-515</guid>
		<description>Thanks for the article. The XSL Template worked out nicely for my task.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. The XSL Template worked out nicely for my task.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
