[matroska] r847 - trunk/DvdMenuXtractor

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-09-27 19:45:55 +0400 (Mon, 27 Sep 2004)
New Revision: 847

Modified:
   trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
the produced XML files are not standalone

Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-09-26 10:34:33 UTC (rev 846)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-09-27 15:45:55 UTC (rev 847)
@@ -1073,7 +1073,7 @@
         wxString Filename = pConfig->Read("OutputDirectory","") + "menuVMG.xml";
 		wxTextFile XmlFile(Filename);
 		XmlFile.Create();
-		XmlFile.AddLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
+		XmlFile.AddLine("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>");
 		XmlFile.AddLine("<!DOCTYPE Chapters SYSTEM \"matroskachapters.dtd\">");
 		XmlFile.AddLine("");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.