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

Print this page




 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          */




 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 due to restriction set by the accessExternalStylesheet property."},
 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          */