Import gdb-7.10.1
[dragonfly.git] / contrib / gdb-7 / gdb / features / xinclude.dtd
1 <!-- Copyright (C) 2007-2015 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>