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: Fri, 24 Aug 2012 23:05:38 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/08/24 23:05:38

Modified files:
        util           : texinfo.dtd 

Log message:
        Use set and clear instead of setvalue and clearvalue to be consistent 
with
        the other elements that use @-command names as far as possible.

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

Patches:
Index: texinfo.dtd
===================================================================
RCS file: /sources/texinfo/texinfo/util/texinfo.dtd,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- texinfo.dtd 24 Jan 2012 22:17:09 -0000      1.30
+++ texinfo.dtd 24 Aug 2012 23:05:38 -0000      1.31
@@ -1,4 +1,4 @@
-<!-- $Id: texinfo.dtd,v 1.30 2012/01/24 22:17:09 pertusus Exp $
+<!-- $Id: texinfo.dtd,v 1.31 2012/08/24 23:05:38 pertusus Exp $
   Document Type Definition for Texinfo XML output (the '-'-xml option).
 
   Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
@@ -19,7 +19,7 @@
                             | hyphenation
                             | documentdescription 
                             | shorttitlepage">
-<!ENTITY % variable.cmds "setvalue | clearvalue">
+<!ENTITY % variable.cmds "set | clear">
 
 <!-- Unique options -->
 <!ENTITY % unique.option.cmds "novalidate | setcontentsaftertitlepage 
@@ -189,11 +189,11 @@
 <!ELEMENT shorttitlepage  (#PCDATA | %Inline.line;)*>
 <!ELEMENT dircategory     (#PCDATA | %Inline.line;)*>
 
-<!ELEMENT setvalue    (#PCDATA)>
-<!ELEMENT clearvalue  EMPTY>
-<!ATTLIST setvalue
+<!ELEMENT set    (#PCDATA)>
+<!ELEMENT clear  EMPTY>
+<!ATTLIST set
                 name CDATA #REQUIRED>
-<!ATTLIST clearvalue
+<!ATTLIST clear
                 name CDATA #REQUIRED>
 <!ELEMENT definfoenclose EMPTY>
 <!ATTLIST definfoenclose 



reply via email to

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