jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
changeset 17534 21dc0b2762da
parent 12457 c348e06f0e82
child 18353 15eab2d13b0e
equal deleted inserted replaced
17533:93a2cadbbd33 17534:21dc0b2762da
   259         EmptyList = Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
   259         EmptyList = Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
   260 
   260 
   261 # Entity related messages
   261 # Entity related messages
   262 # 3.1 Start-Tags, End-Tags, and Empty-Element Tags
   262 # 3.1 Start-Tags, End-Tags, and Empty-Element Tags
   263         ReferenceToExternalEntity = The external entity reference \"&{0};\" is not permitted in an attribute value.
   263         ReferenceToExternalEntity = The external entity reference \"&{0};\" is not permitted in an attribute value.
       
   264         AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed.
       
   265         AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed.
       
   266 
   264 # 4.1 Character and Entity References
   267 # 4.1 Character and Entity References
   265         EntityNotDeclared = The entity \"{0}\" was referenced, but not declared.
   268         EntityNotDeclared = The entity \"{0}\" was referenced, but not declared.
   266         ReferenceToUnparsedEntity = The unparsed entity reference \"&{0};\" is not permitted.
   269         ReferenceToUnparsedEntity = The unparsed entity reference \"&{0};\" is not permitted.
   267         RecursiveReference = Recursive entity reference \"{0}\". (Reference path: {1}),
   270         RecursiveReference = Recursive entity reference \"{0}\". (Reference path: {1}),
   268         RecursiveGeneralReference = Recursive general entity reference \"&{0};\". (Reference path: {1}),
   271         RecursiveGeneralReference = Recursive general entity reference \"&{0};\". (Reference path: {1}),