Author: mukulg
Date: Tue Apr 26 13:48:38 2022
New Revision: 1900290
URL: http://svn.apache.org/viewvc?rev=1900290&view=rev
Log:
xercesj commit: minor improvements to few of error messages
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLMessages.properties
xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLMessages.properties
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLMessages.properties?rev=1900290&r1=1900289&r2=1900290&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLMessages.properties
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLMessages.properties
Tue Apr 26 13:48:38 2022
@@ -305,9 +305,9 @@
#Application can set the limit of number of entities that should be expanded
by the parser.
-EntityExpansionLimitExceeded=The parser has encountered more than \"{0}\"
entity expansions in this document; this is the limit imposed by the
application.
+EntityExpansionLimitExceeded=The parser has encountered more than \"{0}\"
entity expansions in this document, which is the limit imposed by the
application.
#Application can set limits on the size of entities that should be processed
by the parser.
-TotalEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within entities declared and referenced by this document;
this is the limit imposed by the application.
-MaxGeneralEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within a general entity; this is the limit imposed by the
application.
-MaxParameterEntitySizeLimitExceeded=The parser has encountered more than
\"{0}\" bytes or characters within a parameter entity; this is the limit
imposed by the application.
+TotalEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within entities declared and referenced by this document,
which is the limit imposed by the application.
+MaxGeneralEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within a general entity, which is the limit imposed by the
application.
+MaxParameterEntitySizeLimitExceeded=The parser has encountered more than
\"{0}\" bytes or characters within a parameter entity, which is the limit
imposed by the application.
Modified:
xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties?rev=1900290&r1=1900289&r2=1900290&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties
(original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties Tue
Apr 26 13:48:38 2022
@@ -305,9 +305,9 @@
#Application can set the limit of number of entities that should be expanded
by the parser.
-EntityExpansionLimitExceeded=The parser has encountered more than \"{0}\"
entity expansions in this document; this is the limit imposed by the
application.
+EntityExpansionLimitExceeded=The parser has encountered more than \"{0}\"
entity expansions in this document, which is the limit imposed by the
application.
#Application can set limits on the size of entities that should be processed
by the parser.
-TotalEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within entities declared and referenced by this document;
this is the limit imposed by the application.
-MaxGeneralEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within a general entity; this is the limit imposed by the
application.
-MaxParameterEntitySizeLimitExceeded=The parser has encountered more than
\"{0}\" bytes or characters within a parameter entity; this is the limit
imposed by the application.
+TotalEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within entities declared and referenced by this document,
which is the limit imposed by the application.
+MaxGeneralEntitySizeLimitExceeded=The parser has encountered more than \"{0}\"
bytes or characters within a general entity, which is the limit imposed by the
application.
+MaxParameterEntitySizeLimitExceeded=The parser has encountered more than
\"{0}\" bytes or characters within a parameter entity, which is the limit
imposed by the application.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]