You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2006/03/14 22:21:55 UTC

svn commit: r385892 [5/19] - /xalan/java/trunk/src/org/apache/xalan/res/

Modified: xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_es.java
URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_es.java?rev=385892&r1=385891&r2=385892&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_es.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/res/XSLTErrorResources_es.java Tue Mar 14 13:21:52 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -90,7 +90,14 @@
   /*
    * Static variables
    */
-  public static final String ER_NO_CURLYBRACE = "ER_NO_CURLYBRACE";;
+  public static final String ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX =
+        "ER_INVALID_SET_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX";
+
+  public static final String ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT =
+        "ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT";
+
+  public static final String ER_NO_CURLYBRACE = "ER_NO_CURLYBRACE";
+  public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED";
   public static final String ER_ILLEGAL_ATTRIBUTE = "ER_ILLEGAL_ATTRIBUTE";
   public static final String ER_NULL_SOURCENODE_APPLYIMPORTS = "ER_NULL_SOURCENODE_APPLYIMPORTS";
   public static final String ER_CANNOT_ADD = "ER_CANNOT_ADD";
@@ -379,6 +386,14 @@
          "ER_NOT_ALLOWED_IN_POSITION";
   public static final String ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION =
          "ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION";
+  public static final String ER_NAMESPACE_CONTEXT_NULL_NAMESPACE =
+         "ER_NAMESPACE_CONTEXT_NULL_NAMESPACE";
+  public static final String ER_NAMESPACE_CONTEXT_NULL_PREFIX =
+         "ER_NAMESPACE_CONTEXT_NULL_PREFIX";
+  public static final String ER_XPATH_RESOLVER_NULL_QNAME =
+         "ER_XPATH_RESOLVER_NULL_QNAME";
+  public static final String ER_XPATH_RESOLVER_NEGATIVE_ARITY =
+         "ER_XPATH_RESOLVER_NEGATIVE_ARITY";
   public static final String INVALID_TCHAR = "INVALID_TCHAR";
   public static final String INVALID_QNAME = "INVALID_QNAME";
   public static final String INVALID_ENUM = "INVALID_ENUM";
@@ -392,6 +407,19 @@
   public static final String ER_TEMPLATE_NAME_MATCH = "ER_TEMPLATE_NAME_MATCH";
   public static final String ER_INVALID_PREFIX = "ER_INVALID_PREFIX";
   public static final String ER_NO_ATTRIB_SET = "ER_NO_ATTRIB_SET";
+  public static final String ER_FUNCTION_NOT_FOUND =
+         "ER_FUNCTION_NOT_FOUND";
+  public static final String ER_CANT_HAVE_CONTENT_AND_SELECT =
+     "ER_CANT_HAVE_CONTENT_AND_SELECT";
+  public static final String ER_INVALID_SET_PARAM_VALUE = "ER_INVALID_SET_PARAM_VALUE";
+  public static final String ER_SET_FEATURE_NULL_NAME =
+        "ER_SET_FEATURE_NULL_NAME";
+  public static final String ER_GET_FEATURE_NULL_NAME =
+        "ER_GET_FEATURE_NULL_NAME";
+  public static final String ER_UNSUPPORTED_FEATURE =
+        "ER_UNSUPPORTED_FEATURE";
+  public static final String ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING =
+        "ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING";
 
   public static final String WG_FOUND_CURLYBRACE = "WG_FOUND_CURLYBRACE";
   public static final String WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR =
@@ -441,9 +469,9 @@
          "WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME";
   public static final String WG_ILLEGAL_ATTRIBUTE_POSITION =
          "WG_ILLEGAL_ATTRIBUTE_POSITION";
+  public static final String NO_MODIFICATION_ALLOWED_ERR =
+         "NO_MODIFICATION_ALLOWED_ERR";
 
-
-//  public static final int ER_NO_CURLYBRACE = 1;
   /*
    * Now fill in the message text.
    * Then fill in the message text for that message code in the
@@ -452,9 +480,9 @@
 
   // Error messages...
 
-  /** Get the lookup table for error messages.   
+  /** Get the lookup table for error messages.
    *
-   * @return The int to message lookup table.
+   * @return The message lookup table.
    */
   public Object[][] getContents()
   {
@@ -464,1261 +492,485 @@
   {"ER0000" , "{0}" },
 
 
-  /** ER_NO_CURLYBRACE          */
-
-//  public static final int ER_NO_CURLYBRACE = 1;
-
     { ER_NO_CURLYBRACE,
       "Error: No puede haber '{' dentro de la expresi\u00f3n"},
 
-  /** ER_ILLEGAL_ATTRIBUTE          */
-// public static final int ER_ILLEGAL_ATTRIBUTE = 2;
-
     { ER_ILLEGAL_ATTRIBUTE ,
      "{0} tiene un atributo no permitido: {1}"},
 
-  /** ER_NULL_SOURCENODE_APPLYIMPORTS          */
-//  public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
-
   {ER_NULL_SOURCENODE_APPLYIMPORTS ,
-      "\u00a1sourceNode es nulo en xsl:apply-imports!"},
-
-  /** ER_CANNOT_ADD          */
- // public static final int ER_CANNOT_ADD = 4;
+      "sourceNode es nulo en xsl:apply-imports."},
 
   {ER_CANNOT_ADD,
       "No se puede a\u00f1adir {0} a {1}"},
 
-
-  /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES          */
-//  public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
-
-
     { ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES,
-      "\u00a1sourceNode es nulo en handleApplyTemplatesInstruction!"},
-
-  /** ER_NO_NAME_ATTRIB          */
-//  public static final int ER_NO_NAME_ATTRIB = 6;
-
+      "sourceNode es nulo en handleApplyTemplatesInstruction."},
 
     { ER_NO_NAME_ATTRIB,
      "{0} debe tener un atributo de nombre."},
 
-  /** ER_TEMPLATE_NOT_FOUND          */
-  //public static final int ER_TEMPLATE_NOT_FOUND = 7;
-
-
     {ER_TEMPLATE_NOT_FOUND,
      "No se ha podido encontrar la plantilla: {0}"},
 
-  /** ER_CANT_RESOLVE_NAME_AVT          */
-  // public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
-
     {ER_CANT_RESOLVE_NAME_AVT,
       "No se ha podido resolver AVT de nombre en xsl:call-template."},
 
-  /** ER_REQUIRES_ATTRIB          */
-  //public static final int ER_REQUIRES_ATTRIB = 9;
-
-
     {ER_REQUIRES_ATTRIB,
      "{0} necesita un atributo: {1}"},
 
-  /** ER_MUST_HAVE_TEST_ATTRIB          */
- // public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
-
-
     { ER_MUST_HAVE_TEST_ATTRIB,
       "{0} debe tener un atributo ''test''."},
 
-  /** ER_BAD_VAL_ON_LEVEL_ATTRIB          */
-//  public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
-
-
     {ER_BAD_VAL_ON_LEVEL_ATTRIB,
       "Valor incorrecto en atributo de nivel: {0}"},
 
-  /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
-//  public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
-
-
     {ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML,
       "Nombre de processing-instruction no puede ser 'xml'"},
 
-  /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
-//  public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
-
-
     { ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME,
       "Nombre de processing-instruction debe ser un NCName v\u00e1lido: {0}"},
 
-  /** ER_NEED_MATCH_ATTRIB          */
-//  public static final int ER_NEED_MATCH_ATTRIB = 14;
-
-
     { ER_NEED_MATCH_ATTRIB,
       "{0} debe tener un atributo de coincidencia si tiene una modalidad."},
 
-  /** ER_NEED_NAME_OR_MATCH_ATTRIB          */
-//  public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
-
-
     { ER_NEED_NAME_OR_MATCH_ATTRIB,
       "{0} necesita un atributo de nombre o de coincidencia."},
 
-  /** ER_CANT_RESOLVE_NSPREFIX          */
-//  public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
-
-
     {ER_CANT_RESOLVE_NSPREFIX,
       "No se puede resolver el prefijo del espacio de nombres: {0}"},
 
-  /** ER_ILLEGAL_VALUE          */
-//  public static final int ER_ILLEGAL_VALUE = 17;
-
-
     { ER_ILLEGAL_VALUE,
      "xml:space tiene un valor no permitido: {0}"},
 
-  /** ER_NO_OWNERDOC          */
-//  public static final int ER_NO_OWNERDOC = 18;
-
-
     { ER_NO_OWNERDOC,
-      "\u00a1El nodo hijo no tiene un documento propietario!"},
-
-  /** ER_ELEMTEMPLATEELEM_ERR          */
-//  public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
-
+      "El nodo hijo no tiene un documento propietario."},
 
     { ER_ELEMTEMPLATEELEM_ERR,
      "Error de ElemTemplateElement: {0}"},
 
-  /** ER_NULL_CHILD          */
-//  public static final int ER_NULL_CHILD = 20;
-
-
     { ER_NULL_CHILD,
-     "\u00a1Intentando a\u00f1adir un hijo nulo!"},
-
-  /** ER_NEED_SELECT_ATTRIB          */
-//  public static final int ER_NEED_SELECT_ATTRIB = 21;
-
+     "Intentando a\u00f1adir un hijo nulo"},
 
     { ER_NEED_SELECT_ATTRIB,
      "{0} necesita un atributo de selecci\u00f3n."},
 
-  /** ER_NEED_TEST_ATTRIB          */
-//  public static final int ER_NEED_TEST_ATTRIB = 22;
-
-
     { ER_NEED_TEST_ATTRIB ,
       "xsl:when debe tener un atributo 'test'."},
 
-  /** ER_NEED_NAME_ATTRIB          */
-//  public static final int ER_NEED_NAME_ATTRIB = 23;
-
-
     { ER_NEED_NAME_ATTRIB,
       "xsl:with-param debe tener un atributo 'name'."},
 
-  /** ER_NO_CONTEXT_OWNERDOC          */
-//  public static final int ER_NO_CONTEXT_OWNERDOC = 24;
-
-
     { ER_NO_CONTEXT_OWNERDOC,
-      "\u00a1El contexto no tiene un documento propietario!"},
-
-  /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON          */
-//  public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
-
+      "El contexto no tiene un documento propietario."},
 
     {ER_COULD_NOT_CREATE_XML_PROC_LIAISON,
       "No se ha podido crear Liaison TransformerFactory XML: {0}"},
 
-  /** ER_PROCESS_NOT_SUCCESSFUL          */
-//  public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
-
-
     {ER_PROCESS_NOT_SUCCESSFUL,
       "El proceso Xalan no ha sido satisfactorio."},
 
-  /** ER_NOT_SUCCESSFUL          */
-//  public static final int ER_NOT_SUCCESSFUL = 27;
-
-
     { ER_NOT_SUCCESSFUL,
      "Xalan no ha sido satisfactorio."},
 
-  /** ER_ENCODING_NOT_SUPPORTED          */
-//  public static final int ER_ENCODING_NOT_SUPPORTED = 28;
-
-
     { ER_ENCODING_NOT_SUPPORTED,
      "Codificaci\u00f3n no soportada: {0}"},
 
-  /** ER_COULD_NOT_CREATE_TRACELISTENER          */
-//  public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
-
-
     {ER_COULD_NOT_CREATE_TRACELISTENER,
       "No se ha podido crear TraceListener: {0}"},
 
