[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.36,1.37
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-07 03:53:56
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv7230/dps/spec Modified Files: gpdi.dtd Log Message: - Added "raw". Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** gpdi.dtd 4 Mar 2002 04:43:25 -0000 1.36 --- gpdi.dtd 7 Mar 2002 03:53:53 -0000 1.37 *************** *** 117,121 **** | tip | warning | target | substitution_definition | comment | pending ! | system_message %additional.body.elements; "> --- 117,121 ---- | tip | warning | target | substitution_definition | comment | pending ! | system_message | raw %additional.body.elements; "> *************** *** 124,128 **** " emphasis | strong | interpreted | literal | reference | footnote_reference | citation_reference ! | substitution_reference | target | image | problematic %additional.inline.elements; "> --- 124,128 ---- " emphasis | strong | interpreted | literal | reference | footnote_reference | citation_reference ! | substitution_reference | target | image | problematic | raw %additional.inline.elements; "> *************** *** 432,435 **** --- 432,442 ---- type CDATA #IMPLIED> + <!-- Used to pass raw data through the system. Also inline. --> + <!ELEMENT raw %text.model;> + <!ATTLIST raw + %basic.atts; + %fixedspace.att; + format CDATA #IMPLIED> + <!-- *************** *** 446,451 **** - Nested inline elements may or may not be supported by individual applications using this DTD. ! - The inline elements <footnote_reference>, <literal>, and <image> do ! not support nesting. --> --- 453,458 ---- - Nested inline elements may or may not be supported by individual applications using this DTD. ! - The inline elements <footnote_reference>, <citation_reference>, ! <literal>, and <image> do not support nesting. --> |