mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
f10bb13314
This allows linting of .gresource.xml files e.g. in the editor.
15 lines
480 B
DTD
15 lines
480 B
DTD
<!--
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
SPDX-FileCopyrightText: 2023 JCWasmx86
|
|
-->
|
|
|
|
<!ELEMENT gresources (gresource)* >
|
|
|
|
<!ELEMENT gresource (file)* >
|
|
<!ATTLIST gresource prefix CDATA #IMPLIED >
|
|
|
|
<!ELEMENT file (#PCDATA) >
|
|
<!ATTLIST file alias CDATA #IMPLIED
|
|
compressed (true|false) #IMPLIED
|
|
preprocess (xml-stripblanks|to-pixdata|json-stripblanks) #IMPLIED >
|