-  /** ER_KEY_REQUIRES_NAME_ATTRIB          */
-//  public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
-
-
     {ER_KEY_REQUIRES_NAME_ATTRIB,
-      "\u00a1xsl:key necesita un atributo 'name'!"},
-
-  /** ER_KEY_REQUIRES_MATCH_ATTRIB          */
-//  public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
-
+      "xsl:key necesita un atributo 'name'."},
 
     { ER_KEY_REQUIRES_MATCH_ATTRIB,
-      "\u00a1xsl:key necesita un atributo 'match'!"},
-
-  /** ER_KEY_REQUIRES_USE_ATTRIB          */
-//  public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
-
+      "xsl:key necesita un atributo 'match'."},
 
     { ER_KEY_REQUIRES_USE_ATTRIB,
-      "\u00a1xsl:key necesita un atributo 'use'!"},
-
-  /** ER_REQUIRES_ELEMENTS_ATTRIB          */
-//  public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
-
+      "xsl:key necesita un atributo 'use'."},
 
     { ER_REQUIRES_ELEMENTS_ATTRIB,
-      "\u00a1(StylesheetHandler) \u00a1{0} necesita un atributo ''elements''!"},
-
-  /** ER_MISSING_PREFIX_ATTRIB          */
-//  public static final int ER_MISSING_PREFIX_ATTRIB = 34;
-
+      "(StylesheetHandler) {0} necesita un atributo ''elements'' "},
 
     { ER_MISSING_PREFIX_ATTRIB,
-      "(StylesheetHandler) Falta el atributo ''prefix'' de {0}"},
-
-  /** ER_BAD_STYLESHEET_URL          */
-//  public static final int ER_BAD_STYLESHEET_URL = 35;
-
+      "(StylesheetHandler) Falta el atributo ''prefix'' de {0} "},
 
     { ER_BAD_STYLESHEET_URL,
      "El URL de la hoja de estilos es incorrecto: {0}"},
 
-  /** ER_FILE_NOT_FOUND          */
-//  public static final int ER_FILE_NOT_FOUND = 36;
-
-
     { ER_FILE_NOT_FOUND,
      "No se ha encontrado el archivo de hoja de estilos: {0}"},
 
-  /** ER_IOEXCEPTION          */
-//  public static final int ER_IOEXCEPTION = 37;
-
-
     { ER_IOEXCEPTION,
       "Se ha producido una excepci\u00f3n de ES con el archivo de hoja de estilos: {0}"},
 
-  /** ER_NO_HREF_ATTRIB          */
-//  public static final int ER_NO_HREF_ATTRIB = 38;
-
-
     { ER_NO_HREF_ATTRIB,
       "(StylesheetHandler) No se ha podido encontrar el atributo href para {0}"},
 
-  /** ER_STYLESHEET_INCLUDES_ITSELF          */
-//  public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
-
-
     { ER_STYLESHEET_INCLUDES_ITSELF,
-      "(StylesheetHandler) \u00a1Inclusi\u00f3n propia de {0} directa o indirectamente!"},
-
-  /** ER_PROCESSINCLUDE_ERROR          */
-//  public static final int ER_PROCESSINCLUDE_ERROR = 40;
-
+      "(StylesheetHandler) Inclusi\u00f3n propia de {0} directa o indirectamente."},
 
     { ER_PROCESSINCLUDE_ERROR,
       "Error de StylesheetHandler.processInclude, {0}"},
 
-  /** ER_MISSING_LANG_ATTRIB          */
-//  public static final int ER_MISSING_LANG_ATTRIB = 41;
-
-
     { ER_MISSING_LANG_ATTRIB,
       "(StylesheetHandler) Falta el atributo ''lang'' de {0}"},
 
-  /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT          */
-//  public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
-
     { ER_MISSING_CONTAINER_ELEMENT_COMPONENT,
-      "(StylesheetHandler) Elemento {0} incorrecto. Falta el elemento de contenedor ''component''"},
-
-  /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT          */
-//  public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
+      "(StylesheetHandler) Elemento {0} incorrecto. Falta el elemento de contenedor ''component''."},
 
     { ER_CAN_ONLY_OUTPUT_TO_ELEMENT,
       "S\u00f3lo se puede dar salida hacia Element, DocumentFragment, Document o PrintWriter."},
 
-  /** ER_PROCESS_ERROR          */
-//  public static final int ER_PROCESS_ERROR = 44;
-
     { ER_PROCESS_ERROR,
      "Error de StylesheetRoot.process"},
 
-  /** ER_UNIMPLNODE_ERROR          */
-//  public static final int ER_UNIMPLNODE_ERROR = 45;
-
     { ER_UNIMPLNODE_ERROR,
      "Error de UnImplNode: {0}"},
 
-  /** ER_NO_SELECT_EXPRESSION          */
-//  public static final int ER_NO_SELECT_EXPRESSION = 46;
-
     { ER_NO_SELECT_EXPRESSION,
-      "\u00a1Error! No se ha encontrado la expresi\u00f3n de selecci\u00f3n (-select) de xpath."},
-
-  /** ER_CANNOT_SERIALIZE_XSLPROCESSOR          */
-//  public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
+      "Error. No se ha encontrado la expresi\u00f3n de selecci\u00f3n (-select) de xpath."},
 
     { ER_CANNOT_SERIALIZE_XSLPROCESSOR,
-      "\u00a1No se puede serializar un XSLProcessor!"},
-
-  /** ER_NO_INPUT_STYLESHEET          */
-//  public static final int ER_NO_INPUT_STYLESHEET = 48;
+      "No se puede serializar un XSLProcessor."},
 
     { ER_NO_INPUT_STYLESHEET,
-      "\u00a1No se ha especificado la entrada de hoja de estilos!"},
-
-  /** ER_FAILED_PROCESS_STYLESHEET          */
-//  public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
+      "No se ha especificado la entrada de hoja de estilos."},
 
     { ER_FAILED_PROCESS_STYLESHEET,
-      "\u00a1No se ha podido procesar la hoja de estilos!"},
-
-  /** ER_COULDNT_PARSE_DOC          */
-//  public static final int ER_COULDNT_PARSE_DOC = 50;
+      "No se ha podido procesar la hoja de estilos."},
 
     { ER_COULDNT_PARSE_DOC,
-     "\u00a1No se ha podido analizar el documento {0}!"},
-
-  /** ER_COULDNT_FIND_FRAGMENT          */
-//  public static final int ER_COULDNT_FIND_FRAGMENT = 51;
+     "No se ha podido analizar el documento {0}."},
 
     { ER_COULDNT_FIND_FRAGMENT,
      "No se ha podido encontrar el fragmento: {0}"},
 
-  /** ER_NODE_NOT_ELEMENT          */
- // public static final int ER_NODE_NOT_ELEMENT = 52;
-
     { ER_NODE_NOT_ELEMENT,
       "El nodo se\u00f1alado por un identificador de fragmento no es un elemento: {0}"},
 
-  /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB          */
-//  public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
-
     { ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB,
-      "for-each debe tener un atributo de coincidencia o de nombre"},
-
-  /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB          */
-//  public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
+      "for-each debe tener un atributo de coincidencia o de nombre."},
 
     { ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB,
-      "templates debe tener un atributo de coincidencia o de nombre"},
-
-  /** ER_NO_CLONE_OF_DOCUMENT_FRAG          */
-//  public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
+      "templates debe tener un atributo de coincidencia o de nombre."},
 
     { ER_NO_CLONE_OF_DOCUMENT_FRAG,
-      "\u00a1No es r\u00e9plica de un fragmento de documento!"},
-
-  /** ER_CANT_CREATE_ITEM          */
-//  public static final int ER_CANT_CREATE_ITEM = 56;
+      "No es r\u00e9plica de un fragmento de documento."},
 
     { ER_CANT_CREATE_ITEM,
       "No se puede crear el elemento en el \u00e1rbol de resultados: {0}"},
 
-  /** ER_XMLSPACE_ILLEGAL_VALUE          */
-//  public static final int ER_XMLSPACE_ILLEGAL_VALUE = 57;
-
     { ER_XMLSPACE_ILLEGAL_VALUE,
       "xml:space en el XML fuente tiene un valor no permitido: {0}"},
 
-  /** ER_NO_XSLKEY_DECLARATION          */
-//  public static final int ER_NO_XSLKEY_DECLARATION = 58;
-
     { ER_NO_XSLKEY_DECLARATION,
-      "\u00a1No hay declaraci\u00f3n xsl:key para {0}!"},
-
-  /** ER_CANT_CREATE_URL          */
-//  public static final int ER_CANT_CREATE_URL = 59;
+      "No hay declaraci\u00f3n xsl:key para {0}."},
 
     { ER_CANT_CREATE_URL,
-     "\u00a1Error! No se puede crear url para: {0}"},
-
-  /** ER_XSLFUNCTIONS_UNSUPPORTED          */
-//  public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
+     "Error. No se puede crear url para: {0}"},
 
     { ER_XSLFUNCTIONS_UNSUPPORTED,
      "xsl:functions no est\u00e1 soportado"},
 
-  /** ER_PROCESSOR_ERROR          */
-//  public static final int ER_PROCESSOR_ERROR = 61;
-
     { ER_PROCESSOR_ERROR,
      "Error de XSLT TransformerFactory"},
 
-  /** ER_NOT_ALLOWED_INSIDE_STYLESHEET          */
-//  public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
-
     { ER_NOT_ALLOWED_INSIDE_STYLESHEET,
-      "(StylesheetHandler) \u00a1{0} no permitido dentro de una hoja de estilos!"},
-
-  /** ER_RESULTNS_NOT_SUPPORTED          */
-//  public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
+      "(StylesheetHandler) {0} no permitido dentro de una hoja de estilos."},
 
     { ER_RESULTNS_NOT_SUPPORTED,
-      "\u00a1Ya no se soporta result-ns! Utilice xsl:output en su lugar."},
-
-  /** ER_DEFAULTSPACE_NOT_SUPPORTED          */
-//  public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
+      "Ya no se soporta result-ns.  Utilice xsl:output en su lugar."},
 
     { ER_DEFAULTSPACE_NOT_SUPPORTED,
-      "\u00a1Ya no se soporta default-space! Utilice xsl:strip-space o xsl:preserve-space en su lugar."},
-
-  /** ER_INDENTRESULT_NOT_SUPPORTED          */
-//  public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
+      "Ya no se soporta default-space.  Utilice xsl:strip-space o xsl:preserve-space en su lugar."},
 
     { ER_INDENTRESULT_NOT_SUPPORTED,
-      "\u00a1Ya no se soporta indent-result! Utilice xsl:output en su lugar."},
-
-  /** ER_ILLEGAL_ATTRIB          */
-//  public static final int ER_ILLEGAL_ATTRIB = 66;
+      "Ya no se soporta indent-result.  Utilice xsl:output en su lugar."},
 
     { ER_ILLEGAL_ATTRIB,
       "(StylesheetHandler) {0} tiene un atributo no permitido: {1}"},
 
-  /** ER_UNKNOWN_XSL_ELEM          */
-//  public static final int ER_UNKNOWN_XSL_ELEM = 67;
-
     { ER_UNKNOWN_XSL_ELEM,
      "Elemento XSL desconocido: {0}"},
 
-  /** ER_BAD_XSLSORT_USE          */
-//  public static final int ER_BAD_XSLSORT_USE = 68;
-
     { ER_BAD_XSLSORT_USE,
       "(StylesheetHandler) xsl:sort s\u00f3lo puede utilizarse con xsl:apply-templates o xsl:for-each."},
 
