-
foreach(XmlNode node in section.ChildNodes)
{
if(node is XmlComment)
continue;
...
}
Will fix an Exception if there is an XML comment in the decorators configuration section.
2007-02-07 21:38:13 UTC by karlshea
-
dave-fox committed patchset 4 of module sitemesh.net.new to the SiteMesh CVS repository, changing 1 files.
2006-09-29 16:33:06 UTC by dave-fox
-
dave-fox committed patchset 3 of module sitemesh.net.new to the SiteMesh CVS repository, changing 4 files.
2006-09-29 16:31:15 UTC by dave-fox
-
dave-fox committed patchset 2 of module sitemesh.net.new to the SiteMesh CVS repository, changing 580 files.
2006-09-29 15:10:54 UTC by dave-fox
-
dave-fox committed patchset 1 of module sitemesh.net.new to the SiteMesh CVS repository, changing 580 files.
2006-09-29 15:10:54 UTC by dave-fox
-
jclymer committed patchset 56 of module sitemesh.net to the SiteMesh CVS repository, changing 2 files.
2003-08-21 03:27:36 UTC by jclymer
-
jclymer committed patchset 55 of module sitemesh.net to the SiteMesh CVS repository, changing 1 files.
2003-08-21 03:25:14 UTC by jclymer
-
jclymer committed patchset 54 of module sitemesh.net to the SiteMesh CVS repository, changing 2 files.
2003-08-21 03:22:08 UTC by jclymer
-
jclymer committed patchset 53 of module sitemesh.net to the SiteMesh CVS repository, changing 1 files.
2003-08-21 03:21:48 UTC by jclymer
-
jclymer committed patchset 52 of module sitemesh.net to the SiteMesh CVS repository, changing 1 files.
2003-08-21 03:20:45 UTC by jclymer