[Refdb-cvs] CVS: refdb/dtd risx.dtd,1.12,1.12.2.1
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-05-29 22:33:30
|
Update of /cvsroot/refdb/refdb/dtd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21808/dtd Modified Files: Tag: Release_0_9_5_stable risx.dtd Log Message: made title type attribute required; removed gen value from title attribute Index: risx.dtd =================================================================== RCS file: /cvsroot/refdb/refdb/dtd/risx.dtd,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -u -U2 -r1.12 -r1.12.2.1 --- risx.dtd 4 Nov 2003 23:20:16 -0000 1.12 +++ risx.dtd 29 May 2005 22:33:22 -0000 1.12.2.1 @@ -35,5 +35,5 @@ <!ELEMENT title (#PCDATA)> -<!ATTLIST title type (full|abbrev|user1|user2|gen) "gen"> +<!ATTLIST title type (full|abbrev|user1|user2) #REQUIRED> <!-- the url element is allowed multiple times for future compatibility --> |