-  /** ER_MISPLACED_XSLWHEN          */
-//  public static final int ER_MISPLACED_XSLWHEN = 69;
-
     { ER_MISPLACED_XSLWHEN,
-      "(StylesheetHandler) \u00a1xsl:when equivocado!"},
-
-  /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE          */
-//  public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
+      "(StylesheetHandler) xsl:when equivocado."},
 
     { ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE,
-      "(StylesheetHandler) \u00a1xsl:when no emparentado por xsl:choose!"},
-
-  /** ER_MISPLACED_XSLOTHERWISE          */
-//  public static final int ER_MISPLACED_XSLOTHERWISE = 71;
+      "(StylesheetHandler) xsl:when no emparentado por xsl:choose."},
 
     { ER_MISPLACED_XSLOTHERWISE,
-      "(StylesheetHandler) \u00a1xsl:otherwise equivocado!"},
-
-  /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE          */
-//  public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
+      "(StylesheetHandler) xsl:otherwise equivocado."},
 
     { ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE,
-      "(StylesheetHandler) \u00a1xsl:otherwise no emparentado por xsl:choose!"},
-
-  /** ER_NOT_ALLOWED_INSIDE_TEMPLATE          */
-//  public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
+      "(StylesheetHandler) xsl:otherwise no emparentado por xsl:choose."},
 
     { ER_NOT_ALLOWED_INSIDE_TEMPLATE,
-      "(StylesheetHandler) \u00a1{0} no permitido dentro de una plantilla!"},
-
-  /** ER_UNKNOWN_EXT_NS_PREFIX          */
-//  public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
+      "(StylesheetHandler) {0} no permitido dentro de una plantilla."},
 
     { ER_UNKNOWN_EXT_NS_PREFIX,
       "(StylesheetHandler) Prefijo {1} de espacio de nombres de extensi\u00f3n {0} desconocido"},
 
-  /** ER_IMPORTS_AS_FIRST_ELEM          */
-//  public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
-
     { ER_IMPORTS_AS_FIRST_ELEM,
-      "(StylesheetHandler) \u00a1Las importaciones s\u00f3lo pueden aparecer como primeros elementos de la hoja de estilos!"},
-
-  /** ER_IMPORTING_ITSELF          */
-//  public static final int ER_IMPORTING_ITSELF = 76;
+      "(StylesheetHandler) Las importaciones s\u00f3lo pueden aparecer como primeros elementos de la hoja de estilos."},
 
     { ER_IMPORTING_ITSELF,
-      "(StylesheetHandler) \u00a1Importaci\u00f3n propia de {0} directa o indirectamente!"},
-
-  /** ER_XMLSPACE_ILLEGAL_VAL          */
-//  public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
+      "(StylesheetHandler) Importaci\u00f3n propia de {0} directa o indirectamente."},
 
     { ER_XMLSPACE_ILLEGAL_VAL,
       "(StylesheetHandler) xml:space tiene un valor no permitido: {0}"},
 
-  /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL          */
-//  public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
-
     { ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL,
-      "\u00a1processStylesheet no satisfactorio!"},
-
-  /** ER_SAX_EXCEPTION          */
-//  public static final int ER_SAX_EXCEPTION = 79;
+      "processStylesheet no satisfactorio."},
 
     { ER_SAX_EXCEPTION,
      "Excepci\u00f3n SAX"},
 
-  /** ER_FUNCTION_NOT_SUPPORTED          */
-//  public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
-
-    //{ ER_FUNCTION_NOT_SUPPORTED,
-    // "Function not supported!"},
+//  add this message to fix bug 21478
+    { ER_FUNCTION_NOT_SUPPORTED,
+     "Funci\u00f3n no soportada."},
 
-  /** ER_XSLT_ERROR          */
-//  public static final int ER_XSLT_ERROR = 81;
 
     { ER_XSLT_ERROR,
      "Error de XSLT"},
 
-  /** ER_CURRENCY_SIGN_ILLEGAL          */
-//  public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
-
     { ER_CURRENCY_SIGN_ILLEGAL,
       "El signo monetario no est\u00e1 permitido en la serie del patr\u00f3n de formato"},
 
-  /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM          */
-//  public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
-
     { ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM,
-      "\u00a1La funci\u00f3n de documento no est\u00e1 soportada en DOM de hoja de estilos!"},
-
-  /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER          */
-//  public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
+      "La funci\u00f3n de documento no est\u00e1 soportada en DOM de hoja de estilos."},
 
     { ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER,
-      "\u00a1No se puede resolver el prefijo de un resolucionador sin prefijo!"},
-
-  /** ER_REDIRECT_COULDNT_GET_FILENAME          */
-//  public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
+      "No se puede resolver el prefijo de un resolucionador sin prefijo."},
 
     { ER_REDIRECT_COULDNT_GET_FILENAME,
       "Extensi\u00f3n Redirect: No se ha podido obtener el nombre de archivo - el atributo de archivo o de selecci\u00f3n debe devolver una serie v\u00e1lida."},
 
-  /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT          */
-//  public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
-
     { ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT,
-      "\u00a1No se puede crear FormatterListener en extensi\u00f3n Redirect!"},
-
-  /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX          */
-//  public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
+      "No se puede crear FormatterListener en extensi\u00f3n Redirect."},
 
     { ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX,
       "El prefijo en exclude-result-prefixes no es v\u00e1lido: {0}"},
 
-  /** ER_MISSING_NS_URI          */
-//  public static final int ER_MISSING_NS_URI = 88;
-
     { ER_MISSING_NS_URI,
       "Falta el URI del espacio de nombres para el prefijo especificado"},
 
-  /** ER_MISSING_ARG_FOR_OPTION          */
-//  public static final int ER_MISSING_ARG_FOR_OPTION = 89;
-
     { ER_MISSING_ARG_FOR_OPTION,
       "Falta un argumento para la opci\u00f3n: {0}"},
 
-  /** ER_INVALID_OPTION          */
-//  public static final int ER_INVALID_OPTION = 90;
-
     { ER_INVALID_OPTION,
      "Opci\u00f3n no v\u00e1lida: {0}"},
 
-  /** ER_MALFORMED_FORMAT_STRING          */
-//  public static final int ER_MALFORMED_FORMAT_STRING = 91;
-
     { ER_MALFORMED_FORMAT_STRING,
      "Serie de formato mal formada: {0}"},
 
-  /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
-//  public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
-
     { ER_STYLESHEET_REQUIRES_VERSION_ATTRIB,
-      "\u00a1xsl:stylesheet necesita un atributo 'version'!"},
-
-  /** ER_ILLEGAL_ATTRIBUTE_VALUE          */
-//  public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
+      "xsl:stylesheet necesita un atributo 'version'."},
 
     { ER_ILLEGAL_ATTRIBUTE_VALUE,
       "Atributo: {0} tiene un valor no permitido: {1}"},
 
-  /** ER_CHOOSE_REQUIRES_WHEN          */
-//  public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
-
     { ER_CHOOSE_REQUIRES_WHEN,
      "xsl:choose necesita un xsl:when"},
 
-  /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          */
-//  public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
-
     { ER_NO_APPLY_IMPORT_IN_FOR_EACH,
       "xsl:apply-imports no permitido en xsl:for-each"},
 
-  /** ER_CANT_USE_DTM_FOR_OUTPUT          */
-//  public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
-
     { ER_CANT_USE_DTM_FOR_OUTPUT,
-      "No se puede utilizar DTMLiaison para un nodo DOM de salida... \u00a1Pase org.apache.xpath.DOM2Helper en su lugar!"},
-
-  /** ER_CANT_USE_DTM_FOR_INPUT          */
-//  public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
+      "No se puede utilizar DTMLiaison para un nodo DOM de salida... Pase org.apache.xpath.DOM2Helper en su lugar."},
 
     { ER_CANT_USE_DTM_FOR_INPUT,
-      "No se puede utilizar DTMLiaison para un nodo DOM de entrada... \u00a1Pase org.apache.xpath.DOM2Helper en su lugar!"},
-
-  /** ER_CALL_TO_EXT_FAILED          */
-//  public static final int ER_CALL_TO_EXT_FAILED = 98;
+      "No se puede utilizar DTMLiaison para un nodo DOM de entrada... Pase org.apache.xpath.DOM2Helper en su lugar."},
 
     { ER_CALL_TO_EXT_FAILED,
       "Anomal\u00eda al llamar al elemento de extensi\u00f3n: {0}"},
 
-  /** ER_PREFIX_MUST_RESOLVE          */
-//  public static final int ER_PREFIX_MUST_RESOLVE = 99;
-
     { ER_PREFIX_MUST_RESOLVE,
       "El prefijo debe resolverse como un espacio de nombres: {0}"},
 
-  /** ER_INVALID_UTF16_SURROGATE          */
-//  public static final int ER_INVALID_UTF16_SURROGATE = 100;
-
     { ER_INVALID_UTF16_SURROGATE,
       "\u00bfSe ha detectado un sustituto UTF-16 no v\u00e1lido: {0}?"},
 
-  /** ER_XSLATTRSET_USED_ITSELF          */
- // public static final int ER_XSLATTRSET_USED_ITSELF = 101;
-
     { ER_XSLATTRSET_USED_ITSELF,
       "xsl:attribute-set {0} se ha utilizado a s\u00ed mismo lo que puede provocar un bucle infinito."},
 
-  /** ER_CANNOT_MIX_XERCESDOM          */
-//  public static final int ER_CANNOT_MIX_XERCESDOM = 102;
-
     { ER_CANNOT_MIX_XERCESDOM,
-      "\u00a1No se puede mezclar la entrada Xerces-DOM con la salida Xerces-DOM!"},
-
-  /** ER_TOO_MANY_LISTENERS          */
-//  public static final int ER_TOO_MANY_LISTENERS = 103;
+      "No se puede mezclar la entrada Xerces-DOM con la salida Xerces-DOM."},
 
     { ER_TOO_MANY_LISTENERS,
       "addTraceListenersToStylesheet - TooManyListenersException"},
 
-  /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          */
-//  public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
-
     { ER_IN_ELEMTEMPLATEELEM_READOBJECT,
       "En ElemTemplateElement.readObject: {0}"},
 
-  /** ER_DUPLICATE_NAMED_TEMPLATE          */
-//  public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;
-
     { ER_DUPLICATE_NAMED_TEMPLATE,
       "Se ha encontrado m\u00e1s de una plantilla con el nombre: {0}"},
 
-  /** ER_INVALID_KEY_CALL          */
-//  public static final int ER_INVALID_KEY_CALL = 106;
-
     { ER_INVALID_KEY_CALL,
       "Llamada de funci\u00f3n no v\u00e1lida: no est\u00e1n permitidas las llamadas key() recursivas"},
 
-  /** Variable is referencing itself          */
-//  public static final int ER_REFERENCING_ITSELF = 107;
-
     { ER_REFERENCING_ITSELF,
-      "\u00a1La variable {0} se est\u00e1 referenciando a s\u00ed misma directa o indirectamente!"},
-
-  /** Illegal DOMSource input          */
-//  public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;
+      "La variable {0} se est\u00e1 referenciando a s\u00ed misma directa o indirectamente."},
 
     { ER_ILLEGAL_DOMSOURCE_INPUT,
-      "\u00a1El nodo de entrada no puede ser nulo para DOMSource de newTemplates!"},
-
-        /** Class not found for option         */
-//  public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;
+      "El nodo de entrada no puede ser nulo para DOMSource de newTemplates."},
 
     { ER_CLASS_NOT_FOUND_FOR_OPTION,
         "No se ha encontrado el archivo de clase para la opci\u00f3n {0}"},
 
-        /** Required Element not found         */
-//  public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;
-
     { ER_REQUIRED_ELEM_NOT_FOUND,
         "No se ha encontrado un elemento necesario: {0}"},
 
-  /** InputStream cannot be null         */
-//  public static final int ER_INPUT_CANNOT_BE_NULL = 111;
-
     { ER_INPUT_CANNOT_BE_NULL,
         "InputStream no puede ser nulo"},
 
-  /** URI cannot be null         */
-//  public static final int ER_URI_CANNOT_BE_NULL = 112;
-
     { ER_URI_CANNOT_BE_NULL,
         "URI no puede ser nulo"},
 
-  /** File cannot be null         */
-//  public static final int ER_FILE_CANNOT_BE_NULL = 113;
-
     { ER_FILE_CANNOT_BE_NULL,
         "Archivo no puede ser nulo"},
 
-   /** InputSource cannot be null         */
-//  public static final int ER_SOURCE_CANNOT_BE_NULL = 114;
-
     { ER_SOURCE_CANNOT_BE_NULL,
                 "InputSource no puede ser nulo"},
 
