Sfoglia il codice sorgente

2005-09-30 Atsushi Enomoto <[email protected]>

	* NvdlConfig.cs : changed mime type due to the suggestion from Makoto
	  Murata.


svn path=/trunk/mcs/; revision=51032
Atsushi Eno 20 anni fa
parent
commit
f41fa5fe0c

+ 5 - 0
mcs/class/Commons.Xml.Relaxng/Commons.Xml.Nvdl/ChangeLog

@@ -1,3 +1,8 @@
+2005-09-30  Atsushi Enomoto <[email protected]>
+
+	* NvdlConfig.cs : changed mime type due to the suggestion from Makoto
+	  Murata.
+
 2005-09-30  Atsushi Enomoto <[email protected]>
 
 	* NvdlXsdSupport.cs : related fix to r51030; XmlSchema.Read() now does

+ 1 - 1
mcs/class/Commons.Xml.Relaxng/Commons.Xml.Nvdl/NvdlConfig.cs

@@ -37,7 +37,7 @@ namespace Commons.Xml.Nvdl
 			if (schemaType == null)
 				schemaType = inheritSchemaType;
 			if (schemaType == null)
-				schemaType = "text/xml";
+				schemaType = "application/xml";
 
 			foreach (NvdlValidationProvider p in providers) {
 				NvdlValidatorGenerator g =