Add namespace and schema.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user