-  /** Can't overwrite cause         */
-//  public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;
-
-    //{ ER_CANNOT_OVERWRITE_CAUSE,
-        //      "Cannot overwrite cause"},
-
-  /** Could not initialize BSF Manager        */
-//  public static final int ER_CANNOT_INIT_BSFMGR = 116;
-
     { ER_CANNOT_INIT_BSFMGR,
                 "No se ha podido inicializar el Gestor BSF"},
 
-  /** Could not compile extension       */
-//  public static final int ER_CANNOT_CMPL_EXTENSN = 117;
-
     { ER_CANNOT_CMPL_EXTENSN,
                 "No se ha podido compilar la extensi\u00f3n"},
 
-  /** Could not create extension       */
-//  public static final int ER_CANNOT_CREATE_EXTENSN = 118;
-
     { ER_CANNOT_CREATE_EXTENSN,
       "No se ha podido crear la extensi\u00f3n: {0} como consecuencia de: {1}"},
 
-  /** Instance method call to method {0} requires an Object instance as first argument       */
-//  public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;
-
     { ER_INSTANCE_MTHD_CALL_REQUIRES,
       "La llamada del m\u00e9todo de instancia al m\u00e9todo {0} necesita una instancia Object como primer argumento"},
 
-  /** Invalid element name specified       */
-//  public static final int ER_INVALID_ELEMENT_NAME = 120;
-
     { ER_INVALID_ELEMENT_NAME,
       "Se ha especificado un nombre de elemento no v\u00e1lido {0}"},
 
-   /** Element name method must be static      */
-//  public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;
-
     { ER_ELEMENT_NAME_METHOD_STATIC,
       "El m\u00e9todo del nombre de elemento debe ser est\u00e1tico {0}"},
 
-   /** Extension function {0} : {1} is unknown      */
-//  public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;
-
     { ER_EXTENSION_FUNC_UNKNOWN,
              "Funci\u00f3n de extensi\u00f3n {0} : {1} desconocida"},
 
-   /** More than one best match for constructor for       */
-//  public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;
-
     { ER_MORE_MATCH_CONSTRUCTOR,
              "Hay m\u00e1s de una coincidencia m\u00e1xima para el constructor de {0}"},
 
-   /** More than one best match for method      */
-//  public static final int ER_MORE_MATCH_METHOD = 124;
-
     { ER_MORE_MATCH_METHOD,
              "Hay m\u00e1s de una coincidencia m\u00e1xima para el m\u00e9todo {0}"},
 
-   /** More than one best match for element method      */
-//  public static final int ER_MORE_MATCH_ELEMENT = 125;
-
     { ER_MORE_MATCH_ELEMENT,
              "Hay m\u00e1s de una coincidencia m\u00e1xima para el m\u00e9todo de elemento {0}"},
 
-   /** Invalid context passed to evaluate       */
-//  public static final int ER_INVALID_CONTEXT_PASSED = 126;
-
     { ER_INVALID_CONTEXT_PASSED,
              "Se ha pasado un contexto no v\u00e1lido para evaluar {0}"},
 
-   /** Pool already exists       */
-//  public static final int ER_POOL_EXISTS = 127;
-
     { ER_POOL_EXISTS,
              "La agrupaci\u00f3n ya existe"},
 
-   /** No driver Name specified      */
-//  public static final int ER_NO_DRIVER_NAME = 128;
-
     { ER_NO_DRIVER_NAME,
              "No se ha especificado un nombre de controlador"},
 
-   /** No URL specified     */
-//  public static final int ER_NO_URL = 129;
-
     { ER_NO_URL,
              "No se ha especificado un URL"},
 
-   /** Pool size is less than one    */
-//  public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;
-
     { ER_POOL_SIZE_LESSTHAN_ONE,
-             "\u00a1El tama\u00f1o de la agrupaci\u00f3n es menor que uno!"},
-
-   /** Invalid driver name specified    */
-//  public static final int ER_INVALID_DRIVER = 131;
+             "El tama\u00f1o de la agrupaci\u00f3n es menor que uno."},
 
     { ER_INVALID_DRIVER,
-             "\u00a1Se ha especificado un nombre de controlador no v\u00e1lido!"},
-
-   /** Did not find the stylesheet root    */
-//  public static final int ER_NO_STYLESHEETROOT = 132;
+             "Se ha especificado un nombre de controlador no v\u00e1lido."},
 
     { ER_NO_STYLESHEETROOT,
-             "\u00a1No se ha encontrado la ra\u00edz de la hoja de estilos!"},
-
-   /** Illegal value for xml:space     */
-//  public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;
+             "No se ha encontrado la ra\u00edz de la hoja de estilos."},
 
     { ER_ILLEGAL_XMLSPACE_VALUE,
          "Valor no permitido para xml:space"},
 
-   /** processFromNode failed     */
-//  public static final int ER_PROCESSFROMNODE_FAILED = 134;
-
     { ER_PROCESSFROMNODE_FAILED,
          "Anomal\u00eda de processFromNode"},
 
-   /** The resource [] could not load:     */
-//  public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;
-
     { ER_RESOURCE_COULD_NOT_LOAD,
         "No se ha podido cargar el recurso [ {0} ]: {1} \n {2} \t {3}"},
 
-
-   /** Buffer size <=0     */
-//  public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;
-
     { ER_BUFFER_SIZE_LESSTHAN_ZERO,
         "Tama\u00f1o de almacenamiento intermedio <=0"},
 
-   /** Unknown error when calling extension    */
-//  public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;
-
     { ER_UNKNOWN_ERROR_CALLING_EXTENSION,
         "Error desconocido al llamar a la extensi\u00f3n"},
 
-   /** Prefix {0} does not have a corresponding namespace declaration    */
-//  public static final int ER_NO_NAMESPACE_DECL = 138;
-
     { ER_NO_NAMESPACE_DECL,
         "El prefijo {0} no tiene una declaraci\u00f3n de espacio de nombres correspondiente"},
 
-   /** Element content not allowed for lang=javaclass   */
-//  public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;
-
     { ER_ELEM_CONTENT_NOT_ALLOWED,
         "No se permite el contenido del elemento para lang=javaclass {0}"},
 
-   /** Stylesheet directed termination   */
-//  public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;
-
     { ER_STYLESHEET_DIRECTED_TERMINATION,
         "Terminaci\u00f3n de hoja de estilos dirigida"},
 
-   /** 1 or 2   */
-//  public static final int ER_ONE_OR_TWO = 141;
-
     { ER_ONE_OR_TWO,
         "1 \u00f3 2"},
 
-   /** 2 or 3   */
-//  public static final int ER_TWO_OR_THREE = 142;
-
     { ER_TWO_OR_THREE,
         "2 \u00f3 3"},
 
-   /** Could not load {0} (check CLASSPATH), now using just the defaults   */
-//  public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;
-
     { ER_COULD_NOT_LOAD_RESOURCE,
-        "No se ha podido cargar {0} (compruebe la CLASSPATH), ahora s\u00f3lo se est\u00e1n utilizando los valores por omisi\u00f3n"},
-
-   /** Cannot initialize default templates   */
-//  public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;
+        "No se ha podido cargar {0} (compruebe la CLASSPATH), ahora s\u00f3lo se est\u00e1n utilizando los valores predeterminados"},
 
     { ER_CANNOT_INIT_DEFAULT_TEMPLATES,
-        "No se han podido inicializar las plantillas por omisi\u00f3n"},
-
-   /** Result should not be null   */
-//  public static final int ER_RESULT_NULL = 145;
+        "No se han podido inicializar las plantillas predeterminadas"},
 
     { ER_RESULT_NULL,
         "El resultado no deber\u00eda ser nulo"},
 
-   /** Result could not be set   */
-//  public static final int ER_RESULT_COULD_NOT_BE_SET = 146;
-
     { ER_RESULT_COULD_NOT_BE_SET,
         "No se ha podido establecer el resultado"},
 
-   /** No output specified   */
-//  public static final int ER_NO_OUTPUT_SPECIFIED = 147;
-
     { ER_NO_OUTPUT_SPECIFIED,
         "No se ha especificado salida"},
 
-   /** Can't transform to a Result of type   */
-//  public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;
-
     { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE,
-        "No se puede transformar un resultado de tipo {0}"},
-
-   /** Can't transform to a Source of type   */
-//  public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;
+        "No se puede transformar un resultado de tipo {0} "},
 
     { ER_CANNOT_TRANSFORM_SOURCE_TYPE,
-        "No se puede transformar un fuente de tipo {0}"},
-
-   /** Null content handler  */
-//  public static final int ER_NULL_CONTENT_HANDLER = 150;
+        "No se puede transformar un fuente de tipo {0} "},
 
     { ER_NULL_CONTENT_HANDLER,
         "Manejador de contenido nulo"},
 
-   /** Null error handler  */
-//  public static final int ER_NULL_ERROR_HANDLER = 151;
     { ER_NULL_ERROR_HANDLER,
         "Manejador de error nulo"},
 
-   /** parse can not be called if the ContentHandler has not been set */
-//  public static final int ER_CANNOT_CALL_PARSE = 152;
-
     { ER_CANNOT_CALL_PARSE,
         "No se puede llamar a parse si no se ha establecido ContentHandler"},
 
-   /**  No parent for filter */
-//  public static final int ER_NO_PARENT_FOR_FILTER = 153;
-
     { ER_NO_PARENT_FOR_FILTER,
         "No hay padre para el filtro"},
 
-
-   /**  No stylesheet found in: {0}, media */
-//  public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;
-
     { ER_NO_STYLESHEET_IN_MEDIA,
          "No se han encontrado hojas de estilos en: {0}, soporte= {1}"},
 
-   /**  No xml-stylesheet PI found in */
-//  public static final int ER_NO_STYLESHEET_PI = 155;
-
     { ER_NO_STYLESHEET_PI,
          "No se ha encontrado xml-stylesheet PI en: {0}"},
 
-   /**  No default implementation found */
-//  public static final int ER_NO_DEFAULT_IMPL = 156;
-
-    //{ ER_NO_DEFAULT_IMPL,
-     //    "No default implementation found "},
-
-   /**  ChunkedIntArray({0}) not currently supported */
-//  public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;
-
-    //{ ER_CHUNKEDINTARRAY_NOT_SUPPORTED,
-     //  "ChunkedIntArray({0}) not currently supported"},
-
-   /**  Offset bigger than slot */
-//  public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;
-
-    //{ ER_OFFSET_BIGGER_THAN_SLOT,
-     //  "Offset bigger than slot"},
-
-   /**  Coroutine not available, id= */
-//  public static final int ER_COROUTINE_NOT_AVAIL = 159;
-
-    //{ ER_COROUTINE_NOT_AVAIL,
-    //   "Coroutine not available, id={0}"},
-
-   /**  CoroutineManager recieved co_exit() request */
-//  public static final int ER_COROUTINE_CO_EXIT = 160;
-
-    //{ ER_COROUTINE_CO_EXIT,
-     //  "CoroutineManager received co_exit() request"},
-
-   /**  co_joinCoroutineSet() failed */
-//  public static final int ER_COJOINROUTINESET_FAILED = 161;
-
-    //{ ER_COJOINROUTINESET_FAILED,
-    //   "co_joinCoroutineSet() failed"},
-
-   /**  Coroutine parameter error () */
-//  public static final int ER_COROUTINE_PARAM = 162;
-
-    //{ ER_COROUTINE_PARAM,
-    //   "Coroutine parameter error ({0})"},
-
-   /**  UNEXPECTED: Parser doTerminate answers  */
-//  public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;
-
-    //{ ER_PARSER_DOTERMINATE_ANSWERS,
-    //   "\nUNEXPECTED: Parser doTerminate answers {0}"},
-
-   /**  parse may not be called while parsing */
-//  public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;
-
-    //{ ER_NO_PARSE_CALL_WHILE_PARSING,
-    //   "parse may not be called while parsing"},
-
-   /**  Error: typed iterator for axis  {0} not implemented  */
-//  public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;
-
-    //{ ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED,
-     //  "Error: typed iterator for axis  {0} not implemented"},
-
-   /**  Error: iterator for axis {0} not implemented  */
-//  public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;
-
-    //{ ER_ITERATOR_AXIS_NOT_IMPLEMENTED,
-    //   "Error: iterator for axis {0} not implemented "},
-
-   /**  Iterator clone not supported  */
-//  public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;
-
-    //{ ER_ITERATOR_CLONE_NOT_SUPPORTED,
-     //  "Iterator clone not supported"},
-
-   /**  Unknown axis traversal type  */
-//  public static final int ER_UNKNOWN_AXIS_TYPE = 168;
-
-    //{ ER_UNKNOWN_AXIS_TYPE,
-    //   "Unknown axis traversal type: {0}"},
-
-   /**  Axis traverser not supported  */
-//  public static final int ER_AXIS_NOT_SUPPORTED = 169;
-
-    //{ ER_AXIS_NOT_SUPPORTED,
-    //   "Axis traverser not supported: {0}"},
-
-   /**  No more DTM IDs are available  */
-//  public static final int ER_NO_DTMIDS_AVAIL = 170;
-
-    //{ ER_NO_DTMIDS_AVAIL,
-     //  "No more DTM IDs are available"},
-
-   /**  Not supported  */
-//  public static final int ER_NOT_SUPPORTED = 171;
-
     { ER_NOT_SUPPORTED,
        "No soportado: {0}"},
 
