[Docstring-checkins] CVS: dps/spec pep-0258.txt,1.5,1.6 gpdi.dtd,1.30,1.31
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-15 22:53:20
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv28623 Modified Files: pep-0258.txt gpdi.dtd Log Message: - Changed "system_warning" to "system_message". Index: pep-0258.txt =================================================================== RCS file: /cvsroot/docstring/dps/spec/pep-0258.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pep-0258.txt 7 Feb 2002 01:56:41 -0000 1.5 --- pep-0258.txt 15 Feb 2002 22:53:17 -0000 1.6 *************** *** 349,361 **** When the parser encounters an error in markup, it inserts a system ! warning (DTD element 'system_warning'). There are five levels of ! system warnings: - Level-0, "DEBUG": an internal reporting issue. There is no ! effect on the processing. Level-0 system warnings are handled separately from the others. - Level-1, "INFO": a minor issue that can be ignored. There is no ! effect on the processing. Typically level-1 system warnings are not reported. --- 349,361 ---- When the parser encounters an error in markup, it inserts a system ! message (DTD element 'system_message). There are five levels of ! system messages: - Level-0, "DEBUG": an internal reporting issue. There is no ! effect on the processing. Level-0 system messages are handled separately from the others. - Level-1, "INFO": a minor issue that can be ignored. There is no ! effect on the processing. Typically level-1 system messages are not reported. *************** *** 367,375 **** - Level-4, "SEVERE": a severe error that must be addressed. ! Typically level-4 system warnings are turned into exceptions which halt processing. If ignored, the output will contain severe errors. ! Although the initial warning levels were devised independently, they have a strong correspondence to VMS error condition severity levels [9]; the names in quotes for levels 1 through 4 were --- 367,375 ---- - Level-4, "SEVERE": a severe error that must be addressed. ! Typically level-4 system messages are turned into exceptions which halt processing. If ignored, the output will contain severe errors. ! Although the initial message levels were devised independently, they have a strong correspondence to VMS error condition severity levels [9]; the names in quotes for levels 1 through 4 were Index: gpdi.dtd =================================================================== RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** gpdi.dtd 6 Feb 2002 03:06:03 -0000 1.30 --- gpdi.dtd 15 Feb 2002 22:53:17 -0000 1.31 *************** *** 114,118 **** | note | tip | hint | warning | error | caution | danger | important ! | target | substitution_definition | comment | system_warning %additional.body.elements; "> --- 114,118 ---- | note | tip | hint | warning | error | caution | danger | important ! | target | substitution_definition | comment | system_message %additional.body.elements; "> *************** *** 405,411 **** %calstblx; ! <!-- Used by the processing system to record a warning. --> ! <!ELEMENT system_warning (%body.elements;)+> ! <!ATTLIST system_warning %basic.atts; level NMTOKEN #IMPLIED --- 405,411 ---- %calstblx; ! <!-- Used to record processing information. --> ! <!ELEMENT system_message (%body.elements;)+> ! <!ATTLIST system_message %basic.atts; level NMTOKEN #IMPLIED |