[glib] Update the dtd to match the schema parser



commit 345a1ee31c9d8783670ca3ad3c7d6e526b0c039c
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 17 00:37:12 2010 -0400

    Update the dtd to match the schema parser
    
    The aliases element was not mentioned here.

 gio/gsettings.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 49eb97f..5235a8d 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -87,7 +87,7 @@
  *                  path           CDATA #IMPLIED
  *                  gettext-domain CDATA #IMPLIED >
  *
- * <!ELEMENT key (default|summary?|description?|range?|choices?) >
+ * <!ELEMENT key (default|summary?|description?|range?|choices?|aliases?) >
  * <!-- name can only contain lowercase letters, numbers and '-' -->
  * <!-- type must be a GVariant type string -->
  * <!ATTLIST key name CDATA #REQUIRED
@@ -110,9 +110,9 @@
  *                 max CDATA #REQUIRED >
  *
  * <!ELEMENT choices (choice+) >
- * <!ELEMENT choice (alias?) >
+ * <!ELEMENT choice EMPTY >
  * <!ATTLIST choice value CDATA #REQUIRED >
- * <!ELEMENT choice (alias?) >
+ * <!ELEMENT aliases (alias+) >
  * <!ELEMENT alias EMPTY >
  * <!ATTLIST alias value CDATA #REQUIRED >
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]