-   /**  node must be non-null for getDTMHandleFromNode  */
-//  public static final int ER_NODE_NON_NULL = 172;
-
-    //{ ER_NODE_NON_NULL,
-    //   "Node must be non-null for getDTMHandleFromNode"},
-
-   /**  Could not resolve the node to a handle  */
-//  public static final int ER_COULD_NOT_RESOLVE_NODE = 173;
-
-    //{ ER_COULD_NOT_RESOLVE_NODE,
-    //   "Could not resolve the node to a handle"},
-
-   /**  startParse may not be called while parsing */
-//  public static final int ER_STARTPARSE_WHILE_PARSING = 174;
-
-    //{ ER_STARTPARSE_WHILE_PARSING,
-     //  "startParse may not be called while parsing"},
-
-   /**  startParse needs a non-null SAXParser  */
-//  public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;
-
-    //{ ER_STARTPARSE_NEEDS_SAXPARSER,
-    //   "startParse needs a non-null SAXParser"},
-
-   /**  could not initialize parser with */
-//  public static final int ER_COULD_NOT_INIT_PARSER = 176;
-    //{ ER_COULD_NOT_INIT_PARSER,
-     //  "could not initialize parser with"},
-
-   /**  Value for property {0} should be a Boolean instance  */
-//  public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;
-
     { ER_PROPERTY_VALUE_BOOLEAN,
        "El valor de la propiedad {0} deber\u00eda ser una instancia Boolean"},
 
-   /**  exception creating new instance for pool  */
-//  public static final int ER_EXCEPTION_CREATING_POOL = 178;
-
-    //{ ER_EXCEPTION_CREATING_POOL,
-    //   "exception creating new instance for pool"},
-
-   /**  Path contains invalid escape sequence  */
-//  public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;
-
-    //{ ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
-    //   "Path contains invalid escape sequence"},
-
-   /**  Scheme is required!  */
-//  public static final int ER_SCHEME_REQUIRED = 180;
-
-    //{ ER_SCHEME_REQUIRED,
-     //  "Scheme is required!"},
-
-   /**  No scheme found in URI  */
-//  public static final int ER_NO_SCHEME_IN_URI = 181;
-
-    //{ ER_NO_SCHEME_IN_URI,
-    //   "No scheme found in URI: {0}"},
-
-   /**  No scheme found in URI  */
-//  public static final int ER_NO_SCHEME_INURI = 182;
-
-    //{ ER_NO_SCHEME_INURI,
-    //   "No scheme found in URI"},
-
-   /**  Path contains invalid character:   */
-//  public static final int ER_PATH_INVALID_CHAR = 183;
-
-    //{ ER_PATH_INVALID_CHAR,
-    //   "Path contains invalid character: {0}"},
-
-   /**  Cannot set scheme from null string  */
-//  public static final int ER_SCHEME_FROM_NULL_STRING = 184;
-
-    //{ ER_SCHEME_FROM_NULL_STRING,
-    //   "Cannot set scheme from null string"},
-
-   /**  The scheme is not conformant. */
-//  public static final int ER_SCHEME_NOT_CONFORMANT = 185;
-
-    //{ ER_SCHEME_NOT_CONFORMANT,
-    //   "The scheme is not conformant."},
-
-   /**  Host is not a well formed address  */
-//  public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;
-
-    //{ ER_HOST_ADDRESS_NOT_WELLFORMED,
-    //   "Host is not a well formed address"},
-
-   /**  Port cannot be set when host is null  */
-//  public static final int ER_PORT_WHEN_HOST_NULL = 187;
-
-    //{ ER_PORT_WHEN_HOST_NULL,
-    //   "Port cannot be set when host is null"},
-
-   /**  Invalid port number  */
-//  public static final int ER_INVALID_PORT = 188;
-
-    //{ ER_INVALID_PORT,
-    //   "Invalid port number"},
-
-   /**  Fragment can only be set for a generic URI  */
-//  public static final int ER_FRAG_FOR_GENERIC_URI = 189;
-
-    //{ ER_FRAG_FOR_GENERIC_URI,
-    //   "Fragment can only be set for a generic URI"},
-
-   /**  Fragment cannot be set when path is null  */
-//  public static final int ER_FRAG_WHEN_PATH_NULL = 190;
-
-    //{ ER_FRAG_WHEN_PATH_NULL,
-    //   "Fragment cannot be set when path is null"},
-
-   /**  Fragment contains invalid character  */
-//  public static final int ER_FRAG_INVALID_CHAR = 191;
-
-    //{ ER_FRAG_INVALID_CHAR,
-    //   "Fragment contains invalid character"},
-
-
-
-   /** Parser is already in use  */
-//  public static final int ER_PARSER_IN_USE = 192;
-
-    //{ ER_PARSER_IN_USE,
-    //    "Parser is already in use"},
-
-   /** Parser is already in use  */
-//  public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;
-
-    //{ ER_CANNOT_CHANGE_WHILE_PARSING,
-    //    "Cannot change {0} {1} while parsing"},
-
-   /** Self-causation not permitted  */
-//  public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;
-
-    //{ ER_SELF_CAUSATION_NOT_PERMITTED,
-     //   "Self-causation not permitted"},
-
-   /** src attribute not yet supported for  */
-//  public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT = 195;
-
     { ER_COULD_NOT_FIND_EXTERN_SCRIPT,
          "No se ha podido encontrar el script externo en {0}"},
 
-  /** The resource [] could not be found     */
-//  public static final int ER_RESOURCE_COULD_NOT_FIND = 196;
-
     { ER_RESOURCE_COULD_NOT_FIND,
-        "No se ha podido cargar el recurso [ {0} ].\n{1}"},
-
-   /** output property not recognized:  */
-//  public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;
+        "No se ha podido encontrar el recurso [ {0} ].\n {1}"},
 
     { ER_OUTPUT_PROPERTY_NOT_RECOGNIZED,
         "No se reconoce la propiedad de salida: {0}"},
 
-   /** Userinfo may not be specified if host is not specified   */
-//  public static final int ER_NO_USERINFO_IF_NO_HOST = 198;
-
-    //{ ER_NO_USERINFO_IF_NO_HOST,
-    //    "Userinfo may not be specified if host is not specified"},
-
-   /** Port may not be specified if host is not specified   */
-//  public static final int ER_NO_PORT_IF_NO_HOST = 199;
-
-    //{ ER_NO_PORT_IF_NO_HOST,
-    //    "Port may not be specified if host is not specified"},
-
-   /** Query string cannot be specified in path and query string   */
-//  public static final int ER_NO_QUERY_STRING_IN_PATH = 200;
-
-    //{ ER_NO_QUERY_STRING_IN_PATH,
-    //    "Query string cannot be specified in path and query string"},
-
-   /** Fragment cannot be specified in both the path and fragment   */
-//  public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201;
-
-    //{ ER_NO_FRAGMENT_STRING_IN_PATH,
-    //    "Fragment cannot be specified in both the path and fragment"},
-
-   /** Cannot initialize URI with empty parameters   */
-//  public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202;
-
-    //{ ER_CANNOT_INIT_URI_EMPTY_PARMS,
-    //    "Cannot initialize URI with empty parameters"},
-
-   /** Failed creating ElemLiteralResult instance   */
-//  public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;
-
     { ER_FAILED_CREATING_ELEMLITRSLT,
         "Anomal\u00eda al crear la instancia ElemLiteralResult"},
 
@@ -1727,242 +979,123 @@
   //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc.
   //NOTE: Not only the key name but message has also been changed.
 
-   /** Priority value does not contain a parsable number   */
-//  public static final int ER_VALUE_SHOULD_BE_NUMBER = 204;
-
     { ER_VALUE_SHOULD_BE_NUMBER,
         "El valor para {0} deber\u00eda contener un n\u00famero analizable"},
 
-   /**  Value for {0} should equal 'yes' or 'no'   */
-//  public static final int ER_VALUE_SHOULD_EQUAL = 205;
-
     { ER_VALUE_SHOULD_EQUAL,
         "El valor de {0} deber\u00eda ser s\u00ed o no"},
 
-   /**  Failed calling {0} method   */
-//  public static final int ER_FAILED_CALLING_METHOD = 206;
-
     { ER_FAILED_CALLING_METHOD,
         "Anomal\u00eda al llamar al m\u00e9todo {0}"},
 
-   /** Failed creating ElemLiteralResult instance   */
-//  public static final int ER_FAILED_CREATING_ELEMTMPL = 207;
-
     { ER_FAILED_CREATING_ELEMTMPL,
         "Anomal\u00eda al crear la instancia ElemTemplateElement"},
 
-   /**  Characters are not allowed at this point in the document   */
-//  public static final int ER_CHARS_NOT_ALLOWED = 208;
-
     { ER_CHARS_NOT_ALLOWED,
         "No se permiten caracteres en este punto del documento"},
 
-  /**  attribute is not allowed on the element   */
-//  public static final int ER_ATTR_NOT_ALLOWED = 209;
     { ER_ATTR_NOT_ALLOWED,
-        "\u00a1El atributo \"{0}\" no est\u00e1 permitido en el elemento {1}!"},
-
-  /**  Method not yet supported    */
-//  public static final int ER_METHOD_NOT_SUPPORTED = 210;
-
-    //{ ER_METHOD_NOT_SUPPORTED,
-     //   "Method not yet supported "},
-
-  /**  Bad value    */
-//  public static final int ER_BAD_VALUE = 211;
+        "El atributo \"{0}\" no est\u00e1 permitido en el elemento {1}."},
 
     { ER_BAD_VALUE,
-     "{0} valor incorrecto {1}"},
-
-  /**  attribute value not found   */
-//  public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
+     "{0} valor incorrecto {1} "},
 
     { ER_ATTRIB_VALUE_NOT_FOUND,
-     "No se ha encontrado el valor del atributo {0}"},
-
-  /**  attribute value not recognized    */
-//  public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
+     "No se ha encontrado el valor del atributo {0} "},
 
     { ER_ATTRIB_VALUE_NOT_RECOGNIZED,
-     "No se ha reconocido el valor del atributo {0}"},
-
-  /** IncrementalSAXSource_Filter not currently restartable   */
-//  public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
-
-    //{ ER_INCRSAXSRCFILTER_NOT_RESTARTABLE,
-   //  "IncrementalSAXSource_Filter not currently restartable"},
-
-  /** IncrementalSAXSource_Filter not currently restartable   */
-//  public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
-
-    //{ ER_XMLRDR_NOT_BEFORE_STARTPARSE,
-    // "XMLReader not before startParse request"},
-
-  /** Attempting to generate a namespace prefix with a null URI   */
-//  public static final int ER_NULL_URI_NAMESPACE = 216;
+     "No se ha reconocido el valor del atributo {0} "},
 
     { ER_NULL_URI_NAMESPACE,
      "Se ha intentado generar un prefijo de espacio de nombres con un URI nulo"},
 
   //New ERROR keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11)
 
