aboutsummaryrefslogtreecommitdiff
path: root/gdb/features/xinclude.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/features/xinclude.dtd')
-rw-r--r--gdb/features/xinclude.dtd13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/features/xinclude.dtd b/gdb/features/xinclude.dtd
new file mode 100644
index 0000000..abee8d4
--- /dev/null
+++ b/gdb/features/xinclude.dtd
@@ -0,0 +1,13 @@
+<!-- Copyright (C) 2007 Free Software Foundation, Inc.
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved. -->
+
+<!-- GDB supports a subset of XInclude. Only whole documents can
+ be included, and only as XML. -->
+
+<!ELEMENT xi:include (EMPTY)>
+<!ATTLIST xi:include
+ xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
+ href CDATA #REQUIRED>