This commit is contained in:
2010-03-25 14:48:46 +00:00
parent b10ade8a14
commit 2830a93e24
7 changed files with 164 additions and 31 deletions

View File

@@ -218,7 +218,7 @@ namespace VEPROMS.CSLA.Library
if (xp != null)
{
XmlNodeList xl = xp.SelectNodes(path);
if (xl != null)
if (xl != null && xl.Count > 0)
return xl;
}
}