This commit is contained in:
2012-10-26 10:10:35 +00:00
parent 8284c66da2
commit 94d2b11dc3
3 changed files with 12 additions and 3 deletions

View File

@@ -695,7 +695,7 @@ namespace fmtxml
// replace the '<' with '{' & '>' with '}'
pi.Token = pi.Token.Replace('<', '{');
pi.Token = pi.Token.Replace('>', '}');
pi.Token = pi.Token.Replace("REVDATE", "REV2");
cnt++;
if (!isfirst)
{