This commit is contained in:
@@ -95,7 +95,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
if (xmlNode == null) return null;
|
||||
XmlNodeList xl = xmlNode.SelectNodes(path);
|
||||
if (xl == null) xl = InheritLookupNodes(xmlNode, path);
|
||||
if (xl == null||xl.Count==0) xl = InheritLookupNodes(xmlNode, path);
|
||||
if (xl == null) return null;
|
||||
return xl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user