remove SetTextValue

This commit is contained in:
Glenn Maynard
2007-02-11 07:40:45 +00:00
parent fc5c1cc295
commit 62b5c145db
3 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -312,7 +312,7 @@ unsigned LoadInternal( XNode *pNode, const RString &xml, RString &sErrorOut, uns
iOffset = iEnd;
ReplaceEntityText( sValue, g_mapEntitiesToChars );
pNode->SetTextValue( sValue );
pNode->AppendAttr(XNode::TEXT_ATTRIBUTE, sValue );
}
// generate child nodes
@@ -394,7 +394,7 @@ unsigned LoadInternal( XNode *pNode, const RString &xml, RString &sErrorOut, uns
iOffset = iEnd;
ReplaceEntityText( sValue, g_mapEntitiesToChars );
pNode->SetTextValue( sValue );
pNode->AppendAttr(XNode::TEXT_ATTRIBUTE, sValue );
}
}
}