jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages.java
changeset 18353 15eab2d13b0e
parent 17534 21dc0b2762da
child 20955 b753f758ae19
equal deleted inserted replaced
18352:a1e183c996d6 18353:15eab2d13b0e
   447 
   447 
   448         /*
   448         /*
   449          * Note to translators:  access to the stylesheet target is denied
   449          * Note to translators:  access to the stylesheet target is denied
   450          */
   450          */
   451         {ErrorMsg.ACCESSING_XSLT_TARGET_ERR,
   451         {ErrorMsg.ACCESSING_XSLT_TARGET_ERR,
   452         "Could not read stylesheet target ''{0}'', because ''{1}'' access is not allowed."},
   452         "Could not read stylesheet target ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalStylesheet property."},
   453 
   453 
   454         /*
   454         /*
   455          * Note to translators:  This message represents an internal error in
   455          * Note to translators:  This message represents an internal error in
   456          * condition in XSLTC.  The substitution text is the class name in XSLTC
   456          * condition in XSLTC.  The substitution text is the class name in XSLTC
   457          * that is missing some functionality.
   457          * that is missing some functionality.