<?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: New Formatting Engine</title>
	<atom:link href="http://blog.moxiecode.com/2010/01/25/new-formatting-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/</link>
	<description>Moxiecode Developer Blog, talking about things we come across.</description>
	<lastBuildDate>Sun, 20 Feb 2011 17:15:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pascal</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1676</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1676</guid>
		<description>I filed a bug at sourceforge.net</description>
		<content:encoded><![CDATA[<p>I filed a bug at sourceforge.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silvio Sosio</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1669</link>
		<dc:creator>Silvio Sosio</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1669</guid>
		<description>Using the attribute works well, I think that this would cover 90% of real life cases, thank you very much!</description>
		<content:encoded><![CDATA[<p>Using the attribute works well, I think that this would cover 90% of real life cases, thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1668</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1668</guid>
		<description>There is a way to set all the classes by specifying the class attribute in the attributes collection however been thinking that some times you want to clear specific classes and keep some of them and that is currently not possible styles can be cleared by setting them to an empty value.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>There is a way to set all the classes by specifying the class attribute in the attributes collection however been thinking that some times you want to clear specific classes and keep some of them and that is currently not possible styles can be cleared by setting them to an empty value.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silvio Sosio</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1667</link>
		<dc:creator>Silvio Sosio</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1667</guid>
		<description>One thing that would be useful, expecially in the case of classes applied to blocks: clear other classes already present. That is, change the class with the chosen one.
And, a way to remove all the classes.
S*</description>
		<content:encoded><![CDATA[<p>One thing that would be useful, expecially in the case of classes applied to blocks: clear other classes already present. That is, change the class with the chosen one.<br />
And, a way to remove all the classes.<br />
S*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1666</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1666</guid>
		<description>Use force_p_newlines : false as well. If you still have problems ask at the forums easier to track the issue there. Thanks.</description>
		<content:encoded><![CDATA[<p>Use force_p_newlines : false as well. If you still have problems ask at the forums easier to track the issue there. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1665</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1665</guid>
		<description>force_br_newlines : true,
forced_root_block : &#039;&#039;, // Needed for 3.x
convert_urls : false,

that is my config.

i am getting div-tags</description>
		<content:encoded><![CDATA[<p>force_br_newlines : true,<br />
forced_root_block : &#8221;, // Needed for 3.x<br />
convert_urls : false,</p>
<p>that is my config.</p>
<p>i am getting div-tags</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1663</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1663</guid>
		<description>I don&#039;t think so just tested it seems to work as before. If you think there is a bug file a bug report at sourceforge with steps for us to reproduce it an we will take a look at it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so just tested it seems to work as before. If you think there is a bug file a bug report at sourceforge with steps for us to reproduce it an we will take a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://blog.moxiecode.com/2010/01/25/new-formatting-engine/comment-page-1/#comment-1662</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 26 Jan 2010 15:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moxiecode.com/?p=215#comment-1662</guid>
		<description>is force_br_newlines broken with that update?</description>
		<content:encoded><![CDATA[<p>is force_br_newlines broken with that update?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

