Add namespace and schema.

This commit is contained in:
Steve Checkoway
2006-10-01 11:46:41 +00:00
parent 49645f302c
commit 49ebe752f2
3 changed files with 116 additions and 24 deletions
+3
View File
@@ -47,6 +47,9 @@ void ExportStrings::Nsis()
void ExportStrings::LuaInformation()
{
XNode *pNode = LUA->GetLuaInformation();
pNode->AppendAttr( "xmlns", "http://www.stepmania.com" );
pNode->AppendAttr( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" );
pNode->AppendAttr( "xsi:schemaLocation", "http://www.stepmania.com Lua.xsd" );
XNode *pVersionNode = pNode->AppendChild( "Version" );
pVersionNode->m_sValue = PRODUCT_ID_VER;