![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Johannes Koch wrote: http://www.w3.org/TR/REC-xml#sec-prolog-dtd [28] doctypedecl ::= '<!DOCTYPE' S Name (S ExternalID)? S? ('[' intSubset ']' S?)? '>' [75] ExternalID ::= 'SYSTEM' S SystemLiteral | 'PUBLIC' S PubidLiteral S SystemLiteral I would read this as: ExternalID must be either * 'SYSTEM' white-space <system identifier or * 'PUBLIC' white-space <formal public identifier> white-space <system identifier So this requires at least a system identifier. Well yes, but ExternalID is optional in the definition of doctypedecl - see <http://www.w3.org/TR/2004/REC-xml-20040204/#sec-notation>. |
![]() |
| Thread Tools | |
| Display Modes | |
| |