-  /** Attempting to generate a namespace prefix with a null URI   */
-//  public static final int ER_NUMBER_TOO_BIG = 217;
-
     { ER_NUMBER_TOO_BIG,
      "Se ha intentado formatear un n\u00famero mayor que el entero largo m\u00e1s grande"},
 
-//ER_CANNOT_FIND_SAX1_DRIVER
-
-//  public static final int  ER_CANNOT_FIND_SAX1_DRIVER = 218;
-
     { ER_CANNOT_FIND_SAX1_DRIVER,
      "No se ha podido encontrar la clase de controlador SAX1 {0}"},
 
-//ER_SAX1_DRIVER_NOT_LOADED
-//  public static final int  ER_SAX1_DRIVER_NOT_LOADED = 219;
-
     { ER_SAX1_DRIVER_NOT_LOADED,
      "Se ha encontrado la clase de controlador SAX1 {0} pero no se ha podido cargar"},
 
-//ER_SAX1_DRIVER_NOT_INSTANTIATED
-//  public static final int  ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ;
-
     { ER_SAX1_DRIVER_NOT_INSTANTIATED,
      "Se ha cargado la clase de controlador SAX1 {0} pero no se ha podido crear una instancia"},
 
-
-// ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER
-//  public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221;
-
     { ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER,
      "La clase de controlador SAX1 {0} no implementa org.xml.sax.Parser"},
 
-// ER_PARSER_PROPERTY_NOT_SPECIFIED
-//  public static final int  ER_PARSER_PROPERTY_NOT_SPECIFIED = 222;
-
     { ER_PARSER_PROPERTY_NOT_SPECIFIED,
      "No se ha especificado la propiedad del sistema org.xml.sax.parser"},
 
-//ER_PARSER_ARG_CANNOT_BE_NULL
-//  public static final int  ER_PARSER_ARG_CANNOT_BE_NULL = 223 ;
-
     { ER_PARSER_ARG_CANNOT_BE_NULL,
      "El argumento del analizador no debe ser nulo"},
 
-
-// ER_FEATURE
-//  public static final int  ER_FEATURE = 224;
-
     { ER_FEATURE,
      "Caracter\u00edstica: {0}"},
 
-
-// ER_PROPERTY
-//  public static final int ER_PROPERTY = 225 ;
-
     { ER_PROPERTY,
      "Propiedad: {0}"},
 
-// ER_NULL_ENTITY_RESOLVER
-//  public static final int ER_NULL_ENTITY_RESOLVER  = 226;
-
     { ER_NULL_ENTITY_RESOLVER,
      "Resolucionador de entidad nulo"},
 
-// ER_NULL_DTD_HANDLER
-//  public static final int  ER_NULL_DTD_HANDLER = 227 ;
-
     { ER_NULL_DTD_HANDLER,
      "Manejador DTD nulo"},
 
-// No Driver Name Specified!
-//  public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228;
     { ER_NO_DRIVER_NAME_SPECIFIED,
-     "\u00a1No se ha especificado un nombre de controlador!"},
+     "No se ha especificado un nombre de controlador."},
 
-
-// No URL Specified!
-//  public static final int ER_NO_URL_SPECIFIED = 229;
     { ER_NO_URL_SPECIFIED,
-     "\u00a1No se ha especificado un URL!"},
-
+     "No se ha especificado un URL."},
 
-// Pool size is less than 1!
-//  public static final int ER_POOLSIZE_LESS_THAN_ONE = 230;
     { ER_POOLSIZE_LESS_THAN_ONE,
-     "\u00a1El tama\u00f1o de la agrupaci\u00f3n es menor que 1!"},
-
+     "El tama\u00f1o de la agrupaci\u00f3n es menor que 1."},
 
-// Invalid Driver Name Specified!
-//  public static final int ER_INVALID_DRIVER_NAME = 231;
     { ER_INVALID_DRIVER_NAME,
-     "\u00a1Se ha especificado un nombre de controlador no v\u00e1lido!"},
+     "Se ha especificado un nombre de controlador no v\u00e1lido."},
 
-
-
-// ErrorListener
-//  public static final int ER_ERRORLISTENER = 232;
     { ER_ERRORLISTENER,
      "ErrorListener"},
 
 
-// Programmer's error! expr has no ElemTemplateElement parent!
-//  public static final int ER_ASSERT_NO_TEMPLATE_PARENT = 233;
+// Note to translators:  The following message should not normally be displayed
+//   to users.  It describes a situation in which the processor has detected
+//   an internal consistency problem in itself, and it provides this message
+//   for the developer to help diagnose the problem.  The name
+//   'ElemTemplateElement' is the name of a class, and should not be
+//   translated.
     { ER_ASSERT_NO_TEMPLATE_PARENT,
-     "\u00a1Error del programador! \u00a1La expresi\u00f3n no tiene un padre ElemTemplateElement!"},
+     "Error del programador. La expresi\u00f3n no tiene un padre ElemTemplateElement."},
 
 
-// Programmer''s assertion in RundundentExprEliminator: {0}
-//  public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234;
+// Note to translators:  The following message should not normally be displayed
+//   to users.  It describes a situation in which the processor has detected
+//   an internal consistency problem in itself, and it provides this message
+//   for the developer to help diagnose the problem.  The substitution text
+//   provides further information in order to diagnose the problem.  The name
+//   'RedundentExprEliminator' is the name of a class, and should not be
+//   translated.
     { ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR,
-     "Aserci\u00f3n del programador en RundundentExprEliminator: {0}"},
-
-// Axis traverser not supported: {0}
-//  public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235;
-    //{ ER_AXIS_TRAVERSER_NOT_SUPPORTED,
-    // "Axis traverser not supported: {0}"},
-
-// ListingErrorHandler created with null PrintWriter!
-//  public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236;
-    //{ ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER,
-    // "ListingErrorHandler created with null PrintWriter!"},
+     "Aserci\u00f3n del programador en RedundentExprEliminator: {0} "},
 
-  // {0}is not allowed in this position in the stylesheet!
-//  public static final int ER_NOT_ALLOWED_IN_POSITION = 237;
     { ER_NOT_ALLOWED_IN_POSITION,
-     "\u00a1{0} no est\u00e1 permitido en esta posici\u00f3n de la hoja de estilos!"},
+     "{0} no est\u00e1 permitido en esta posici\u00f3n de la hoja de estilos."},
 
-  // Non-whitespace text is not allowed in this position in the stylesheet!
-//  public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = 238;
     { ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION,
-     "\u00a1No est\u00e1 permitido texto sin espacios en blanco en esta posici\u00f3n de la hoja de estilos!"},
+     "No est\u00e1 permitido texto sin espacios en blanco en esta posici\u00f3n de la hoja de estilos."},
 
   // This code is shared with warning codes.
-  // Illegal value: {1} used for CHAR attribute: {0}.  An attribute of type CHAR must be only 1 character!
-//  public static final int INVALID_TCHAR = 239;
   // SystemId Unknown
     { INVALID_TCHAR,
-     "Valor no permitido: se ha utilizado {1} para el atributo CHAR: {0}. \u00a1Un atributo de tipo CHAR debe ser de un solo car\u00e1cter!"},
-
-//  public static final int ER_SYSTEMID_UNKNOWN = 240;
-    //{ ER_SYSTEMID_UNKNOWN,
-    // "SystemId Unknown"},
-
-  // Location of error unknown
-//  public static final int ER_LOCATION_UNKNOWN = 241;
-    //{ ER_LOCATION_UNKNOWN,
-    // "Location of error unknown"},
+     "Valor no permitido: se ha utilizado {1} para el atributo CHAR: {0}.  Un atributo de tipo CHAR debe ser de un solo car\u00e1cter."},
 
     // Note to translators:  The following message is used if the value of
     // an attribute in a stylesheet is invalid.  "QNAME" is the XML data-type of
     // the attribute, and should not be translated.  The substitution text {1} is
     // the attribute value and {0} is the attribute name.
-    // INVALID_QNAME
-
-  //The following codes are shared with the warning codes...
-  // Illegal value: {1} used for QNAME attribute: {0}
-//  public static final int INVALID_QNAME = 242;
+    //The following codes are shared with the warning codes...
     { INVALID_QNAME,
      "Valor no permitido: se ha utilizado {1} para el atributo QNAME: {0}"},
 
@@ -1971,57 +1104,36 @@
     // the attribute, and should not be translated.  The substitution text {1} is
     // the attribute value, {0} is the attribute name, and {2} is a list of valid
     // values.
-    // INVALID_ENUM
-
-  // Illegal value: {1} used for ENUM attribute: {0}.  Valid values are: {2}.
-//  public static final int INVALID_ENUM = 243;
     { INVALID_ENUM,
-     "Valor no permitido: se ha utilizado {1} para el atributo ENUM: {0}. Los valores v\u00e1lidos son: {2}."},
+     "Valor no permitido: se ha utilizado {1} para el atributo ENUM: {0}.  Los valores v\u00e1lidos son: {2}."},
 
 // Note to translators:  The following message is used if the value of
 // an attribute in a stylesheet is invalid.  "NMTOKEN" is the XML data-type
 // of the attribute, and should not be translated.  The substitution text {1} is
 // the attribute value and {0} is the attribute name.
-// INVALID_NMTOKEN
-
-  // Illegal value: {1} used for NMTOKEN attribute: {0}.
-//  public static final int INVALID_NMTOKEN = 244;
     { INVALID_NMTOKEN,
-     "Valor no permitido: se ha utilizado {1} para el atributo NMTOKEN: {0}"},
+     "Valor no permitido: se ha utilizado {1} para el atributo NMTOKEN: {0} "},
 
 // Note to translators:  The following message is used if the value of
 // an attribute in a stylesheet is invalid.  "NCNAME" is the XML data-type
 // of the attribute, and should not be translated.  The substitution text {1} is
 // the attribute value and {0} is the attribute name.
-// INVALID_NCNAME
-
-  // Illegal value: {1} used for NCNAME attribute: {0}.
-//  public static final int INVALID_NCNAME = 245;
     { INVALID_NCNAME,
-     "Valor no permitido: se ha utilizado {1} para el atributo NCNAME: {0}"},
+     "Valor no permitido: se ha utilizado {1} para el atributo NCNAME: {0} "},
 
 // Note to translators:  The following message is used if the value of
 // an attribute in a stylesheet is invalid.  "boolean" is the XSLT data-type
 // of the attribute, and should not be translated.  The substitution text {1} is
 // the attribute value and {0} is the attribute name.
-// INVALID_BOOLEAN
-
-  // Illegal value: {1} used for boolean attribute: {0}.
-//  public static final int INVALID_BOOLEAN = 246;
-
     { INVALID_BOOLEAN,
-     "Valor no permitido: se ha utilizado {1} para el atributo boolean: {0}"},
+     "Valor no permitido: se ha utilizado {1} para el atributo boolean: {0} "},
 
 // Note to translators:  The following message is used if the value of
 // an attribute in a stylesheet is invalid.  "number" is the XSLT data-type
 // of the attribute, and should not be translated.  The substitution text {1} is
 // the attribute value and {0} is the attribute name.
