2005-03-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Nvdl / NvdlSimplified.cs
index b84cd7fb539aaefc9881e4a64e39f28c20f779f3..dc677c610799dd7df6ef4d38da1e531feb78388f 100755 (executable)
@@ -514,7 +514,7 @@ namespace Commons.Xml.Nvdl.Simplified
                        XmlDocument doc = new XmlDocument ();
                        XmlElement el = doc.CreateElement (
                                allow ? "allow" : "reject",
-                               Nvdl.BuiltInValidationUri);
+                               Nvdl.BuiltInValidationNamespace);
                        doc.AppendChild (doc.CreateElement ("schema",
                                Nvdl.Namespace));
                        doc.DocumentElement.AppendChild (el);