Annotate XNode trees with legacy attribute
This commit is contained in:
@@ -619,6 +619,9 @@ void XmlFileUtil::AnnotateXNodeTree( XNode *pNode, const RString &sFile )
|
|||||||
|
|
||||||
/* Directory of caller, for relative paths: */
|
/* Directory of caller, for relative paths: */
|
||||||
pNode->AppendAttr( "_Dir", sDir );
|
pNode->AppendAttr( "_Dir", sDir );
|
||||||
|
|
||||||
|
/* Note that this node came from a legacy XML file */
|
||||||
|
pNode->AppendAttr( "_LegacyXml", true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user