texinfo-commits
[Top][All Lists]
Advanced

[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: Sun, 18 Sep 2011 18:55:38 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/09/18 18:55:37

Modified files:
        util           : texinfo.dtd 

Log message:
        Accept more than one caption or shortcaption to allow for having both
        a caption and a shortcaption.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texinfo.dtd?cvsroot=texinfo&r1=1.21&r2=1.22

Patches:
Index: texinfo.dtd
===================================================================
RCS file: /sources/texinfo/texinfo/util/texinfo.dtd,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- texinfo.dtd 15 Sep 2011 22:17:40 -0000      1.21
+++ texinfo.dtd 18 Sep 2011 18:55:37 -0000      1.22
@@ -1,4 +1,4 @@
-<!-- $Id: texinfo.dtd,v 1.21 2011/09/15 22:17:40 pertusus Exp $
+<!-- $Id: texinfo.dtd,v 1.22 2011/09/18 18:55:37 pertusus Exp $
   Document Type Definition for Texinfo XML output (the '-'-xml option).
 
   Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
@@ -467,7 +467,7 @@
 
 <!-- Floating displays -->
 <!ELEMENT float (floattype?, floatname?, (%block;)*,
-                (caption | shortcaption)?)>
+                (caption | shortcaption)*)>
 <!ATTLIST float
           name CDATA #IMPLIED
           type CDATA #IMPLIED>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]