jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages.properties
changeset 17534 21dc0b2762da
parent 12457 c348e06f0e82
equal deleted inserted replaced
17533:93a2cadbbd33 17534:21dc0b2762da
     9 IncludeChild = Elements from namespace ''http://www.w3.org/2001/XInclude'', other than ''fallback'', are not allowed to be children of ''include'' elements.  However, ''{0}'' was found.
     9 IncludeChild = Elements from namespace ''http://www.w3.org/2001/XInclude'', other than ''fallback'', are not allowed to be children of ''include'' elements.  However, ''{0}'' was found.
    10 FallbackChild = Elements from namespace ''http://www.w3.org/2001/XInclude'', other than ''include'', are not allowed to be children of ''fallback'' elements.  However, ''{0}'' was found.
    10 FallbackChild = Elements from namespace ''http://www.w3.org/2001/XInclude'', other than ''include'', are not allowed to be children of ''fallback'' elements.  However, ''{0}'' was found.
    11 HrefMissing = The 'href' attribute of an 'include' element is missing.
    11 HrefMissing = The 'href' attribute of an 'include' element is missing.
    12 RecursiveInclude = Recursive include detected.  Document ''{0}'' was already processed.
    12 RecursiveInclude = Recursive include detected.  Document ''{0}'' was already processed.
    13 InvalidParseValue = Invalid value for ''parse'' attribute on ''include'' element: ''{0}''.
    13 InvalidParseValue = Invalid value for ''parse'' attribute on ''include'' element: ''{0}''.
    14 XMLParseError = Error attempting to parse XML file (href=''{0}'').
    14 XMLParseError = Error attempting to parse XML file (href=''{0}''). Reason: {1}
    15 XMLResourceError = Include operation failed, reverting to fallback. Resource error reading file as XML (href=''{0}''). Reason: {1}
    15 XMLResourceError = Include operation failed, reverting to fallback. Resource error reading file as XML (href=''{0}''). Reason: {1}
    16 TextResourceError = Include operation failed, reverting to fallback. Resource error reading file as text (href=''{0}''). Reason: {1}
    16 TextResourceError = Include operation failed, reverting to fallback. Resource error reading file as text (href=''{0}''). Reason: {1}
    17 NO_XPointerSchema = Schema for \"{0}\" is not supported by default. Define your own schema for {0}.See http://apache.org/xml/properties/xpointer-schema
    17 NO_XPointerSchema = Schema for \"{0}\" is not supported by default. Define your own schema for {0}.See http://apache.org/xml/properties/xpointer-schema
    18 NO_SubResourceIdentified = No Subresource is identified by the XPointer Processor for Pointer {0}.
    18 NO_SubResourceIdentified = No Subresource is identified by the XPointer Processor for Pointer {0}.
    19 NonDuplicateNotation = Multiple notations were used which had the name ''{0}'', but which were not determined to be duplicates.
    19 NonDuplicateNotation = Multiple notations were used which had the name ''{0}'', but which were not determined to be duplicates.