-// INVALID_NUMBER
-
-  // Illegal value: {1} used for number attribute: {0}.
-//  public static final int INVALID_NUMBER = 247;
      { INVALID_NUMBER,
-     "Valor no permitido: se ha utilizado {1} para el atributo number: {0}"},
+     "Valor no permitido: se ha utilizado {1} para el atributo number: {0} "},
 
 
   // End of shared codes...
@@ -2031,9 +1143,6 @@
 // a function.  The message indicates that when this function is referenced in
 // a match pattern, its argument must be a string literal (or constant.)
 // ER_ARG_LITERAL - new error message for bugzilla //5202
-
-  // Argument to {0} in match pattern must be a literal.
-//  public static final int ER_ARG_LITERAL             = 248;
     { ER_ARG_LITERAL,
      "El argumento para {0} en el patr\u00f3n de coincidencia debe ser un literal."},
 
@@ -2041,9 +1150,6 @@
 // a variable.  A "global variable" is a variable that is accessible everywher
 // in the stylesheet.
 // ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790
-
-  // Duplicate global variable declaration.
-//  public static final int ER_DUPLICATE_GLOBAL_VAR    = 249;
     { ER_DUPLICATE_GLOBAL_VAR,
      "Declaraci\u00f3n de variable global duplicada."},
 
@@ -2051,198 +1157,155 @@
 // Note to translators:  The following message indicates that two definitions of
 // a variable were encountered.
 // ER_DUPLICATE_VAR - new error message for bugzilla #790
-
-  // Duplicate variable declaration.
-//  public static final int ER_DUPLICATE_VAR           = 250;
     { ER_DUPLICATE_VAR,
      "Declaraci\u00f3n de variable duplicada."},
 
     // Note to translators:  "xsl:template, "name" and "match" are XSLT keywords
     // which must not be translated.
     // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789
-
-  // xsl:template must have a name or match attribute (or both)
-//  public static final int ER_TEMPLATE_NAME_MATCH     = 251;
     { ER_TEMPLATE_NAME_MATCH,
-     "xsl:template debe tener un atributo name o match (o ambos)"},
+     "xsl:template debe tener un atributo name o match (o ambos)."},
 
     // Note to translators:  "exclude-result-prefixes" is an XSLT keyword which
     // should not be translated.  The message indicates that a namespace prefix
     // encountered as part of the value of the exclude-result-prefixes attribute
     // was in error.
     // ER_INVALID_PREFIX - new error message for bugzilla #788
-
-  // Prefix in exclude-result-prefixes is not valid: {0}
-//  public static final int ER_INVALID_PREFIX          = 252;
     { ER_INVALID_PREFIX,
      "El prefijo en exclude-result-prefixes no es v\u00e1lido: {0}"},
 
-    // Note to translators:  An "attribute set" is a set of attributes that can be
-    // added to an element in the output document as a group.  The message indicates
-    // that there was a reference to an attribute set named {0} that was never
-    // defined.
+    // Note to translators:  An "attribute set" is a set of attributes that can
+    // be added to an element in the output document as a group.  The message
+    // indicates that there was a reference to an attribute set named {0} that
+    // was never defined.
     // ER_NO_ATTRIB_SET - new error message for bugzilla #782
-
-  // attribute-set named {0} does not exist
-//  public static final int ER_NO_ATTRIB_SET           = 253;
     { ER_NO_ATTRIB_SET,
      "attribute-set de nombre {0} no existe"},
 
+    // Note to translators:  This message indicates that there was a reference
+    // to a function named {0} for which no function definition could be found.
+    { ER_FUNCTION_NOT_FOUND,
+     "La funci\u00f3n de nombre {0} no existe"},
+
+    // Note to translators:  This message indicates that the XSLT instruction
+    // that is named by the substitution text {0} must not contain other XSLT
+    // instructions (content) or a "select" attribute.  The word "select" is
+    // an XSLT keyword in this case and must not be translated.
+    { ER_CANT_HAVE_CONTENT_AND_SELECT,
+     "El elemento {0} no debe tener contenido y un atributo select."},
+
+    // Note to translators:  This message indicates that the value argument
+    // of setParameter must be a valid Java Object.
+    { ER_INVALID_SET_PARAM_VALUE,
+     "El valor del par\u00e1metro {0} debe ser un objeto Java v\u00e1lido"},
+
+        { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT,
+         "El atributo result-prefix de un elemento xsl:namespace-alias tiene el valor '#default', pero no hay declaraci\u00f3n de espacio de nombres predeterminado en el \u00e1mbito del elemento."},
 
+        { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX,
+         "El atributo result-prefix de un elemento xsl:namespace-alias tiene el valor ''{0}'', pero no hay declaraci\u00f3n de espacio de nombres para el prefijo ''{0}'' en el \u00e1mbito del elemento."},
 
+    { ER_SET_FEATURE_NULL_NAME,
+      "El nombre de caracter\u00edstica no puede ser nulo en TransformerFactory.setFeature(nombre de tipo String, valor booleano)."},
 
+    { ER_GET_FEATURE_NULL_NAME,
+      "El nombre de caracter\u00edstica no puede ser nulo en TransformerFactory.getFeature(nombre de tipo String)."},
+
+    { ER_UNSUPPORTED_FEATURE,
+      "No se puede establecer la caracter\u00edstica ''{0}'' en esta TransformerFactory."},
+
+    { ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING,
+        "No se permite el uso del elemento de extensi\u00f3n ''{0}'' cuando la caracter\u00edstica de proceso seguro est\u00e1 establecida en true."},
+
+        { ER_NAMESPACE_CONTEXT_NULL_NAMESPACE,
+          "No se puede obtener el prefijo de un uri de espacio de nombres nulo."},
+
+        { ER_NAMESPACE_CONTEXT_NULL_PREFIX,
+          "No se puede obtener el uri de espacio de nombres para un prefijo nulo."},
+
+        { ER_XPATH_RESOLVER_NULL_QNAME,
+          "El nombre de funci\u00f3n no puede ser nulo."},
+
+        { ER_XPATH_RESOLVER_NEGATIVE_ARITY,
+          "La aridad no puede ser negativa."},
 
   // Warnings...
 
-  /** WG_FOUND_CURLYBRACE          */
-//  public static final int WG_FOUND_CURLYBRACE = 1;
     { WG_FOUND_CURLYBRACE,
-      "\u00a1Se ha encontrado '}' pero no se ha abierto una plantilla de atributos!"},
-
-  /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */
-//  public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;
+      "Se ha encontrado '}' pero no se ha abierto una plantilla de atributos."},
 
     { WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR,
-      "Aviso: \u00a1El atributo count no coincide con un antecesor en xsl:number! Destino = {0}"},
-
-  /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */
-//  public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;
+      "Aviso: El atributo count no coincide con un antecesor en xsl:number. Destino = {0}"},
 
     { WG_EXPR_ATTRIB_CHANGED_TO_SELECT,
       "Sintaxis antigua: El nombre del atributo 'expr' se ha cambiado por 'select'."},
 
-  /** WG_NO_LOCALE_IN_FORMATNUMBER          */
-//  public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4;
-
     { WG_NO_LOCALE_IN_FORMATNUMBER,
       "Xalan no maneja a\u00fan el nombre de entorno local en la funci\u00f3n format-number."},
 
-  /** WG_LOCALE_NOT_FOUND          */
-//  public static final int WG_LOCALE_NOT_FOUND = 5;
-
     { WG_LOCALE_NOT_FOUND,
       "Aviso: No se ha podido encontrar el entorno local para xml:lang={0}"},
 
-  /** WG_CANNOT_MAKE_URL_FROM          */
-//  public static final int WG_CANNOT_MAKE_URL_FROM = 6;
-
     { WG_CANNOT_MAKE_URL_FROM,
       "No se puede crear URL desde: {0}"},
 
-  /** WG_CANNOT_LOAD_REQUESTED_DOC          */
-//  public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;
-
     { WG_CANNOT_LOAD_REQUESTED_DOC,
       "No se puede cargar el doc solicitado: {0}"},
 
-  /** WG_CANNOT_FIND_COLLATOR          */
-//  public static final int WG_CANNOT_FIND_COLLATOR = 8;
     { WG_CANNOT_FIND_COLLATOR,
       "No se ha podido encontrar clasificador para <sort xml:lang={0}"},
 
-  /** WG_FUNCTIONS_SHOULD_USE_URL          */
-//  public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;
-
     { WG_FUNCTIONS_SHOULD_USE_URL,
       "Sintaxis antigua: La instrucci\u00f3n functions deber\u00eda utilizar un url de {0}"},
 
-  /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */
-//  public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;
-
     { WG_ENCODING_NOT_SUPPORTED_USING_UTF8,
       "Codificaci\u00f3n no soportada: {0}, se utiliza UTF-8"},
 
-  /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */
-//  public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;
-
     { WG_ENCODING_NOT_SUPPORTED_USING_JAVA,
       "Codificaci\u00f3n no soportada: {0}, se utiliza Java {1}"},
 
-  /** WG_SPECIFICITY_CONFLICTS          */
-//  public static final int WG_SPECIFICITY_CONFLICTS = 12;
-
     { WG_SPECIFICITY_CONFLICTS,
       "Se han encontrado conflictos de especificaci\u00f3n: {0} Se utilizar\u00e1 lo \u00faltimo encontrado en la hoja de estilos."},
 
-  /** WG_PARSING_AND_PREPARING          */
-//  public static final int WG_PARSING_AND_PREPARING = 13;
-
     { WG_PARSING_AND_PREPARING,
       "========= Analizando y preparando {0} =========="},
 
-  /** WG_ATTR_TEMPLATE          */
-//  public static final int WG_ATTR_TEMPLATE = 14;
-
     { WG_ATTR_TEMPLATE,
      "Plantilla de atributos, {0}"},
 
-  /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */
-//  public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE = 15;
-
     { WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE,
       "Conflicto de coincidencia entre xsl:strip-space y xsl:preserve-space"},
 
-  /** WG_ATTRIB_NOT_HANDLED          */
-//  public static final int WG_ATTRIB_NOT_HANDLED = 16;
-
     { WG_ATTRIB_NOT_HANDLED,
-      "\u00a1Xalan no maneja a\u00fan el atributo {0}!"},
-
-  /** WG_NO_DECIMALFORMAT_DECLARATION          */
-//  public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;
+      "Xalan no maneja a\u00fan el atributo {0}."},
 
     { WG_NO_DECIMALFORMAT_DECLARATION,
       "No se ha encontrado declaraci\u00f3n para el formato decimal: {0}"},
 
-  /** WG_OLD_XSLT_NS          */
-//  public static final int WG_OLD_XSLT_NS = 18;
-
     { WG_OLD_XSLT_NS,
-     "Falta el espacio de nombres XSLT o es incorrecto."},
-
-  /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */
-//  public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;
+     "Falta el espacio de nombres XSLT o es incorrecto. "},
 
     { WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED,
-      "S\u00f3lo se permite una declaraci\u00f3n xsl:decimal-format por omisi\u00f3n."},
-
-  /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */
-//  public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;
+      "S\u00f3lo se permite una declaraci\u00f3n xsl:decimal-format predeterminada."},
 
     { WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE,
       "Los nombres de xsl:decimal-format deben ser \u00fanicos. El nombre \"{0}\" se ha duplicado."},
 
-  /** WG_ILLEGAL_ATTRIBUTE          */
-  //public static final int WG_ILLEGAL_ATTRIBUTE = 21;
-
     { WG_ILLEGAL_ATTRIBUTE,
       "{0} tiene un atributo no permitido: {1}"},
 
-  /** WG_COULD_NOT_RESOLVE_PREFIX          */
-//  public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;
-
     { WG_COULD_NOT_RESOLVE_PREFIX,
       "No se ha podido resolver el prefijo del espacio de nombres: {0}. Se ignorar\u00e1 el nodo."},
 
