From: William D. <wdo...@us...> - 2006-08-24 20:23:50
|
Update of /cvsroot/flexml/flexml/testbed In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23016/testbed Modified Files: mixed-stratt.dtd Log Message: Add comment. Index: mixed-stratt.dtd =================================================================== RCS file: /cvsroot/flexml/flexml/testbed/mixed-stratt.dtd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mixed-stratt.dtd 21 Aug 2006 18:24:23 -0000 1.1 +++ mixed-stratt.dtd 24 Aug 2006 20:23:47 -0000 1.2 @@ -1,4 +1,4 @@ - +<!-- test mixed content elements with string sttributes --> <!ELEMENT foo (#PCDATA|bar)*> <!ELEMENT bar (#PCDATA)> <!ATTLIST bar batt CDATA #REQUIRED> |