jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
changeset 37626 d4fb6a5dc001
parent 33352 35c096b5709c
child 39799 2847de5336f2
equal deleted inserted replaced
37396:8d78fb40648d 37626:d4fb6a5dc001
   143         SpaceRequiredBetweenPublicAndSystem = White spaces are required between publicId and systemId.
   143         SpaceRequiredBetweenPublicAndSystem = White spaces are required between publicId and systemId.
   144 # 2.8 Prolog and Document Type Declaration
   144 # 2.8 Prolog and Document Type Declaration
   145         MSG_SPACE_REQUIRED_BEFORE_ROOT_ELEMENT_TYPE_IN_DOCTYPEDECL = White space is required after \"<!DOCTYPE\" in the document type declaration.
   145         MSG_SPACE_REQUIRED_BEFORE_ROOT_ELEMENT_TYPE_IN_DOCTYPEDECL = White space is required after \"<!DOCTYPE\" in the document type declaration.
   146         MSG_ROOT_ELEMENT_TYPE_REQUIRED = The root element type must appear after \"<!DOCTYPE\" in the document type declaration.
   146         MSG_ROOT_ELEMENT_TYPE_REQUIRED = The root element type must appear after \"<!DOCTYPE\" in the document type declaration.
   147         DoctypedeclUnterminated = The document type declaration for root element type \"{0}\" must end with ''>''.
   147         DoctypedeclUnterminated = The document type declaration for root element type \"{0}\" must end with ''>''.
       
   148         DoctypedeclNotClosed = The document type declaration for root element type \"{0}\" must be closed with '']''.
   148         PEReferenceWithinMarkup = The parameter entity reference \"%{0};\" cannot occur within markup in the internal subset of the DTD.
   149         PEReferenceWithinMarkup = The parameter entity reference \"%{0};\" cannot occur within markup in the internal subset of the DTD.
   149         MSG_MARKUP_NOT_RECOGNIZED_IN_DTD = The markup declarations contained or pointed to by the document type declaration must be well-formed.
   150         MSG_MARKUP_NOT_RECOGNIZED_IN_DTD = The markup declarations contained or pointed to by the document type declaration must be well-formed.
   150 # 2.10 White Space Handling
   151 # 2.10 White Space Handling
   151         MSG_XML_SPACE_DECLARATION_ILLEGAL = The attribute declaration for \"xml:space\" must be given as an enumerated type whose only possible values are \"default\" and \"preserve\".
   152         MSG_XML_SPACE_DECLARATION_ILLEGAL = The attribute declaration for \"xml:space\" must be given as an enumerated type whose only possible values are \"default\" and \"preserve\".
   152 # 3.2 Element Type Declarations
   153 # 3.2 Element Type Declarations