xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/features/xinclude.dtd (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
1<!-- Copyright (C) 2007-2019 Free Software Foundation, Inc.
2
3     Copying and distribution of this file, with or without modification,
4     are permitted in any medium without royalty provided the copyright
5     notice and this notice are preserved.  -->
6
7<!-- GDB supports a subset of XInclude.  Only whole documents can
8     be included, and only as XML.  -->
9
10<!ELEMENT xi:include	EMPTY>
11<!ATTLIST xi:include
12	xmlns:xi	CDATA	#FIXED "http://www.w3.org/2001/XInclude"
13	href		CDATA	#REQUIRED>
14