xref: /dflybsd-src/contrib/gdb-7/gdb/features/xinclude.dtd (revision cf7f2e2d389e8012d562650bd94d7e433f449d6e)
1*cf7f2e2dSJohn Marino<!-- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
25796c8dcSSimon Schubert
35796c8dcSSimon Schubert     Copying and distribution of this file, with or without modification,
45796c8dcSSimon Schubert     are permitted in any medium without royalty provided the copyright
55796c8dcSSimon Schubert     notice and this notice are preserved.  -->
65796c8dcSSimon Schubert
75796c8dcSSimon Schubert<!-- GDB supports a subset of XInclude.  Only whole documents can
85796c8dcSSimon Schubert     be included, and only as XML.  -->
95796c8dcSSimon Schubert
10*cf7f2e2dSJohn Marino<!ELEMENT xi:include	EMPTY>
115796c8dcSSimon Schubert<!ATTLIST xi:include
125796c8dcSSimon Schubert	xmlns:xi	CDATA	#FIXED "http://www.w3.org/2001/XInclude"
135796c8dcSSimon Schubert	href		CDATA	#REQUIRED>
14