This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Correct DTD typo


I seem to make this mistake all the time... ran regression tests on
x86_64-linux and checked in the obvious fix.  This doesn't affect GDB,
but it did affect a local program that contained a copy of GDB's DTDs.

-- 
Daniel Jacobowitz
CodeSourcery

2009-10-11  Daniel Jacobowitz  <dan@codesourcery.com>

	* features/xinclude.dtd: Correct EMPTY typo.

Index: features/xinclude.dtd
===================================================================
RCS file: /cvs/src/src/gdb/features/xinclude.dtd,v
retrieving revision 1.3
diff -u -p -r1.3 xinclude.dtd
--- features/xinclude.dtd	3 Jan 2009 05:57:56 -0000	1.3
+++ features/xinclude.dtd	11 Oct 2009 20:23:41 -0000
@@ -7,7 +7,7 @@
 <!-- GDB supports a subset of XInclude.  Only whole documents can
      be included, and only as XML.  -->
 
-<!ELEMENT xi:include	(EMPTY)>
+<!ELEMENT xi:include	EMPTY>
 <!ATTLIST xi:include
 	xmlns:xi	CDATA	#FIXED "http://www.w3.org/2001/XInclude";
 	href		CDATA	#REQUIRED>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]