This commit is contained in:
Kathy Ruffing 2012-03-30 10:52:27 +00:00
parent f9484e05c0
commit 189e2e64a7

View File

@ -485,7 +485,7 @@ namespace fmtxml
{
MyPath = path;
fmtName = nm;
//if (!fmtName.ToUpper().StartsWith("WCN1") && fmtName.ToUpper() != "BASE") return;
//if (!fmtName.ToUpper().StartsWith("NSP") && fmtName.ToUpper() != "BASE") return;
try
{
// get the default base & plant files to use when figuring out inheritance.
@ -498,7 +498,7 @@ namespace fmtxml
{
LoadPageFile(nm);
string tmpDocName = fmtName;
tmpDocName = tmpDocName.Remove(indx + 1,1);
tmpDocName = tmpDocName.Remove(indx + 1, 1);
tmpDocName = tmpDocName.Insert(indx + 1, "y");
LoadDocFile(tmpDocName);
}
@ -830,7 +830,7 @@ namespace fmtxml
string includeName = GetAsciiString(brFmt);
string formatName = GetAsciiString(brFmt);
DocStyle[] dcs = null;
if (structName != "DOCSTYL.STR")
if (structName.ToUpper() != "DOCSTYL.STR")
{
Console.WriteLine("Other Structure {0}", structName);
if (structName == "BKPGDOC.STR")