aboutsummaryrefslogtreecommitdiff
path: root/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
diff options
context:
space:
mode:
authorjoehw <none@none>2016-04-19 23:01:06 -0700
committerjoehw <none@none>2016-04-19 23:01:06 -0700
commitaae28db4c552a97fbb9e98ce8e5801d353f179aa (patch)
tree705a9227485e88a6955e55189b047a78dcdc5027 /src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
parent966b157f83ebea4a7deb25b0b88aed1c75ef5467 (diff)
downloadjdk8u_jaxp-aae28db4c552a97fbb9e98ce8e5801d353f179aa.tar.gz
8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
Reviewed-by: joehw Contributed-by: christoph.langer@sap.com
Diffstat (limited to 'src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties')
-rw-r--r--src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties b/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
index e3cbc5f..46caccb 100644
--- a/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
+++ b/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
@@ -145,6 +145,7 @@
MSG_SPACE_REQUIRED_BEFORE_ROOT_ELEMENT_TYPE_IN_DOCTYPEDECL = White space is required after \"<!DOCTYPE\" in the document type declaration.
MSG_ROOT_ELEMENT_TYPE_REQUIRED = The root element type must appear after \"<!DOCTYPE\" in the document type declaration.
DoctypedeclUnterminated = The document type declaration for root element type \"{0}\" must end with ''>''.
+ DoctypedeclNotClosed = The document type declaration for root element type \"{0}\" must be closed with '']''.
PEReferenceWithinMarkup = The parameter entity reference \"%{0};\" cannot occur within markup in the internal subset of the DTD.
MSG_MARKUP_NOT_RECOGNIZED_IN_DTD = The markup declarations contained or pointed to by the document type declaration must be well-formed.
# 2.10 White Space Handling