⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xslterrorresources.properties

📁 往数据库中(mysql)写入图片,在eclipse下开发的
💻 PROPERTIES
📖 第 1 页 / 共 3 页
字号:
# This file contains error and warning messages related to Xalan Error Handling.
# Many of the messages are referenced by integer value (to avoid more strings
# in the class files) and the string keys formed at runtime.  In the case where
# the key is an integer, the constant reference (that would be used in the code)
# is listed in a comment above the tuple.
#
#  General notes to translators:
#
#  1) Xalan (or more properly, Xalan-interpretive) and XSLTC are names of
#     components.
#     XSLT is an acronym for "XML Stylesheet Language: Transformations".
#     XSLTC is an acronym for XSLT Compiler.
#
#  2) A stylesheet is a description of how to transform an input XML document
#     into a resultant XML document (or HTML document or text).  The
#     stylesheet itself is described in the form of an XML document.
#
#  3) A template is a component of a stylesheet that is used to match a
#     particular portion of an input document and specifies the form of the
#     corresponding portion of the output document.
#
#  4) An element is a mark-up tag in an XML document; an attribute is a
#     modifier on the tag.  For example, in <elem attr='val' attr2='val2'>
#     "elem" is an element name, "attr" and "attr2" are attribute names with
#     the values "val" and "val2", respectively.
#
#  5) A namespace declaration is a special attribute that is used to associate
#     a prefix with a URI (the namespace).  The meanings of element names and
#     attribute names that use that prefix are defined with respect to that
#     namespace.
#
#  6) "Translet" is an invented term that describes the class file that
#     results from compiling an XML stylesheet into a Java class.
#
#  7) XPath is a specification that describes a notation for identifying
#     nodes in a tree-structured representation of an XML document.  An
#     instance of that notation is referred to as an XPath expression.
#

