- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Nov 2010 21:51:52 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv9850 Modified Files: xmlspec.dtd Log Message: 8284 Index: xmlspec.dtd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/xmlspec.dtd,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- xmlspec.dtd 13 May 2010 22:39:18 -0000 1.4 +++ xmlspec.dtd 19 Nov 2010 21:51:50 -0000 1.5 @@ -185,6 +185,10 @@ <!ENTITY % ednote.class "ednote %local.ednote.class;"> +<!ENTITY % local.bibl_note.class " "> +<!ENTITY % bibl_note.class "bibl_note + %local.bibl_note.class;"> + <!-- ............................................................... --> <!-- Entities for mixtures of standalone elements .................. --> <!-- ............................................................... --> @@ -281,7 +285,7 @@ <!ENTITY % local.bibl.pcd.mix " "> <!-- compensate for IE bug; suggested by ht --> <!ENTITY % bibl.pcd.mix - "#PCDATA|%emph.class;|%ref.class;|%loc.class;|%ednote.class;%local.bibl.pcd.mix;"> + "#PCDATA|%emph.class;|%ref.class;|%loc.class;|%ednote.class;%local.bibl.pcd.mix;|%bibl_note.class;"> <!ENTITY % local.tech.pcd.mix " "> <!-- compensate for IE bug; suggested by ht --> <!ENTITY % tech.pcd.mix @@ -2154,6 +2158,16 @@ <!ATTLIST ednote %common.att;> ]]> +<!-- bibl_note: Bibl note --> +<!ENTITY % bibl_note.element "INCLUDE"> +<![%bibl_note.element;[ +<!ELEMENT bibl_note (%p.pcd.mix;)*> +]]> +<!ENTITY % bibl_note.attlist "INCLUDE"> +<![%bibl_note.attlist;[ +<!ATTLIST bibl_note %common.att;> +]]> + <!ENTITY % date.element "INCLUDE"> <![%date.element;[ <!ELEMENT date (#PCDATA|phrase)*>
Received on Friday, 19 November 2010 21:51:54 UTC