[Docstring-checkins] CVS: dps/spec gpdi.dtd,1.33,1.34
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-23 16:49:57
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv8202/dps/spec Modified Files: gpdi.dtd Log Message: - Added support for 'option_list' attribute 'optarg_delimiter'. Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** gpdi.dtd 22 Feb 2002 01:53:48 -0000 1.33 --- gpdi.dtd 23 Feb 2002 16:49:54 -0000 1.34 *************** *** 114,119 **** | bullet_list | enumerated_list | definition_list | field_list | option_list ! | note | tip | hint | warning | error | caution | danger ! | important | target | substitution_definition | comment | system_message %additional.body.elements; "> --- 114,119 ---- | bullet_list | enumerated_list | definition_list | field_list | option_list ! | note | tip | hint | warning | error | attention | caution ! | danger | important | target | substitution_definition | comment | system_message %additional.body.elements; "> *************** *** 298,303 **** <!ATTLIST field_body %basic.atts;> <!ELEMENT option_list (option_list_item+)> ! <!ATTLIST option_list %basic.atts;> <!ELEMENT option_list_item (option+, description)> --- 298,313 ---- <!ATTLIST field_body %basic.atts;> + <!-- + `optarg_delimiter` contains the delimiter (either " " or "=") + consistently used by `long_option` and/or `vms_option` elements with + option arguments, or "mixed" if delimiter usage is mixed (both " " and + "=" used). If no such options exist, no `optarg_delimiter` attribute + will be present. `short_option` elements may only use spaces as + opt/arg delimiters; they don't affect the attribute. + --> <!ELEMENT option_list (option_list_item+)> ! <!ATTLIST option_list ! %basic.atts; ! optarg_delimiter CDATA #IMPLIED> <!ELEMENT option_list_item (option+, description)> |