[Refdb-cvs] CVS: refdb/dtd xnote.dtd,1.3,1.3.2.1
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-04-13 10:55:11
|
Update of /cvsroot/refdb/refdb/dtd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9824 Modified Files: Tag: Release_0_9_5_stable xnote.dtd Log Message: added default namespace Index: xnote.dtd =================================================================== RCS file: /cvsroot/refdb/refdb/dtd/xnote.dtd,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -U2 -r1.3 -r1.3.2.1 --- xnote.dtd 27 Dec 2003 22:40:38 -0000 1.3 +++ xnote.dtd 13 Apr 2005 10:54:47 -0000 1.3.2.1 @@ -8,4 +8,6 @@ <!-- the top-level element, containing one or more extended notes --> <!ELEMENT xnoteset (xnote)+> +<!ATTLIST xnoteset + xmlns CDATA #FIXED 'http://refdb.sourceforge.net/namespaces/xnote'> <!-- this element describes one extended note --> |