This commit is contained in:
2009-03-05 16:03:34 +00:00
parent abf2a8919c
commit 8a343e24eb
2 changed files with 153 additions and 18 deletions

View File

@@ -155,7 +155,7 @@ namespace VEPROMS.CSLA.Library
}
public static XmlNode InheritLookup(XmlNode xmlNode, string path, bool stepLookup)
{
stepLookup = false; // 8/2 change for inheritance
//stepLookup = false; // 8/2 change for inheritance
if (xmlNode == null) return null;// No path to match
string xPath = Path(xmlNode);// Build xPath from xmlNode
vlnFormatDocument fd = (vlnFormatDocument)(xmlNode.OwnerDocument);//First Get the vlnFormatDocument