xref: /dflybsd-src/contrib/gdb-7/gdb/features/xinclude.dtd (revision de8e141f24382815c10a4012d209bbbf7abf1112)
1*ef5ccd6cSJohn Marino<!-- Copyright (C) 2007-2013 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
10cf7f2e2dSJohn 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