-  /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
-//  public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;
     { WG_STYLESHEET_REQUIRES_VERSION_ATTRIB,
-      "\u00a1xsl:stylesheet necesita un atributo 'version'!"},
-
-  /** WG_ILLEGAL_ATTRIBUTE_NAME          */
-//  public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;
+      "xsl:stylesheet necesita un atributo 'version'."},
 
     { WG_ILLEGAL_ATTRIBUTE_NAME,
       "Nombre de atributo no permitido: {0}"},
 
-  /** WG_ILLEGAL_ATTRIBUTE_VALUE          */
-//  public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25;
     { WG_ILLEGAL_ATTRIBUTE_VALUE,
       "Se ha utilizado un valor no permitido para el atributo {0}: {1}"},
 
-  /** WG_EMPTY_SECOND_ARG          */
-//  public static final int WG_EMPTY_SECOND_ARG = 26;
-
     { WG_EMPTY_SECOND_ARG,
       "El NodeSet resultante del segundo argumento de la funci\u00f3n del documento est\u00e1 vac\u00edo. Devuelve un conjunto de nodos vac\u00edo."},
 
@@ -2250,34 +1313,25 @@
 
     // Note to translators:  "name" and "xsl:processing-instruction" are keywords
     // and must not be translated.
-    // WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
-
-
-  /** WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
-//  public static final int WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 27;
     { WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML,
       "El valor del atributo 'name' de nombre xsl:processing-instruction no debe ser 'xml'"},
 
     // Note to translators:  "name" and "xsl:processing-instruction" are keywords
     // and must not be translated.  "NCName" is an XML data-type and must not be
     // translated.
-    // WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
-
-  /** WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
-//  public static final int WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 28;
     { WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME,
-      "El valor del atributo 'name' de xsl:processing-instruction debe ser un NCName v\u00e1lido: {0}"},
+      "El valor del atributo ''name'' de xsl:processing-instruction debe ser un NCName v\u00e1lido: {0}"},
 
     // Note to translators:  This message is reported if the stylesheet that is
     // being processed attempted to construct an XML document with an attribute in a
     // place other than on an element.  The substitution text specifies the name of
     // the attribute.
-    // WG_ILLEGAL_ATTRIBUTE_POSITION
-
-  /** WG_ILLEGAL_ATTRIBUTE_POSITION         */
-//  public static final int WG_ILLEGAL_ATTRIBUTE_POSITION = 29;
     { WG_ILLEGAL_ATTRIBUTE_POSITION,
-      "No se puede a\u00f1adir el atributo {0} despu\u00e9s de nodos hijo o antes de que se produzca un elemento. Se ignorar\u00e1 el atributo."},
+      "No se puede a\u00f1adir el atributo {0} despu\u00e9s de nodos hijo o antes de que se produzca un elemento.  Se ignorar\u00e1 el atributo."},
+
+    { NO_MODIFICATION_ALLOWED_ERR,
+      "Se ha intentado modificar un objeto que no admite modificaciones. "
+    },
 
     //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
 
@@ -2287,7 +1341,7 @@
   {  "language",  "es" },
   { "BAD_CODE", "El par\u00e1metro para createMessage estaba fuera de los l\u00edmites"},
   {  "FORMAT_FAILED", "Se ha generado una excepci\u00f3n durante la llamada messageFormat"},
-  {  "version", ">>>>>>> Xalan versi\u00f3n"},
+  {  "version", ">>>>>>> Xalan versi\u00f3n "},
   {  "version2",  "<<<<<<<"},
   {  "yes", "s\u00ed"},
   { "line", "L\u00ednea n\u00fam."},
@@ -2314,26 +1368,26 @@
    // for each option in the English messages.
    // Do not translate the keywords: XSLTC, SAX, DOM and DTM.
   { "optionXSLTC", "[-XSLTC (Utilizar XSLTC para transformaci\u00f3n)]"},
-  { "optionIN", "[-IN URLXMLentrada]"},
-  { "optionXSL", "[-XSL URLTransformaci\u00f3nXSL]"},
-  { "optionOUT",  "[-OUT nombreArchivoSalida]"},
-  { "optionLXCIN", "[-LXCIN entradaNombreArchivoHojaEstilosCompilada]"},
-  { "optionLXCOUT", "[-LXCOUT salidaNombreArchivoHojaEstilosCompilada]"},
+  { "optionIN", "[-IN URL_XML_entrada]"},
+  { "optionXSL", "[-XSL URL_transformaci\u00f3n_XSL]"},
+  { "optionOUT",  "[-OUT nombre_archivo_salida]"},
+  { "optionLXCIN", "[-LXCIN entrada_nombre_archivo_hoja_estilos_compilada]"},
+  { "optionLXCOUT", "[-LXCOUT salida_nombre_archivo_hoja_estilos_compilada]"},
   { "optionPARSER", "[-PARSER nombre de clase completamente cualificado del enlace del analizador]"},
   {  "optionE", "[-E (No expandir referencias de entidades)]"},
   {  "optionV",  "[-E (No expandir referencias de entidades)]"},
   {  "optionQC", "[-QC (Avisos silenciosos de conflictos de patrones)]"},
   {  "optionQ", "[-Q  (Modalidad silenciosa)]"},
-  {  "optionLF", "[-LF (Utilizar s\u00f3lo avances de l\u00ednea en la salida {por omisi\u00f3n es CR/LF})]"},
-  {  "optionCR", "[-CR (Utilizar s\u00f3lo retornos de carro en la salida {por omisi\u00f3n es CR/LF})]"},
-  { "optionESCAPE", "[-ESCAPE (Caracteres con escape {por omisi\u00f3n es <>&\"\'\\r\\n}]"},
-  { "optionINDENT", "[-INDENT (Controlar el n\u00famero de espacios de sangrado {por omisi\u00f3n es 0})]"},
+  {  "optionLF", "[-LF (Utilizar s\u00f3lo avances de l\u00ednea en la salida {el valor predeterminado es CR/LF})]"},
+  {  "optionCR", "[-CR (Utilizar s\u00f3lo retornos de carro en la salida {el valor predeterminado es CR/LF})]"},
+  { "optionESCAPE", "[-ESCAPE (Caracteres con escape {el valor predeterminado es <>&\"\'\\r\\n}]"},
+  { "optionINDENT", "[-INDENT (Controlar el n\u00famero de espacios de sangrado {el valor predeterminado es 0})]"},
   { "optionTT", "[-TT (Rastrear las plantillas a medida que se llaman.)]"},
   { "optionTG", "[-TG (Rastrear cada suceso de generaci\u00f3n.)]"},
   { "optionTS", "[-TS (Rastrear cada suceso de selecci\u00f3n.)]"},
   {  "optionTTC", "[-TTC (Rastrear los hijos de plantillas a medida que se procesan.)]"},
   { "optionTCLASS", "[-TCLASS (Clase TraceListener para extensiones de rastreo.)]"},
-  { "optionVALIDATE", "[-VALIDATE (Establecer si se realiza la validaci\u00f3n. Por omisi\u00f3n la validaci\u00f3n est\u00e1 desactivada.)]"},
+  { "optionVALIDATE", "[-VALIDATE (Establecer si se realiza la validaci\u00f3n.  De forma predeterminada la validaci\u00f3n est\u00e1 desactivada.)]"},
   { "optionEDUMP", "[-EDUMP {nombre de archivo opcional} (Realizar vuelco de pila si se produce un error.)]"},
   {  "optionXML", "[-XML (Utilizar el formateador XML y a\u00f1adir la cabecera XML.)]"},
   {  "optionTEXT", "[-TEXT (Utilizar el formateador de texto sencillo.)]"},
@@ -2342,22 +1396,23 @@
   {  "noParsermsg1", "El proceso XSL no ha sido satisfactorio."},
   {  "noParsermsg2", "** No se ha podido encontrar el analizador **"},
   { "noParsermsg3",  "Compruebe la classpath."},
-  { "noParsermsg4", "Si no dispone del analizador XML para Java de IBM, puede bajarlo de "},
+  { "noParsermsg4", "Si no dispone del analizador XML para Java de IBM, puede descargarlo de"},
   { "noParsermsg5", "IBM AlphaWorks: http://www.alphaworks.ibm.com/formula/xml"},
   { "optionURIRESOLVER", "[-URIRESOLVER nombre de clase completo (URIResolver a utilizar para resolver URI)]"},
   { "optionENTITYRESOLVER",  "[-ENTITYRESOLVER nombre de clase completo (EntityResolver a utilizar para resolver entidades)]"},
   { "optionCONTENTHANDLER",  "[-CONTENTHANDLER nombre de clase completo (ContentHandler a utilizar para serializar la salida)]"},
   {  "optionLINENUMBERS",  "[-L utilizar n\u00fameros de l\u00ednea para el documento fuente]"},
+  { "optionSECUREPROCESSING", "   [-SECURE (establecer la caracter\u00edstica de proceso seguro en true.)]"},
 
     // Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11)
 
 
-  {  "optionMEDIA",  "[-MEDIA tipoSoporte (Utilizar el atributo de soporte para encontrar la hoja de estilos asociada con un documento.)]"},
-  {  "optionFLAVOR",  "[-FLAVOR nombreEstilo (Utilizar expl\u00edcitamente s2s=SAX o d2d=DOM para realizar la transformaci\u00f3n.)]"}, // Added by sboag/scurcuru; experimental
+  {  "optionMEDIA",  "[-MEDIA tipo_soporte (Utilizar el atributo de soporte para encontrar la hoja de estilos asociada con un documento.)]"},
+  {  "optionFLAVOR",  "[-FLAVOR nombre_estilo (Utilizar expl\u00edcitamente s2s=SAX o d2d=DOM para realizar la transformaci\u00f3n.)] "}, // Added by sboag/scurcuru; experimental
   { "optionDIAG", "[-DIAG (Imprimir el total de milisegundos que lleva la transformaci\u00f3n.)]"},
   { "optionINCREMENTAL",  "[-INCREMENTAL (Solicitar construcci\u00f3n DTM incremental estableciendo http://xml.apache.org/xalan/features/incremental como verdadero.)]"},
   {  "optionNOOPTIMIMIZE",  "[-NOOPTIMIMIZE (Solicitar proceso de optimizaci\u00f3n de hoja de estilos estableciendo http://xml.apache.org/xalan/features/optimize como falso.)]"},
-  { "optionRL",  "[-RL l\u00edmiteRecursi\u00f3n (L\u00edmite num\u00e9rico de aserci\u00f3n sobre profundidad de recursi\u00f3n de hoja de estilos.)]"},
+  { "optionRL",  "[-RL l\u00edmite_recursi\u00f3n (L\u00edmite num\u00e9rico de aserci\u00f3n sobre profundidad de recursi\u00f3n de hoja de estilos.)]"},
   {   "optionXO",  "[-XO [nombreTranslet] (Asignar el nombre al translet generado)]"},
   {  "optionXD", "[-XD directorioDestino (Especificar un directorio de destino para translet)]"},
   {  "optionXJ",  "[-XJ archivoJar (Empaqueta las clases translet en un archivo jar de nombre <archivoJar>)]"},
@@ -2373,12 +1428,11 @@
   { "optionXT" , "[-XT (utilizar translet para transformar si es posible)]"},
   { "diagTiming","--------- La transformaci\u00f3n de {0} mediante {1} ha durado {2} ms" },
   { "recursionTooDeep","Anidado de plantilla demasiado profundo. anidado = {0}, plantilla {1} {2}" },
-  { "nameIs", "el nombre es " },
-  { "matchPatternIs", "el patr\u00f3n de coincidencia es " }
+  { "nameIs", "el nombre es" },
+  { "matchPatternIs", "el patr\u00f3n de coincidencia es" }
 
   };
   }
-
   // ================= INFRASTRUCTURE ======================
 
   /** String for use when a bad error code was encountered.    */



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org