src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.java

Print this page




 429 
 430         /*
 431          * Note to translators:  The XML document given to XSLTC as a stylesheet
 432          * was not, in fact, a stylesheet.  XSLTC is able to detect that in this
 433          * case because the outermost element in the stylesheet has to be
 434          * declared with respect to the XSL namespace URI, but no declaration
 435          * for that namespace was seen.
 436          */
 437         {ErrorMsg.MISSING_XSLT_URI_ERR,
 438         "The input document is not a stylesheet (the XSL namespace is not "+
 439         "declared in the root element)."},
 440 
 441         /*
 442          * Note to translators:  XSLTC could not find the stylesheet document
 443          * with the name specified by the substitution text.
 444          */
 445         {ErrorMsg.MISSING_XSLT_TARGET_ERR,
 446         "Could not find stylesheet target ''{0}''."},
 447 
 448         /*






 449          * Note to translators:  This message represents an internal error in
 450          * condition in XSLTC.  The substitution text is the class name in XSLTC
 451          * that is missing some functionality.
 452          */
 453         {ErrorMsg.NOT_IMPLEMENTED_ERR,
 454         "Not implemented: ''{0}''."},
 455 
 456         /*
 457          * Note to translators:  The XML document given to XSLTC as a stylesheet
 458          * was not, in fact, a stylesheet.
 459          */
 460         {ErrorMsg.NOT_STYLESHEET_ERR,
 461         "The input document does not contain an XSL stylesheet."},
 462 
 463         /*
 464          * Note to translators:  The element named in the substitution text was
 465          * encountered in the stylesheet but is not recognized.
 466          */
 467         {ErrorMsg.ELEMENT_PARSE_ERR,
 468         "Could not parse element ''{0}''"},




 429 
 430         /*
 431          * Note to translators:  The XML document given to XSLTC as a stylesheet
 432          * was not, in fact, a stylesheet.  XSLTC is able to detect that in this
 433          * case because the outermost element in the stylesheet has to be
 434          * declared with respect to the XSL namespace URI, but no declaration
 435          * for that namespace was seen.
 436          */
 437         {ErrorMsg.MISSING_XSLT_URI_ERR,
 438         "The input document is not a stylesheet (the XSL namespace is not "+
 439         "declared in the root element)."},
 440 
 441         /*
 442          * Note to translators:  XSLTC could not find the stylesheet document
 443          * with the name specified by the substitution text.
 444          */
 445         {ErrorMsg.MISSING_XSLT_TARGET_ERR,
 446         "Could not find stylesheet target ''{0}''."},
 447 
 448         /*
 449          * Note to translators:  access to the stylesheet target is denied
 450          */
 451         {ErrorMsg.ACCESSING_XSLT_TARGET_ERR,
 452         "Could not read stylesheet target ''{0}'', because ''{1}'' access is not allowed."},
 453 
 454         /*
 455          * Note to translators:  This message represents an internal error in
 456          * condition in XSLTC.  The substitution text is the class name in XSLTC
 457          * that is missing some functionality.
 458          */
 459         {ErrorMsg.NOT_IMPLEMENTED_ERR,
 460         "Not implemented: ''{0}''."},
 461 
 462         /*
 463          * Note to translators:  The XML document given to XSLTC as a stylesheet
 464          * was not, in fact, a stylesheet.
 465          */
 466         {ErrorMsg.NOT_STYLESHEET_ERR,
 467         "The input document does not contain an XSL stylesheet."},
 468 
 469         /*
 470          * Note to translators:  The element named in the substitution text was
 471          * encountered in the stylesheet but is not recognized.
 472          */
 473         {ErrorMsg.ELEMENT_PARSE_ERR,
 474         "Could not parse element ''{0}''"},