use GetName, GetValue, SetValue

This commit is contained in:
Glenn Maynard
2006-10-02 06:26:25 +00:00
parent f0fe542b2f
commit e3483ba3be
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -53,10 +53,10 @@ void ExportStrings::LuaInformation()
pNode->AppendAttr( "xsi:schemaLocation", "http://www.stepmania.com Lua.xsd" );
XNode *pVersionNode = pNode->AppendChild( "Version" );
pVersionNode->m_sValue = PRODUCT_ID_VER;
pVersionNode->SetValue( "foo" );
XNode *pDateNode = pNode->AppendChild( "Date" );
pDateNode->m_sValue = DateTime::GetNowDate().GetString();
pDateNode->SetValue( DateTime::GetNowDate().GetString() );
XmlFileUtil::SaveToFile( pNode, "Lua.xml", "Lua.xsl" );