<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/sitemesh/patches/" rel="alternate"/><link href="https://sourceforge.net/p/sitemesh/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/sitemesh/patches/</id><updated>2007-02-07T21:38:13Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Fix in DecoratorsSectionHandler for XML comments</title><link href="https://sourceforge.net/p/sitemesh/patches/1/" rel="alternate"/><published>2007-02-07T21:38:13Z</published><updated>2007-02-07T21:38:13Z</updated><author><name>Karl Shea</name><uri>https://sourceforge.net/u/karlshea/</uri></author><id>https://sourceforge.net864b9a3366f269d8d5adf0e6bf042d86cc32079a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;foreach(XmlNode node in section.ChildNodes)&lt;br /&gt;
{&lt;br /&gt;
if(node is XmlComment)&lt;br /&gt;
continue;&lt;/p&gt;
&lt;p&gt;...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Will fix an Exception if there is an XML comment in the decorators configuration section.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>