Removed Applicability
Added menu options to correct funtions and procedures Removed Applicability from PurgeData Bug Fixes for Paste/Replace etc. Update DTS and User ID before saving Config Search from current rather than root node
This commit is contained in:
@@ -73,7 +73,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
//XmlNodeList xl = xx.SelectNodes(string.Format("@{0}", item));
|
||||
XmlNodeList xl = xx.SelectNodes(
|
||||
string.Format("//@*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')='{0}']", item.ToLower()));
|
||||
string.Format("@*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')='{0}']", item.ToLower()));
|
||||
switch (xl.Count)
|
||||
{
|
||||
case 0: // No nodes found
|
||||
|
Reference in New Issue
Block a user