[glib/wip/ernestask/dtd-fix: 125/125] gschema.dtd: Add target attribute to alias



commit 3d9a896f2b27df4a0facec307ecd282d9e1a6e14
Author: Ernestas Kulik <ekulik redhat com>
Date:   Mon May 6 16:23:38 2019 +0200

    gschema.dtd: Add target attribute to alias
    
    The implementation requires it, but the DTD doesn’t even mention it.

 gio/gschema.dtd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gio/gschema.dtd b/gio/gschema.dtd
index 1599f8de7..3a903e7ab 100644
--- a/gio/gschema.dtd
+++ b/gio/gschema.dtd
@@ -62,7 +62,8 @@
 <!ELEMENT aliases (alias+) >
 <!-- each alias element specifies an alias for one of the possible values -->
 <!ELEMENT alias EMPTY >
-<!ATTLIST alias value CDATA #REQUIRED >
+<!ATTLIST alias value  CDATA #REQUIRED
+                target CDATA #REQUIRED >
 
 <!ELEMENT child EMPTY >
 <!ATTLIST child name   CDATA #REQUIRED


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