[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/util texinfo.dtd
From: |
Patrice Dumas |
Subject: |
texinfo/util texinfo.dtd |
Date: |
Tue, 27 Dec 2011 22:31:28 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 11/12/27 22:31:28
Modified files:
util : texinfo.dtd
Log message:
Add deftypenewline.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texinfo.dtd?cvsroot=texinfo&r1=1.25&r2=1.26
Patches:
Index: texinfo.dtd
===================================================================
RCS file: /sources/texinfo/texinfo/util/texinfo.dtd,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- texinfo.dtd 22 Dec 2011 10:54:42 -0000 1.25
+++ texinfo.dtd 27 Dec 2011 22:31:27 -0000 1.26
@@ -1,4 +1,4 @@
-<!-- $Id: texinfo.dtd,v 1.25 2011/12/22 10:54:42 pertusus Exp $
+<!-- $Id: texinfo.dtd,v 1.26 2011/12/27 22:31:27 pertusus Exp $
Document Type Definition for Texinfo XML output (the '-'-xml option).
Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
@@ -41,6 +41,7 @@
<!ENTITY % multiple.option.cmds "frenchspacing | documentlanguage
| %variable.cmds; | kbdinputstyle | paragraphindent
| firstparagraphindent | urefbreakstyle | xrefautomaticsectiontitle
+ | deftypefnnewline
| codequoteundirected | codequotebacktick | raisesections
| lowersections | clickstyle">
@@ -293,6 +294,9 @@
<!ELEMENT xrefautomaticsectiontitle EMPTY>
<!ATTLIST xrefautomaticsectiontitle
value (%onoff;) #REQUIRED>
+<!ELEMENT deftypefnnewline EMPTY>
+<!ATTLIST deftypefnnewline
+ value (%onoff;) #REQUIRED>
<!ELEMENT codequoteundirected EMPTY>
<!ATTLIST codequoteundirected
value (%onoff;) #REQUIRED>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/util texinfo.dtd,
Patrice Dumas <=