# ER_ROR0000
ER0000={0}
# ER_NO_CURLYBRACE
ER0001=Error\u003a Can not have '{' within expression
# ER_ILLEGAL_ATTRIBUTE
ER0002={0} has an illegal attribute\u003a {1}
# ER_NULL_SOURCENODE_APPLYIMPORTS
ER0003=sourceNode is null in xsl\u003aapply-imports!
# ER_CANNOT_ADD
ER0004=Can not add {0} to {1}
# ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES
ER0005=sourceNode is null in handleApplyTemplatesInstruction!
# ER_NO_NAME_ATTRIB
ER0006={0} must have a name attribute.
# ER_TEMPLATE_NOT_FOUND
ER0007=Could not find template named\u003a {0}
# ER_CANT_RESOLVE_NAME_AVT
ER0008=Could not resolve name AVT in xsl\u003acall-template.
# ER_REQUIRES_ATTRIB
ER0009={0} requires attribute\u003a {1}
# ER_MUST_HAVE_TEST_ATTRIB
ER0010={0} must have a 'test' attribute.
# ER_BAD_VAL_ON_LEVEL_ATTRIB
ER0011=Bad value on level attribute\u003a {0}
# ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
ER0012=processing-instruction name can not be 'xml'
# ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
ER0013=processing-instruction name must be a valid NCName\u003a {0}
# ER_NEED_MATCH_ATTRIB
ER0014={0} must have a match attribute if it has a mode.
# ER_NEED_NAME_OR_MATCH_ATTRIB
ER0015={0} requires either a name or a match attribute.
# ER_CANT_RESOLVE_NSPREFIX
ER0016=Can not resolve namespace prefix\u003a {0}
# ER_ILLEGAL_VALUE
ER0017=xml\u003aspace has an illegal value\u003a {0}
# ER_NO_OWNERDOC
ER0018=Child node does not have an owner document!
# ER_ELEMTEMPLATEELEM_ERR
ER0019=ElemTemplateElement error\u003a {0}
# ER_NULL_CHILD
ER0020=Trying to add a null child!
# ER_NEED_SELECT_ATTRIB
ER0021={0} requires a select attribute.
# ER_NEED_TEST_ATTRIB
ER0022=xsl\u003awhen must have a 'test' attribute.
# ER_NEED_NAME_ATTRIB
ER0023=xsl\u003awith-param must have a 'name' attribute.
# ER_NO_CONTEXT_OWNERDOC
ER0024=context does not have an owner document!
# ER_COULD_NOT_CREATE_XML_PROC_LIAISON
ER0025=Could not create XML TransformerFactory Liaison\u003a {0}
# ER_PROCESS_NOT_SUCCESSFUL
ER0026=Xalan\u003a Process was not successful.
# ER_NOT_SUCCESSFUL
ER0027=Xalan\u003a was not successful.
# ER_ENCODING_NOT_SUPPORTED
ER0028=Encoding not supported\u003a {0}
# ER_COULD_NOT_CREATE_TRACELISTENER
ER0029=Could not create TraceListener\u003a {0}
# ER_KEY_REQUIRES_NAME_ATTRIB
ER0030=xsl\u003akey requires a 'name' attribute!
# ER_KEY_REQUIRES_MATCH_ATTRIB
ER0031=xsl\u003akey requires a 'match' attribute!
# ER_KEY_REQUIRES_USE_ATTRIB
ER0032=xsl\u003akey requires a 'use' attribute!
# ER_REQUIRES_ELEMENTS_ATTRIB
ER0033=(StylesheetHandler) {0} requires an 'elements' attribute!
# ER_MISSING_PREFIX_ATTRIB
ER0034=(StylesheetHandler) {0} attribute 'prefix' is missing
# ER_BAD_STYLESHEET_URL
ER0035=Stylesheet URL is bad\u003a {0}
# ER_FILE_NOT_FOUND
ER0036=Stylesheet file was not found\u003a {0}
# ER_IOEXCEPTION
ER0037=Had IO Exception with stylesheet file\u003a {0}
# ER_NO_HREF_ATTRIB
ER0038=(StylesheetHandler) Could not find href attribute for {0}
# ER_STYLESHEET_INCLUDES_ITSELF
ER0039=(StylesheetHandler) {0} is directly or indirectly including itself!
# ER_PROCESSINCLUDE_ERROR
ER0040=StylesheetHandler.processInclude error, {0}
# ER_MISSING_LANG_ATTRIB
ER0041=(StylesheetHandler) {0} attribute 'lang' is missing
# ER_MISSING_CONTAINER_ELEMENT_COMPONENT
ER0042=(StylesheetHandler) misplaced {0} element?? Missing container element 'component'
# ER_CAN_ONLY_OUTPUT_TO_ELEMENT
ER0043=Can only output to an Element, DocumentFragment, Document, or PrintWriter.
# ER_PROCESS_ERROR
ER0044=StylesheetRoot.process error
# ER_UNIMPLNODE_ERROR
ER0045=UnImplNode error\u003a {0}
# ER_NO_SELECT_EXPRESSION
ER0046=Error! Did not find xpath select expression (-select).
# ER_CANNOT_SERIALIZE_XSLPROCESSOR
ER0047=Can not serialize an XSLProcessor!
# ER_NO_INPUT_STYLESHEET
ER0048=Stylesheet input was not specified!
# ER_FAILED_PROCESS_STYLESHEET
ER0049=Failed to process stylesheet!
# ER_COULDNT_PARSE_DOC
ER0050=Could not parse {0} document!
# ER_COULDNT_FIND_FRAGMENT
ER0051=Could not find fragment\u003a {0}
# ER_NODE_NOT_ELEMENT
ER0052=Node pointed to by fragment identifier was not an element\u003a {0}
# ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB
ER0053=for-each must have either a match or name attribute
# ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB
ER0054=templates must have either a match or name attribute
# ER_NO_CLONE_OF_DOCUMENT_FRAG
ER0055=No clone of a document fragment!
# ER_CANT_CREATE_ITEM
ER0056=Can not create item in result tree\u003a {0}
# ER_XMLSPACE_ILLEGAL_VALUE
ER0057=xml\u003aspace in the source XML has an illegal value\u003a {0}
# ER_NO_XSLKEY_DECLARATION
ER0058=There is no xsl\u003akey declaration for {0}!
# ER_CANT_CREATE_URL
ER0059=Error! Cannot create url for\u003a {0}
# ER_XSLFUNCTIONS_UNSUPPORTED
ER0060=xsl\u003afunctions is unsupported
# ER_PROCESSOR_ERROR
ER0061=XSLT TransformerFactory Error
# ER_NOT_ALLOWED_INSIDE_STYLESHEET
ER0062=(StylesheetHandler) {0} not allowed inside a stylesheet!
# ER_RESULTNS_NOT_SUPPORTED
ER0063=result-ns no longer supported!  Use xsl\u003aoutput instead.
# ER_DEFAULTSPACE_NOT_SUPPORTED
ER0064=default-space no longer supported!  Use xsl\u003astrip-space or xsl\u003apreserve-space instead.
# ER_INDENTRESULT_NOT_SUPPORTED
ER0065=indent-result no longer supported!  Use xsl\u003aoutput instead.
# ER_ILLEGAL_ATTRIB
ER0066=(StylesheetHandler) {0} has an illegal attribute\u003a {1}
# ER_UNKNOWN_XSL_ELEM
ER0067=Unknown XSL element\u003a {0}
# ER_BAD_XSLSORT_USE
ER0068=(StylesheetHandler) xsl\u003asort can only be used with xsl\u003aapply-templates or xsl\u003afor-each.
# ER_MISPLACED_XSLWHEN
ER0069=(StylesheetHandler) misplaced xsl\u003awhen!
# ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE
ER0070=(StylesheetHandler) xsl\u003awhen not parented by xsl\u003achoose!
# ER_MISPLACED_XSLOTHERWISE
ER0071=(StylesheetHandler) misplaced xsl\u003aotherwise!
# ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE
ER0072=(StylesheetHandler) xsl\u003aotherwise not parented by xsl\u003achoose!
# ER_NOT_ALLOWED_INSIDE_TEMPLATE
ER0073=(StylesheetHandler) {0} is not allowed inside a template!
# ER_UNKNOWN_EXT_NS_PREFIX
ER0074=(StylesheetHandler) {0} extension namespace prefix {1} unknown
# ER_IMPORTS_AS_FIRST_ELEM
ER0075=(StylesheetHandler) Imports can only occur as the first elements in the stylesheet!
# ER_IMPORTING_ITSELF
ER0076=(StylesheetHandler) {0} is directly or indirectly importing itself!
# ER_XMLSPACE_ILLEGAL_VAL
ER0077=(StylesheetHandler) " + "xml\u003aspace has an illegal value\u003a {0}
# ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL
ER0078=processStylesheet not succesfull!
# ER_SAX_EXCEPTION
ER0079=SAX Exception
# ER_FUNCTION_NOT_SUPPORTED
ER0080=Function not supported!
# ER_XSLT_ERROR
ER0081=XSLT Error
# ER_CURRENCY_SIGN_ILLEGAL
ER0082=currency sign is not allowed in format pattern string
# ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM
ER0083=Document function not supported in Stylesheet DOM!
# ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER
ER0084=Can't resolve prefix of non-Prefix resolver!
# ER_REDIRECT_COULDNT_GET_FILENAME
ER0085=Redirect extension\u003a Could not get filename - file or select attribute must return valid string.
# ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT
ER0086=Can not build FormatterListener in Redirect extension!
# ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX
ER0087=Prefix in exclude-result-prefixes is not valid\u003a {0}
# ER_MISSING_NS_URI
ER0088=Missing namespace URI for specified prefix
# ER_MISSING_ARG_FOR_OPTION
ER0089=Missing argument for option\u003a {0}
# ER_INVALID_OPTION
ER0090=Invalid option\u003a {0}
# ER_MALFORMED_FORMAT_STRING
ER0091=Malformed format string\u003a {0}
# ER_STYLESHEET_REQUIRES_VERSION_ATTRIB
ER0092=xsl\u003astylesheet requires a 'version' attribute!
# ER_ILLEGAL_ATTRIBUTE_VALUE
ER0093=Attribute\u003a {0} has an illegal value\u003a {1}
# ER_CHOOSE_REQUIRES_WHEN
ER0094=xsl\u003achoose requires an xsl\u003awhen
# ER_NO_APPLY_IMPORT_IN_FOR_EACH
ER0095=xsl\u003aapply-imports not allowed in a xsl\u003afor-each
# ER_CANT_USE_DTM_FOR_OUTPUT
ER0096=Cannot use a DTMLiaison for an output DOM node... pass a org.apache.xpath.DOM2Helper instead!
# ER_CANT_USE_DTM_FOR_INPUT
ER0097=Cannot use a DTMLiaison for a input DOM node... pass a org.apache.xpath.DOM2Helper instead!
# ER_CALL_TO_EXT_FAILED
ER0098=Call to extension element failed\u003a {0}
# ER_PREFIX_MUST_RESOLVE
ER0099=Prefix must resolve to a namespace\u003a {0}
# ER_INVALID_UTF16_SURROGATE
ER0100=Invalid UTF-16 surrogate detected\u003a {0} ?
# ER_XSLATTRSET_USED_ITSELF
ER0101=xsl\u003aattribute-set {0} used itself, which will cause an infinite loop.
# ER_CANNOT_MIX_XERCESDOM
ER0102=Can not mix non Xerces-DOM input with Xerces-DOM output!
# ER_TOO_MANY_LISTENERS
ER0103=addTraceListenersToStylesheet - TooManyListenersException
# ER_IN_ELEMTEMPLATEELEM_READOBJECT
ER0104=In ElemTemplateElement.readObject\u003a {0}
# ER_DUPLICATE_NAMED_TEMPLATE
ER0105=Found more than one template named\u003a {0}
# ER_INVALID_KEY_CALL
ER0106=Invalid function call\u003a recursive key() calls are not allowed
# ER_REFERENCING_ITSELF
ER0107=Variable {0} is directly or indirectly referencing itself!
# ER_ILLEGAL_DOMSOURCE_INPUT
ER0108=The input node can not be null for a DOMSource for newTemplates!
# ER_CLASS_NOT_FOUND_FOR_OPTION
ER0109=Class file not found for option {0}
# ER_REQUIRED_ELEM_NOT_FOUND
ER0110=Required Element not found\u003a {0}
# ER_INPUT_CANNOT_BE_NULL
ER0111=InputStream cannot be null
# ER_URI_CANNOT_BE_NULL
ER0112=URI cannot be null
# ER_FILE_CANNOT_BE_NULL
ER0113=File cannot be null
# ER_SOURCE_CANNOT_BE_NULL
ER0114=InputSource cannot be null
# ER_CANNOT_OVERWRITE_CAUSE
ER0115=Cannot overwrite cause
# ER_CANNOT_INIT_BSFMGR

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -