mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Merge branch 'wip/ernestask/dtd-fix' into 'master'
gschema.dtd: Add target attribute to alias See merge request GNOME/glib!814
This commit is contained in:
@@ -62,7 +62,8 @@
|
|||||||
<!ELEMENT aliases (alias+) >
|
<!ELEMENT aliases (alias+) >
|
||||||
<!-- each alias element specifies an alias for one of the possible values -->
|
<!-- each alias element specifies an alias for one of the possible values -->
|
||||||
<!ELEMENT alias EMPTY >
|
<!ELEMENT alias EMPTY >
|
||||||
<!ATTLIST alias value CDATA #REQUIRED >
|
<!ATTLIST alias value CDATA #REQUIRED
|
||||||
|
target CDATA #REQUIRED >
|
||||||
|
|
||||||
<!ELEMENT child EMPTY >
|
<!ELEMENT child EMPTY >
|
||||||
<!ATTLIST child name CDATA #REQUIRED
|
<!ATTLIST child name CDATA #REQUIRED
|
||||||
|
Reference in New Issue
Block a user