You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by gg...@apache.org on 2019/04/20 23:32:21 UTC

[xalan-java] 01/01: This commit was manufactured by cvs2svn to create tag 'jdk-1_4_2-01'.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag jdk-1_4_2-01
in repository https://gitbox.apache.org/repos/asf/xalan-java.git

commit 86751b32787d8afd80de95c7380d9441d715ad36
Author: No Author <de...@apache.org>
AuthorDate: Wed Dec 4 20:47:21 2002 +0000

    This commit was manufactured by cvs2svn to create tag 'jdk-1_4_2-01'.
---
 src/org/apache/xalan/res/XSLMessages.java          |   94 +-
 src/org/apache/xalan/res/XSLTErrorResources.java   | 2343 ++++++++++++++--
 .../apache/xalan/res/XSLTErrorResources_de.java    | 2563 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_es.java    | 2565 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_fr.java    | 2560 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_it.java    | 2565 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_ja.java    | 2806 ++++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_ko.java    | 2555 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_sv.java    | 2546 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_zh_CN.java | 2556 ++++++++++++++++++
 .../apache/xalan/res/XSLTErrorResources_zh_TW.java | 2555 ++++++++++++++++++
 src/org/apache/xalan/res/XSLTInfo.properties       |    4 +-
 .../apache/xalan/templates/OutputProperties.java   |   36 +-
 src/org/apache/xml/dtm/ref/DTMManagerDefault.java  |    4 +-
 .../apache/xml/utils/res/XResourceBundleBase.java  |   86 +
 src/org/apache/xml/utils/res/XResources_de.java    |  123 +
 src/org/apache/xml/utils/res/XResources_es.java    |  123 +
 src/org/apache/xml/utils/res/XResources_fr.java    |  123 +
 src/org/apache/xml/utils/res/XResources_it.java    |  123 +
 src/org/apache/xml/utils/res/XResources_ko.java    |  126 +
 src/org/apache/xml/utils/res/XResources_sv.java    |  123 +
 .../apache/xpath/res/XPATHErrorResourceBundle.java |  130 +
 src/org/apache/xpath/res/XPATHErrorResources.java  | 1008 ++++++-
 .../apache/xpath/res/XPATHErrorResources_de.java   | 1111 ++++++++
 .../apache/xpath/res/XPATHErrorResources_en.java   |   68 +
 .../apache/xpath/res/XPATHErrorResources_es.java   | 1111 ++++++++
 .../apache/xpath/res/XPATHErrorResources_fr.java   | 1111 ++++++++
 .../apache/xpath/res/XPATHErrorResources_it.java   | 1115 ++++++++
 .../apache/xpath/res/XPATHErrorResources_ja.java   | 1188 +++++++++
 .../apache/xpath/res/XPATHErrorResources_ko.java   | 1093 ++++++++
 .../apache/xpath/res/XPATHErrorResources_sv.java   | 1092 ++++++++
 .../xpath/res/XPATHErrorResources_zh_CN.java       | 1093 ++++++++
 .../xpath/res/XPATHErrorResources_zh_TW.java       | 1093 ++++++++
 src/trax/trax.properties                           |   11 -
 34 files changed, 37356 insertions(+), 447 deletions(-)

diff --git a/src/org/apache/xalan/res/XSLMessages.java b/src/org/apache/xalan/res/XSLMessages.java
index a68e49d..d601ec5 100644
--- a/src/org/apache/xalan/res/XSLMessages.java
+++ b/src/org/apache/xalan/res/XSLMessages.java
@@ -2,7 +2,7 @@
  * The Apache Software License, Version 1.1
  *
  *
- * Copyright (c) 1999 The Apache Software Foundation.  All rights 
+ * Copyright (c) 1999 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer. 
+ *    notice, this list of conditions and the following disclaimer.
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in
@@ -18,7 +18,7 @@
  *    distribution.
  *
  * 3. The end-user documentation included with the redistribution,
- *    if any, must include the following acknowledgment:  
+ *    if any, must include the following acknowledgment:
  *       "This product includes software developed by the
  *        Apache Software Foundation (http://www.apache.org/)."
  *    Alternately, this acknowledgment may appear in the software itself,
@@ -26,7 +26,7 @@
  *
  * 4. The names "Xalan" and "Apache Software Foundation" must
  *    not be used to endorse or promote products derived from this
- *    software without prior written permission. For written 
+ *    software without prior written permission. For written
  *    permission, please contact apache@apache.org.
  *
  * 5. Products derived from this software may not be called "Apache",
@@ -56,6 +56,8 @@
  */
 package org.apache.xalan.res;
 
+import org.apache.xml.utils.res.XResourceBundleBase;
+
 import java.util.Locale;
 import java.util.ResourceBundle;
 import java.util.ListResourceBundle;
@@ -75,10 +77,10 @@ public class XSLMessages
   private Locale fLocale = Locale.getDefault();
 
   /** The language specific resource object for Xalan messages.  */
-  private static ResourceBundle XSLTBundle = null;
+  private static XResourceBundleBase XSLTBundle = null;
 
   /** The language specific resource object for XPath messages.  */
-  private static ResourceBundle XPATHBundle = null;
+  private static XResourceBundleBase XPATHBundle = null;
 
   /** The class name of the Xalan error message string table.    */
   private static final String XSLT_ERROR_RESOURCES =
@@ -96,7 +98,7 @@ public class XSLMessages
 
   /**
    * Set the Locale object to use.
-   * 
+   *
    * @param locale non-null reference to Locale object.
    */
    public void setLocale(Locale locale)
@@ -106,7 +108,7 @@ public class XSLMessages
 
   /**
    * Get the Locale object that is being used.
-   * 
+   *
    * @return non-null reference to Locale object.
    */
   public Locale getLocale()
@@ -124,18 +126,18 @@ public class XSLMessages
    *
    * @return The formatted warning string.
    */
-  public static final String createXPATHWarning(int errorCode, Object args[])  //throws Exception 
+  public static final String createXPATHWarning(int errorCode, Object args[])  //throws Exception
   {
 
     if (XPATHBundle == null)
       XPATHBundle =
-        loadResourceBundle(XPATH_ERROR_RESOURCES);
+        (XResourceBundleBase) loadResourceBundle(XPATH_ERROR_RESOURCES);
 
-    ResourceBundle fResourceBundle = XPATHBundle;
+    XResourceBundleBase fResourceBundle = XPATHBundle;
 
     if (fResourceBundle != null)
     {
-      String msgKey = XPATHErrorResources.getWarningKey(errorCode);
+      String msgKey = fResourceBundle.getWarningKey(errorCode);
 
       return createXPATHMsg(fResourceBundle, msgKey, args);
     }
@@ -153,25 +155,24 @@ public class XSLMessages
    *
    * @return The formatted message string.
    */
-  public static final String createXPATHMessage(int errorCode, Object args[])  //throws Exception 
+  public static final String createXPATHMessage(int errorCode, Object args[])  //throws Exception
   {
 
     if (XPATHBundle == null)
       XPATHBundle =
-        loadResourceBundle(XPATH_ERROR_RESOURCES);
+        (XResourceBundleBase) loadResourceBundle(XPATH_ERROR_RESOURCES);
 
-    ResourceBundle fResourceBundle = XPATHBundle;
+    XResourceBundleBase fResourceBundle = XPATHBundle;
 
     if (fResourceBundle != null)
     {
-      String msgKey = XPATHErrorResources.getMessageKey(errorCode);
+      String msgKey = fResourceBundle.getMessageKey(errorCode);
 
       return createXPATHMsg(fResourceBundle, msgKey, args);
     }
     else
       return "Could not load any resource bundles.";
   }
-  
   /**
    * Creates a message from the specified key and replacement
    * arguments, localized to the given locale.
@@ -182,14 +183,14 @@ public class XSLMessages
    *
    * @return The formatted message string.
    */
-  public static final String createXPATHMessage(String msgKey, Object args[])  //throws Exception 
+  public static final String createXPATHMessage(String msgKey, Object args[])  //throws Exception
   {
 
     if (XPATHBundle == null)
       XPATHBundle =
-        loadResourceBundle(XPATH_ERROR_RESOURCES);
+        (XResourceBundleBase) loadResourceBundle(XPATH_ERROR_RESOURCES);
 
-    ResourceBundle fResourceBundle = XPATHBundle;
+    XResourceBundleBase fResourceBundle = XPATHBundle;
 
     if (fResourceBundle != null)
     {
@@ -199,7 +200,6 @@ public class XSLMessages
       return "Could not load any resource bundles.";
   }
 
-
   /**
    * Creates a message from the specified key and replacement
    * arguments, localized to the given locale.
@@ -213,8 +213,8 @@ public class XSLMessages
    *
    * @return The formatted message string.
    */
-  public static final String createXPATHMsg(ResourceBundle fResourceBundle,
-                                            String msgKey, Object args[])  //throws Exception 
+  public static final String createXPATHMsg(XResourceBundleBase fResourceBundle,
+                                            String msgKey, Object args[])  //throws Exception
   {
 
     String fmsg = null;
@@ -273,27 +273,25 @@ public class XSLMessages
    * @param args      The arguments to be used as replacement text
    *                  in the message created.
    *
-   * @return The formatted warning string.
+   * @return The formatted message string.
    */
-  public static final String createWarning(int errorCode, Object args[])  //throws Exception 
+  public static final String createMessage(String msgKey, Object args[])  //throws Exception
   {
 
     if (XSLTBundle == null)
       XSLTBundle =
-        loadResourceBundle(XSLT_ERROR_RESOURCES);
+        (XResourceBundleBase) loadResourceBundle(XSLT_ERROR_RESOURCES);
 
-    ResourceBundle fResourceBundle = XSLTBundle;
+    XResourceBundleBase fResourceBundle = XSLTBundle;
 
     if (fResourceBundle != null)
     {
-      String msgKey = XSLTErrorResources.getWarningKey(errorCode);
-
       return createMsg(fResourceBundle, msgKey, args);
     }
     else
       return "Could not load any resource bundles.";
   }
-  
+
   /**
    * Creates a message from the specified key and replacement
    * arguments, localized to the given locale.
@@ -302,19 +300,21 @@ public class XSLMessages
    * @param args      The arguments to be used as replacement text
    *                  in the message created.
    *
-   * @return The formatted message string.
+   * @return The formatted warning string.
    */
-  public static final String createMessage(String msgKey, Object args[])  //throws Exception 
+  public static final String createWarning(int errorCode, Object args[])  //throws Exception
   {
 
     if (XSLTBundle == null)
       XSLTBundle =
-        loadResourceBundle(XSLT_ERROR_RESOURCES);
+        (XResourceBundleBase) loadResourceBundle(XSLT_ERROR_RESOURCES);
 
-    ResourceBundle fResourceBundle = XSLTBundle;
+    XResourceBundleBase fResourceBundle = XSLTBundle;
 
     if (fResourceBundle != null)
     {
+      String msgKey = fResourceBundle.getWarningKey(errorCode);
+
       return createMsg(fResourceBundle, msgKey, args);
     }
     else
@@ -331,18 +331,18 @@ public class XSLMessages
    *
    * @return The formatted message string.
    */
-  public static final String createMessage(int errorCode, Object args[])  //throws Exception 
+  public static final String createMessage(int errorCode, Object args[])  //throws Exception
   {
 
     if (XSLTBundle == null)
       XSLTBundle =
-        loadResourceBundle(XSLT_ERROR_RESOURCES);
+        (XResourceBundleBase) loadResourceBundle(XSLT_ERROR_RESOURCES);
 
-    ResourceBundle fResourceBundle = XSLTBundle;
+    XResourceBundleBase fResourceBundle = XSLTBundle;
 
     if (fResourceBundle != null)
     {
-      String msgKey = XSLTErrorResources.getMessageKey(errorCode);
+      String msgKey = fResourceBundle.getMessageKey(errorCode);
 
       return createMsg(fResourceBundle, msgKey, args);
     }
@@ -363,8 +363,8 @@ public class XSLMessages
    *
    * @return The formatted message string.
    */
-  public static final String createMsg(ResourceBundle fResourceBundle,
-                                       String msgKey, Object args[])  //throws Exception 
+  public static final String createMsg(XResourceBundleBase fResourceBundle,
+                                       String msgKey, Object args[])  //throws Exception
   {
 
     String fmsg = null;
@@ -437,11 +437,11 @@ public class XSLMessages
     int majorCode;
     int minorCode;
     String fmsg = null;
-    ResourceBundle aResourceBundle = null;
+    XResourceBundleBase aResourceBundle = null;
 
-    aResourceBundle = loadResourceBundle(bundleName);
+    aResourceBundle = (XResourceBundleBase) loadResourceBundle(bundleName);
 
-    String msgKey = XSLTErrorResources.getMessageKey(errorCode);
+    String msgKey = aResourceBundle.getMessageKey(errorCode);
     String msg = null;
 
     if (msgKey != null)
@@ -499,19 +499,19 @@ public class XSLMessages
    * @return the ResourceBundle
    * @throws MissingResourceException
    */
-  public static final ResourceBundle loadResourceBundle(String className)
+  public static final ListResourceBundle loadResourceBundle(String className)
           throws MissingResourceException
   {
 
     Locale locale = Locale.getDefault();
 
-    // String suffix = getResourceSuffix(locale);  
+    // String suffix = getResourceSuffix(locale);
     try
     {
 
       //System.out.println("resource " +className+suffix);
       // first try with the given locale
-      return ResourceBundle.getBundle(className, locale);
+      return (ListResourceBundle) ResourceBundle.getBundle(className, locale);
     }
     catch (MissingResourceException e)
     {
@@ -520,7 +520,7 @@ public class XSLMessages
 
         // Since we can't find the localized property file,
         // fall back to en_US.
-        return ResourceBundle.getBundle(
+        return (ListResourceBundle) ResourceBundle.getBundle(
           XSLT_ERROR_RESOURCES, new Locale("en", "US"));
       }
       catch (MissingResourceException e2)
diff --git a/src/org/apache/xalan/res/XSLTErrorResources.java b/src/org/apache/xalan/res/XSLTErrorResources.java
index 0229482..1737ff9 100644
--- a/src/org/apache/xalan/res/XSLTErrorResources.java
+++ b/src/org/apache/xalan/res/XSLTErrorResources.java
@@ -2,7 +2,7 @@
  * The Apache Software License, Version 1.1
  *
  *
- * Copyright (c) 1999 The Apache Software Foundation.  All rights 
+ * Copyright (c) 1999 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer. 
+ *    notice, this list of conditions and the following disclaimer.
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in
@@ -18,7 +18,7 @@
  *    distribution.
  *
  * 3. The end-user documentation included with the redistribution,
- *    if any, must include the following acknowledgment:  
+ *    if any, must include the following acknowledgment:
  *       "This product includes software developed by the
  *        Apache Software Foundation (http://www.apache.org/)."
  *    Alternately, this acknowledgment may appear in the software itself,
@@ -26,7 +26,7 @@
  *
  * 4. The names "Xalan" and "Apache Software Foundation" must
  *    not be used to endorse or promote products derived from this
- *    software without prior written permission. For written 
+ *    software without prior written permission. For written
  *    permission, please contact apache@apache.org.
  *
  * 5. Products derived from this software may not be called "Apache",
@@ -56,14 +56,16 @@
  */
 package org.apache.xalan.res;
 
-import java.io.IOException;
-import java.io.InputStream;
-import java.text.DecimalFormat;
-import java.util.Locale;
+import org.apache.xml.utils.res.XResourceBundleBase;
+
 import java.util.MissingResourceException;
-import java.util.PropertyResourceBundle;
+import java.util.Locale;
 import java.util.ResourceBundle;
 
+import java.text.DecimalFormat;
+
+import org.apache.xalan.templates.Constants;
+
 /**
  * Set up error messages.
  * We build a two dimensional array of message keys and
@@ -74,19 +76,8 @@ import java.util.ResourceBundle;
  * fill in the actual message string. Follow the instructions
  * below.
  */
-public class XSLTErrorResources extends PropertyResourceBundle
+public class XSLTErrorResources extends XResourceBundleBase
 {
-  public XSLTErrorResources()
-  	throws java.io.IOException
-  {
-    super(null);
-  }
-  
-  public XSLTErrorResources(InputStream is) 
-  	throws java.io.IOException
-  {
-  	super(is);
-  }
 
   /** The error suffix for construction error property keys.   */
   public static final String ERROR_SUFFIX = "ER";
@@ -94,17 +85,42 @@ public class XSLTErrorResources extends PropertyResourceBundle
   /** The warning suffix for construction error property keys.   */
   public static final String WARNING_SUFFIX = "WR";
 
-//  /** Maximum error messages, this is needed to keep track of the number of messages.    */
-//  public static final int MAX_CODE = 226;          
-//
-//  /** Maximum warnings, this is needed to keep track of the number of warnings.          */
-//  public static final int MAX_WARNING = 26;
-//
-//  /** Maximum misc strings.   */
-//  public static final int MAX_OTHERS = 45;
-//
-//  /** Maximum total warnings and error messages.          */
-//  public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
+    // New error messages were added after Xalan 2.2-D11
+  /** Maximum error messages, this is needed to keep track of the number of messages.    */
+  public static final int MAX_CODE = 253;
+
+  /** Maximum warnings, this is needed to keep track of the number of warnings.          */
+  public static final int MAX_WARNING = 29;
+
+  /** Maximum misc strings.   */
+  public static final int MAX_OTHERS = 55;
+
+  /** Maximum total warnings and error messages.          */
+  public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
+
+  /** The lookup table for error messages.   */
+  static final Object[][] contents =
+    new Object[MAX_MESSAGES + MAX_OTHERS + 1][2];
+
+  /*
+   * Now fill in the message keys.
+   * This does not need to be updated. If MAX_CODE and MAX_WARNING
+   * are correct, the keys will get filled in automatically with
+   * the value ERxxxx (WRxxxx for warnings) where xxxx is a
+   * formatted number corresponding to the error code (i.e. ER0001).
+   */
+  static
+  {
+    for (int i = 0; i < MAX_CODE + 1; i++)
+    {
+      contents[i][0] = getMKey(i);
+    }
+
+    for (int i = 1; i < MAX_WARNING + 1; i++)
+    {
+      contents[i + MAX_CODE][0] = getWKey(i);
+    }
+  }
 
   /*
    * Now fill in the message text.
@@ -115,963 +131,2335 @@ public class XSLTErrorResources extends PropertyResourceBundle
    */
 
   // Error messages...
+
+  /** Error message ID that has a null message, but takes in a single object.    */
   public static final int ERROR0000 = 0;
 
+  static
+  {
+    contents[ERROR0000][1] = "{0}";
+  }
 
   /** ER_NO_CURLYBRACE          */
   public static final int ER_NO_CURLYBRACE = 1;
 
+  static
+  {
+    contents[ER_NO_CURLYBRACE][1] =
+      "Error: Can not have '{' within expression";
+  }
 
   /** ER_ILLEGAL_ATTRIBUTE          */
   public static final int ER_ILLEGAL_ATTRIBUTE = 2;
 
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE][1] = "{0} has an illegal attribute: {1}";
+  }
 
   /** ER_NULL_SOURCENODE_APPLYIMPORTS          */
   public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
 
+  static
+  {
+    contents[ER_NULL_SOURCENODE_APPLYIMPORTS][1] =
+      "sourceNode is null in xsl:apply-imports!";
+  }
 
   /** ER_CANNOT_ADD          */
   public static final int ER_CANNOT_ADD = 4;
 
+  static
+  {
+    contents[ER_CANNOT_ADD][1] = "Can not add {0} to {1}";
+  }
 
   /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES          */
   public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
 
+  static
+  {
+    contents[ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES][1] =
+      "sourceNode is null in handleApplyTemplatesInstruction!";
+  }
 
   /** ER_NO_NAME_ATTRIB          */
   public static final int ER_NO_NAME_ATTRIB = 6;
 
+  static
+  {
+    contents[ER_NO_NAME_ATTRIB][1] = "{0} must have a name attribute.";
+  }
 
   /** ER_TEMPLATE_NOT_FOUND          */
   public static final int ER_TEMPLATE_NOT_FOUND = 7;
 
+  static
+  {
+    contents[ER_TEMPLATE_NOT_FOUND][1] = "Could not find template named: {0}";
+  }
 
   /** ER_CANT_RESOLVE_NAME_AVT          */
   public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
 
+  static
+  {
+    contents[ER_CANT_RESOLVE_NAME_AVT][1] =
+      "Could not resolve name AVT in xsl:call-template.";
+  }
 
   /** ER_REQUIRES_ATTRIB          */
   public static final int ER_REQUIRES_ATTRIB = 9;
 
+  static
+  {
+    contents[ER_REQUIRES_ATTRIB][1] = "{0} requires attribute: {1}";
+  }
 
   /** ER_MUST_HAVE_TEST_ATTRIB          */
   public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
 
+  static
+  {
+    contents[ER_MUST_HAVE_TEST_ATTRIB][1] =
+      "{0} must have a 'test' attribute.";
+  }
 
   /** ER_BAD_VAL_ON_LEVEL_ATTRIB          */
   public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
 
+  static
+  {
+    contents[ER_BAD_VAL_ON_LEVEL_ATTRIB][1] =
+      "Bad value on level attribute: {0}";
+  }
 
   /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
   public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
 
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML][1] =
+      "processing-instruction name can not be 'xml'";
+  }
 
   /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
   public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
 
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME][1] =
+      "processing-instruction name must be a valid NCName: {0}";
+  }
 
   /** ER_NEED_MATCH_ATTRIB          */
   public static final int ER_NEED_MATCH_ATTRIB = 14;
 
+  static
+  {
+    contents[ER_NEED_MATCH_ATTRIB][1] =
+      "{0} must have a match attribute if it has a mode.";
+  }
 
   /** ER_NEED_NAME_OR_MATCH_ATTRIB          */
   public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
 
+  static
+  {
+    contents[ER_NEED_NAME_OR_MATCH_ATTRIB][1] =
+      "{0} requires either a name or a match attribute.";
+  }
 
   /** ER_CANT_RESOLVE_NSPREFIX          */
   public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
 
+  static
+  {
+    contents[ER_CANT_RESOLVE_NSPREFIX][1] =
+      "Can not resolve namespace prefix: {0}";
+  }
 
   /** ER_ILLEGAL_VALUE          */
   public static final int ER_ILLEGAL_VALUE = 17;
 
+  static
+  {
+    contents[ER_ILLEGAL_VALUE][1] = "xml:space has an illegal value: {0}";
+  }
 
   /** ER_NO_OWNERDOC          */
   public static final int ER_NO_OWNERDOC = 18;
 
+  static
+  {
+    contents[ER_NO_OWNERDOC][1] =
+      "Child node does not have an owner document!";
+  }
 
   /** ER_ELEMTEMPLATEELEM_ERR          */
   public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
 
+  static
+  {
+    contents[ER_ELEMTEMPLATEELEM_ERR][1] = "ElemTemplateElement error: {0}";
+  }
 
   /** ER_NULL_CHILD          */
   public static final int ER_NULL_CHILD = 20;
 
+  static
+  {
+    contents[ER_NULL_CHILD][1] = "Trying to add a null child!";
+  }
 
   /** ER_NEED_SELECT_ATTRIB          */
   public static final int ER_NEED_SELECT_ATTRIB = 21;
 
+  static
+  {
+    contents[ER_NEED_SELECT_ATTRIB][1] = "{0} requires a select attribute.";
+  }
 
   /** ER_NEED_TEST_ATTRIB          */
   public static final int ER_NEED_TEST_ATTRIB = 22;
 
+  static
+  {
+    contents[ER_NEED_TEST_ATTRIB][1] =
+      "xsl:when must have a 'test' attribute.";
+  }
 
   /** ER_NEED_NAME_ATTRIB          */
   public static final int ER_NEED_NAME_ATTRIB = 23;
 
+  static
+  {
+    contents[ER_NEED_NAME_ATTRIB][1] =
+      "xsl:with-param must have a 'name' attribute.";
+  }
 
   /** ER_NO_CONTEXT_OWNERDOC          */
   public static final int ER_NO_CONTEXT_OWNERDOC = 24;
 
+  static
+  {
+    contents[ER_NO_CONTEXT_OWNERDOC][1] =
+      "context does not have an owner document!";
+  }
 
   /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON          */
   public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
 
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_XML_PROC_LIAISON][1] =
+      "Could not create XML TransformerFactory Liaison: {0}";
+  }
 
   /** ER_PROCESS_NOT_SUCCESSFUL          */
   public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
 
+  static
+  {
+    contents[ER_PROCESS_NOT_SUCCESSFUL][1] =
+      "Xalan: Process was not successful.";
+  }
 
   /** ER_NOT_SUCCESSFUL          */
   public static final int ER_NOT_SUCCESSFUL = 27;
 
+  static
+  {
+    contents[ER_NOT_SUCCESSFUL][1] = "Xalan: was not successful.";
+  }
 
   /** ER_ENCODING_NOT_SUPPORTED          */
   public static final int ER_ENCODING_NOT_SUPPORTED = 28;
 
+  static
+  {
+    contents[ER_ENCODING_NOT_SUPPORTED][1] = "Encoding not supported: {0}";
+  }
 
   /** ER_COULD_NOT_CREATE_TRACELISTENER          */
   public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
 
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_TRACELISTENER][1] =
+      "Could not create TraceListener: {0}";
+  }
 
   /** ER_KEY_REQUIRES_NAME_ATTRIB          */
   public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
 
+  static
+  {
+    contents[ER_KEY_REQUIRES_NAME_ATTRIB][1] =
+      "xsl:key requires a 'name' attribute!";
+  }
 
   /** ER_KEY_REQUIRES_MATCH_ATTRIB          */
   public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
 
+  static
+  {
+    contents[ER_KEY_REQUIRES_MATCH_ATTRIB][1] =
+      "xsl:key requires a 'match' attribute!";
+  }
 
   /** ER_KEY_REQUIRES_USE_ATTRIB          */
   public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
 
+  static
+  {
+    contents[ER_KEY_REQUIRES_USE_ATTRIB][1] =
+      "xsl:key requires a 'use' attribute!";
+  }
 
   /** ER_REQUIRES_ELEMENTS_ATTRIB          */
   public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
 
+  static
+  {
+    contents[ER_REQUIRES_ELEMENTS_ATTRIB][1] =
+      "(StylesheetHandler) {0} requires an 'elements' attribute!";
+  }
 
   /** ER_MISSING_PREFIX_ATTRIB          */
   public static final int ER_MISSING_PREFIX_ATTRIB = 34;
 
+  static
+  {
+    contents[ER_MISSING_PREFIX_ATTRIB][1] =
+      "(StylesheetHandler) {0} attribute 'prefix' is missing";
+  }
 
   /** ER_BAD_STYLESHEET_URL          */
   public static final int ER_BAD_STYLESHEET_URL = 35;
 
+  static
+  {
+    contents[ER_BAD_STYLESHEET_URL][1] = "Stylesheet URL is bad: {0}";
+  }
 
   /** ER_FILE_NOT_FOUND          */
   public static final int ER_FILE_NOT_FOUND = 36;
 
+  static
+  {
+    contents[ER_FILE_NOT_FOUND][1] = "Stylesheet file was not found: {0}";
+  }
 
   /** ER_IOEXCEPTION          */
   public static final int ER_IOEXCEPTION = 37;
 
+  static
+  {
+    contents[ER_IOEXCEPTION][1] =
+      "Had IO Exception with stylesheet file: {0}";
+  }
 
   /** ER_NO_HREF_ATTRIB          */
   public static final int ER_NO_HREF_ATTRIB = 38;
 
+  static
+  {
+    contents[ER_NO_HREF_ATTRIB][1] =
+      "(StylesheetHandler) Could not find href attribute for {0}";
+  }
 
   /** ER_STYLESHEET_INCLUDES_ITSELF          */
   public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
 
+  static
+  {
+    contents[ER_STYLESHEET_INCLUDES_ITSELF][1] =
+      "(StylesheetHandler) {0} is directly or indirectly including itself!";
+  }
 
   /** ER_PROCESSINCLUDE_ERROR          */
   public static final int ER_PROCESSINCLUDE_ERROR = 40;
 
+  static
+  {
+    contents[ER_PROCESSINCLUDE_ERROR][1] =
+      "StylesheetHandler.processInclude error, {0}";
+  }
 
   /** ER_MISSING_LANG_ATTRIB          */
   public static final int ER_MISSING_LANG_ATTRIB = 41;
 
+  static
+  {
+    contents[ER_MISSING_LANG_ATTRIB][1] =
+      "(StylesheetHandler) {0} attribute 'lang' is missing";
+  }
 
   /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT          */
   public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
 
+  static
+  {
+    contents[ER_MISSING_CONTAINER_ELEMENT_COMPONENT][1] =
+      "(StylesheetHandler) misplaced {0} element?? Missing container element 'component'";
+  }
 
   /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT          */
   public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
 
+  static
+  {
+    contents[ER_CAN_ONLY_OUTPUT_TO_ELEMENT][1] =
+      "Can only output to an Element, DocumentFragment, Document, or PrintWriter.";
+  }
 
   /** ER_PROCESS_ERROR          */
   public static final int ER_PROCESS_ERROR = 44;
 
+  static
+  {
+    contents[ER_PROCESS_ERROR][1] = "StylesheetRoot.process error";
+  }
 
   /** ER_UNIMPLNODE_ERROR          */
   public static final int ER_UNIMPLNODE_ERROR = 45;
 
+  static
+  {
+    contents[ER_UNIMPLNODE_ERROR][1] = "UnImplNode error: {0}";
+  }
 
   /** ER_NO_SELECT_EXPRESSION          */
   public static final int ER_NO_SELECT_EXPRESSION = 46;
 
+  static
+  {
+    contents[ER_NO_SELECT_EXPRESSION][1] =
+      "Error! Did not find xpath select expression (-select).";
+  }
 
   /** ER_CANNOT_SERIALIZE_XSLPROCESSOR          */
   public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
 
+  static
+  {
+    contents[ER_CANNOT_SERIALIZE_XSLPROCESSOR][1] =
+      "Can not serialize an XSLProcessor!";
+  }
 
   /** ER_NO_INPUT_STYLESHEET          */
   public static final int ER_NO_INPUT_STYLESHEET = 48;
 
+  static
+  {
+    contents[ER_NO_INPUT_STYLESHEET][1] =
+      "Stylesheet input was not specified!";
+  }
 
   /** ER_FAILED_PROCESS_STYLESHEET          */
   public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
 
+  static
+  {
+    contents[ER_FAILED_PROCESS_STYLESHEET][1] =
+      "Failed to process stylesheet!";
+  }
 
   /** ER_COULDNT_PARSE_DOC          */
   public static final int ER_COULDNT_PARSE_DOC = 50;
 
+  static
+  {
+    contents[ER_COULDNT_PARSE_DOC][1] = "Could not parse {0} document!";
+  }
 
   /** ER_COULDNT_FIND_FRAGMENT          */
   public static final int ER_COULDNT_FIND_FRAGMENT = 51;
 
+  static
+  {
+    contents[ER_COULDNT_FIND_FRAGMENT][1] = "Could not find fragment: {0}";
+  }
 
   /** ER_NODE_NOT_ELEMENT          */
   public static final int ER_NODE_NOT_ELEMENT = 52;
 
+  static
+  {
+    contents[ER_NODE_NOT_ELEMENT][1] =
+      "Node pointed to by fragment identifier was not an element: {0}";
+  }
 
   /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB          */
   public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
 
+  static
+  {
+    contents[ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "for-each must have either a match or name attribute";
+  }
 
   /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB          */
   public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
 
+  static
+  {
+    contents[ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "templates must have either a match or name attribute";
+  }
 
   /** ER_NO_CLONE_OF_DOCUMENT_FRAG          */
   public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
 
+  static
+  {
+    contents[ER_NO_CLONE_OF_DOCUMENT_FRAG][1] =
+      "No clone of a document fragment!";
+  }
 
   /** ER_CANT_CREATE_ITEM          */
   public static final int ER_CANT_CREATE_ITEM = 56;
 
+  static
+  {
+    contents[ER_CANT_CREATE_ITEM][1] =
+      "Can not create item in result tree: {0}";
+  }
 
   /** ER_XMLSPACE_ILLEGAL_VALUE          */
   public static final int ER_XMLSPACE_ILLEGAL_VALUE = 57;
 
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VALUE][1] =
+      "xml:space in the source XML has an illegal value: {0}";
+  }
 
   /** ER_NO_XSLKEY_DECLARATION          */
   public static final int ER_NO_XSLKEY_DECLARATION = 58;
 
+  static
+  {
+    contents[ER_NO_XSLKEY_DECLARATION][1] =
+      "There is no xsl:key declaration for {0}!";
+  }
 
   /** ER_CANT_CREATE_URL          */
   public static final int ER_CANT_CREATE_URL = 59;
 
+  static
+  {
+    contents[ER_CANT_CREATE_URL][1] = "Error! Cannot create url for: {0}";
+  }
 
   /** ER_XSLFUNCTIONS_UNSUPPORTED          */
   public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
 
+  static
+  {
+    contents[ER_XSLFUNCTIONS_UNSUPPORTED][1] = "xsl:functions is unsupported";
+  }
 
   /** ER_PROCESSOR_ERROR          */
   public static final int ER_PROCESSOR_ERROR = 61;
 
+  static
+  {
+    contents[ER_PROCESSOR_ERROR][1] = "XSLT TransformerFactory Error";
+  }
 
   /** ER_NOT_ALLOWED_INSIDE_STYLESHEET          */
   public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
 
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_STYLESHEET][1] =
+      "(StylesheetHandler) {0} not allowed inside a stylesheet!";
+  }
 
   /** ER_RESULTNS_NOT_SUPPORTED          */
   public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
 
+  static
+  {
+    contents[ER_RESULTNS_NOT_SUPPORTED][1] =
+      "result-ns no longer supported!  Use xsl:output instead.";
+  }
 
   /** ER_DEFAULTSPACE_NOT_SUPPORTED          */
   public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
 
+  static
+  {
+    contents[ER_DEFAULTSPACE_NOT_SUPPORTED][1] =
+      "default-space no longer supported!  Use xsl:strip-space or xsl:preserve-space instead.";
+  }
 
   /** ER_INDENTRESULT_NOT_SUPPORTED          */
   public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
 
+  static
+  {
+    contents[ER_INDENTRESULT_NOT_SUPPORTED][1] =
+      "indent-result no longer supported!  Use xsl:output instead.";
+  }
 
   /** ER_ILLEGAL_ATTRIB          */
   public static final int ER_ILLEGAL_ATTRIB = 66;
 
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIB][1] =
+      "(StylesheetHandler) {0} has an illegal attribute: {1}";
+  }
 
   /** ER_UNKNOWN_XSL_ELEM          */
   public static final int ER_UNKNOWN_XSL_ELEM = 67;
 
+  static
+  {
+    contents[ER_UNKNOWN_XSL_ELEM][1] = "Unknown XSL element: {0}";
+  }
 
   /** ER_BAD_XSLSORT_USE          */
   public static final int ER_BAD_XSLSORT_USE = 68;
 
+  static
+  {
+    contents[ER_BAD_XSLSORT_USE][1] =
+      "(StylesheetHandler) xsl:sort can only be used with xsl:apply-templates or xsl:for-each.";
+  }
 
   /** ER_MISPLACED_XSLWHEN          */
   public static final int ER_MISPLACED_XSLWHEN = 69;
 
+  static
+  {
+    contents[ER_MISPLACED_XSLWHEN][1] =
+      "(StylesheetHandler) misplaced xsl:when!";
+  }
 
   /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE          */
   public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
 
+  static
+  {
+    contents[ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:when not parented by xsl:choose!";
+  }
 
   /** ER_MISPLACED_XSLOTHERWISE          */
   public static final int ER_MISPLACED_XSLOTHERWISE = 71;
 
+  static
+  {
+    contents[ER_MISPLACED_XSLOTHERWISE][1] =
+      "(StylesheetHandler) misplaced xsl:otherwise!";
+  }
 
   /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE          */
   public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
 
+  static
+  {
+    contents[ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:otherwise not parented by xsl:choose!";
+  }
 
   /** ER_NOT_ALLOWED_INSIDE_TEMPLATE          */
   public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
 
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_TEMPLATE][1] =
+      "(StylesheetHandler) {0} is not allowed inside a template!";
+  }
 
   /** ER_UNKNOWN_EXT_NS_PREFIX          */
   public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
 
+  static
+  {
+    contents[ER_UNKNOWN_EXT_NS_PREFIX][1] =
+      "(StylesheetHandler) {0} extension namespace prefix {1} unknown";
+  }
 
   /** ER_IMPORTS_AS_FIRST_ELEM          */
   public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
 
+  static
+  {
+    contents[ER_IMPORTS_AS_FIRST_ELEM][1] =
+      "(StylesheetHandler) Imports can only occur as the first elements in the stylesheet!";
+  }
 
   /** ER_IMPORTING_ITSELF          */
   public static final int ER_IMPORTING_ITSELF = 76;
 
+  static
+  {
+    contents[ER_IMPORTING_ITSELF][1] =
+      "(StylesheetHandler) {0} is directly or indirectly importing itself!";
+  }
 
   /** ER_XMLSPACE_ILLEGAL_VAL          */
   public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
 
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VAL][1] =
+      "(StylesheetHandler) " + "xml:space has an illegal value: {0}";
+  }
 
   /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL          */
   public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
 
+  static
+  {
+    contents[ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL][1] =
+      "processStylesheet not succesfull!";
+  }
 
   /** ER_SAX_EXCEPTION          */
   public static final int ER_SAX_EXCEPTION = 79;
 
+  static
+  {
+    contents[ER_SAX_EXCEPTION][1] = "SAX Exception";
+  }
 
   /** ER_FUNCTION_NOT_SUPPORTED          */
   public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
 
+  static
+  {
+    contents[ER_FUNCTION_NOT_SUPPORTED][1] = "Function not supported!";
+  }
 
   /** ER_XSLT_ERROR          */
   public static final int ER_XSLT_ERROR = 81;
 
+  static
+  {
+    contents[ER_XSLT_ERROR][1] = "XSLT Error";
+  }
 
   /** ER_CURRENCY_SIGN_ILLEGAL          */
   public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
 
+  static
+  {
+    contents[ER_CURRENCY_SIGN_ILLEGAL][1] =
+      "currency sign is not allowed in format pattern string";
+  }
 
   /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM          */
   public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
 
+  static
+  {
+    contents[ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM][1] =
+      "Document function not supported in Stylesheet DOM!";
+  }
 
   /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER          */
   public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
 
+  static
+  {
+    contents[ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER][1] =
+      "Can't resolve prefix of non-Prefix resolver!";
+  }
 
   /** ER_REDIRECT_COULDNT_GET_FILENAME          */
   public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
 
+  static
+  {
+    contents[ER_REDIRECT_COULDNT_GET_FILENAME][1] =
+      "Redirect extension: Could not get filename - file or select attribute must return vald string.";
+  }
 
   /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT          */
   public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
 
+  static
+  {
+    contents[ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT][1] =
+      "Can not build FormatterListener in Redirect extension!";
+  }
 
   /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX          */
   public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
 
+  static
+  {
+    contents[ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX][1] =
+      "Prefix in exclude-result-prefixes is not valid: {0}";
+  }
 
   /** ER_MISSING_NS_URI          */
   public static final int ER_MISSING_NS_URI = 88;
 
+  static
+  {
+    contents[ER_MISSING_NS_URI][1] =
+      "Missing namespace URI for specified prefix";
+  }
 
   /** ER_MISSING_ARG_FOR_OPTION          */
   public static final int ER_MISSING_ARG_FOR_OPTION = 89;
 
+  static
+  {
+    contents[ER_MISSING_ARG_FOR_OPTION][1] =
+      "Missing argument for option: {0}";
+  }
 
   /** ER_INVALID_OPTION          */
   public static final int ER_INVALID_OPTION = 90;
 
+  static
+  {
+    contents[ER_INVALID_OPTION][1] = "Invalid option: {0}";
+  }
 
   /** ER_MALFORMED_FORMAT_STRING          */
   public static final int ER_MALFORMED_FORMAT_STRING = 91;
 
+  static
+  {
+    contents[ER_MALFORMED_FORMAT_STRING][1] = "Malformed format string: {0}";
+  }
 
   /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
   public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
 
+  static
+  {
+    contents[ER_STYLESHEET_REQUIRES_VERSION_ATTRIB][1] =
+      "xsl:stylesheet requires a 'version' attribute!";
+  }
 
   /** ER_ILLEGAL_ATTRIBUTE_VALUE          */
   public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
 
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE_VALUE][1] =
+      "Attribute: {0} has an illegal value: {1}";
+  }
 
   /** ER_CHOOSE_REQUIRES_WHEN          */
   public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
 
+  static
+  {
+    contents[ER_CHOOSE_REQUIRES_WHEN][1] = "xsl:choose requires an xsl:when";
+  }
 
   /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          */
   public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
 
+  static
+  {
+    contents[ER_NO_APPLY_IMPORT_IN_FOR_EACH][1] =
+      "xsl:apply-imports not allowed in a xsl:for-each";
+  }
 
   /** ER_CANT_USE_DTM_FOR_OUTPUT          */
   public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
 
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_OUTPUT][1] =
+      "Cannot use a DTMLiaison for an output DOM node... pass a org.apache.xpath.DOM2Helper instead!";
+  }
 
   /** ER_CANT_USE_DTM_FOR_INPUT          */
   public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
 
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_INPUT][1] =
+      "Cannot use a DTMLiaison for a input DOM node... pass a org.apache.xpath.DOM2Helper instead!";
+  }
 
   /** ER_CALL_TO_EXT_FAILED          */
   public static final int ER_CALL_TO_EXT_FAILED = 98;
 
+  static
+  {
+    contents[ER_CALL_TO_EXT_FAILED][1] =
+      "Call to extension element failed: {0}";
+  }
 
   /** ER_PREFIX_MUST_RESOLVE          */
   public static final int ER_PREFIX_MUST_RESOLVE = 99;
 
+  static
+  {
+    contents[ER_PREFIX_MUST_RESOLVE][1] =
+      "Prefix must resolve to a namespace: {0}";
+  }
 
   /** ER_INVALID_UTF16_SURROGATE          */
   public static final int ER_INVALID_UTF16_SURROGATE = 100;
 
+  static
+  {
+    contents[ER_INVALID_UTF16_SURROGATE][1] =
+      "Invalid UTF-16 surrogate detected: {0} ?";
+  }
 
   /** ER_XSLATTRSET_USED_ITSELF          */
   public static final int ER_XSLATTRSET_USED_ITSELF = 101;
 
+  static
+  {
+    contents[ER_XSLATTRSET_USED_ITSELF][1] =
+      "xsl:attribute-set {0} used itself, which will cause an infinite loop.";
+  }
 
   /** ER_CANNOT_MIX_XERCESDOM          */
   public static final int ER_CANNOT_MIX_XERCESDOM = 102;
 
+  static
+  {
+    contents[ER_CANNOT_MIX_XERCESDOM][1] =
+      "Can not mix non Xerces-DOM input with Xerces-DOM output!";
+  }
 
   /** ER_TOO_MANY_LISTENERS          */
   public static final int ER_TOO_MANY_LISTENERS = 103;
 
+  static
+  {
+    contents[ER_TOO_MANY_LISTENERS][1] =
+      "addTraceListenersToStylesheet - TooManyListenersException";
+  }
 
   /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          */
   public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
 
+  static
+  {
+    contents[ER_IN_ELEMTEMPLATEELEM_READOBJECT][1] =
+      "In ElemTemplateElement.readObject: {0}";
+  }
 
   /** ER_DUPLICATE_NAMED_TEMPLATE          */
   public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;
 
+  static
+  {
+    contents[ER_DUPLICATE_NAMED_TEMPLATE][1] =
+      "Found more than one template named: {0}";
+  }
 
   /** ER_INVALID_KEY_CALL          */
   public static final int ER_INVALID_KEY_CALL = 106;
 
-  
+  static
+  {
+    contents[ER_INVALID_KEY_CALL][1] =
+      "Invalid function call: recursive key() calls are not allowed";
+  }
+
   /** Variable is referencing itself          */
   public static final int ER_REFERENCING_ITSELF = 107;
 
-  
+  static
+  {
+    contents[ER_REFERENCING_ITSELF][1] =
+      "Variable {0} is directly or indirectly referencing itself!";
+  }
+
   /** Illegal DOMSource input          */
   public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;
 
-	
+  static
+  {
+    contents[ER_ILLEGAL_DOMSOURCE_INPUT][1] =
+      "The input node can not be null for a DOMSource for newTemplates!";
+  }
+
 	/** Class not found for option         */
   public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;
 
-	
+  static
+  {
+    contents[ER_CLASS_NOT_FOUND_FOR_OPTION][1] =
+			"Class file not found for option {0}";
+  }
+
 	/** Required Element not found         */
   public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;
 
-  
+  static
+  {
+    contents[ER_REQUIRED_ELEM_NOT_FOUND][1] =
+			"Required Element not found: {0}";
+  }
+
   /** InputStream cannot be null         */
   public static final int ER_INPUT_CANNOT_BE_NULL = 111;
 
-  
+  static
+  {
+    contents[ER_INPUT_CANNOT_BE_NULL][1] =
+			"InputStream cannot be null";
+  }
+
   /** URI cannot be null         */
   public static final int ER_URI_CANNOT_BE_NULL = 112;
 
-  
+  static
+  {
+    contents[ER_URI_CANNOT_BE_NULL][1] =
+			"URI cannot be null";
+  }
+
   /** File cannot be null         */
   public static final int ER_FILE_CANNOT_BE_NULL = 113;
 
-  
+  static
+  {
+    contents[ER_FILE_CANNOT_BE_NULL][1] =
+			"File cannot be null";
+  }
+
    /** InputSource cannot be null         */
   public static final int ER_SOURCE_CANNOT_BE_NULL = 114;
 
-  
+  static
+  {
+    contents[ER_SOURCE_CANNOT_BE_NULL][1] =
+			"InputSource cannot be null";
+  }
+
   /** Can't overwrite cause         */
   public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;
 
-  
+  static
+  {
+    contents[ER_CANNOT_OVERWRITE_CAUSE][1] =
+			"Cannot overwrite cause";
+  }
+
   /** Could not initialize BSF Manager        */
   public static final int ER_CANNOT_INIT_BSFMGR = 116;
 
-  
+  static
+  {
+    contents[ER_CANNOT_INIT_BSFMGR][1] =
+			"Could not initialize BSF Manager";
+  }
+
   /** Could not compile extension       */
   public static final int ER_CANNOT_CMPL_EXTENSN = 117;
 
-  
+  static
+  {
+    contents[ER_CANNOT_CMPL_EXTENSN][1] =
+			"Could not compile extension";
+  }
+
   /** Could not create extension       */
   public static final int ER_CANNOT_CREATE_EXTENSN = 118;
 
-  
+  static
+  {
+    contents[ER_CANNOT_CREATE_EXTENSN][1] =
+      "Could not create extension: {0} because of: {1}";
+  }
+
   /** Instance method call to method {0} requires an Object instance as first argument       */
   public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;
 
-  
+  static
+  {
+    contents[ER_INSTANCE_MTHD_CALL_REQUIRES][1] =
+      "Instance method call to method {0} requires an Object instance as first argument";
+  }
+
   /** Invalid element name specified       */
   public static final int ER_INVALID_ELEMENT_NAME = 120;
 
-  
+  static
+  {
+    contents[ER_INVALID_ELEMENT_NAME][1] =
+      "Invalid element name specified {0}";
+  }
+
    /** Element name method must be static      */
   public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;
 
-  
+  static
+  {
+    contents[ER_ELEMENT_NAME_METHOD_STATIC][1] =
+      "Element name method must be static {0}";
+  }
+
    /** Extension function {0} : {1} is unknown      */
   public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;
 
-  
+  static
+  {
+    contents[ER_EXTENSION_FUNC_UNKNOWN][1] =
+             "Extension function {0} : {1} is unknown";
+  }
+
    /** More than one best match for constructor for       */
   public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;
 
-  
+  static
+  {
+    contents[ER_MORE_MATCH_CONSTRUCTOR][1] =
+             "More than one best match for constructor for {0}";
+  }
+
    /** More than one best match for method      */
   public static final int ER_MORE_MATCH_METHOD = 124;
 
-  
+  static
+  {
+    contents[ER_MORE_MATCH_METHOD][1] =
+             "More than one best match for method {0}";
+  }
+
    /** More than one best match for element method      */
   public static final int ER_MORE_MATCH_ELEMENT = 125;
 
-  
+  static
+  {
+    contents[ER_MORE_MATCH_ELEMENT][1] =
+             "More than one best match for element method {0}";
+  }
+
    /** Invalid context passed to evaluate       */
   public static final int ER_INVALID_CONTEXT_PASSED = 126;
 
-  
+  static
+  {
+    contents[ER_INVALID_CONTEXT_PASSED][1] =
+             "Invalid context passed to evaluate {0}";
+  }
+
    /** Pool already exists       */
   public static final int ER_POOL_EXISTS = 127;
 
-  
+  static
+  {
+    contents[ER_POOL_EXISTS][1] =
+             "Pool already exists";
+  }
+
    /** No driver Name specified      */
   public static final int ER_NO_DRIVER_NAME = 128;
 
-  
+  static
+  {
+    contents[ER_NO_DRIVER_NAME][1] =
+             "No driver Name specified";
+  }
+
    /** No URL specified     */
   public static final int ER_NO_URL = 129;
 
-  
+  static
+  {
+    contents[ER_NO_URL][1] =
+             "No URL specified";
+  }
+
    /** Pool size is less than one    */
   public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;
 
-  
+  static
+  {
+    contents[ER_POOL_SIZE_LESSTHAN_ONE][1] =
+             "Pool size is less than one!";
+  }
+
    /** Invalid driver name specified    */
   public static final int ER_INVALID_DRIVER = 131;
 
-  
+  static
+  {
+    contents[ER_INVALID_DRIVER][1] =
+             "Invalid driver name specified!";
+  }
+
    /** Did not find the stylesheet root    */
   public static final int ER_NO_STYLESHEETROOT = 132;
 
-  
+  static
+  {
+    contents[ER_NO_STYLESHEETROOT][1] =
+             "Did not find the stylesheet root!";
+  }
+
    /** Illegal value for xml:space     */
   public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;
 
-  
+  static
+  {
+    contents[ER_ILLEGAL_XMLSPACE_VALUE][1] =
+         "Illegal value for xml:space";
+  }
+
    /** processFromNode failed     */
   public static final int ER_PROCESSFROMNODE_FAILED = 134;
 
-  
+  static
+  {
+    contents[ER_PROCESSFROMNODE_FAILED][1] =
+         "processFromNode failed";
+  }
+
    /** The resource [] could not load:     */
   public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;
 
-   
-  
+  static
+  {
+    contents[ER_RESOURCE_COULD_NOT_LOAD][1] =
+        "The resource [ {0} ] could not load: {1} \n {2} \t {3}";
+  }
+
+
    /** Buffer size <=0     */
   public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;
 
-  
+  static
+  {
+    contents[ER_BUFFER_SIZE_LESSTHAN_ZERO][1] =
+        "Buffer size <=0";
+  }
+
    /** Unknown error when calling extension    */
   public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;
 
-  
+  static
+  {
+    contents[ER_UNKNOWN_ERROR_CALLING_EXTENSION][1] =
+        "Unknown error when calling extension";
+  }
+
    /** Prefix {0} does not have a corresponding namespace declaration    */
   public static final int ER_NO_NAMESPACE_DECL = 138;
 
-  
+  static
+  {
+    contents[ER_NO_NAMESPACE_DECL][1] =
+        "Prefix {0} does not have a corresponding namespace declaration";
+  }
+
    /** Element content not allowed for lang=javaclass   */
   public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;
 
-  
+  static
+  {
+    contents[ER_ELEM_CONTENT_NOT_ALLOWED][1] =
+        "Element content not allowed for lang=javaclass {0}";
+  }
+
    /** Stylesheet directed termination   */
   public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;
 
-  
+  static
+  {
+    contents[ER_STYLESHEET_DIRECTED_TERMINATION][1] =
+        "Stylesheet directed termination";
+  }
+
    /** 1 or 2   */
   public static final int ER_ONE_OR_TWO = 141;
 
-  
+  static
+  {
+    contents[ER_ONE_OR_TWO][1] =
+        "1 or 2";
+  }
+
    /** 2 or 3   */
   public static final int ER_TWO_OR_THREE = 142;
 
-  
+  static
+  {
+    contents[ER_TWO_OR_THREE][1] =
+        "2 or 3";
+  }
+
    /** Could not load {0} (check CLASSPATH), now using just the defaults   */
   public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;
 
-  
+  static
+  {
+    contents[ER_COULD_NOT_LOAD_RESOURCE][1] =
+        "Could not load {0} (check CLASSPATH), now using just the defaults";
+  }
+
    /** Cannot initialize default templates   */
   public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;
 
-  
+  static
+  {
+    contents[ER_CANNOT_INIT_DEFAULT_TEMPLATES][1] =
+        "Cannot initialize default templates";
+  }
+
    /** Result should not be null   */
   public static final int ER_RESULT_NULL = 145;
 
-    
+  static
+  {
+    contents[ER_RESULT_NULL][1] =
+        "Result should not be null";
+  }
+
    /** Result could not be set   */
   public static final int ER_RESULT_COULD_NOT_BE_SET = 146;
 
-  
+  static
+  {
+    contents[ER_RESULT_COULD_NOT_BE_SET][1] =
+        "Result could not be set";
+  }
+
    /** No output specified   */
   public static final int ER_NO_OUTPUT_SPECIFIED = 147;
 
-  
+  static
+  {
+    contents[ER_NO_OUTPUT_SPECIFIED][1] =
+        "No output specified";
+  }
+
    /** Can't transform to a Result of type   */
   public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;
 
-  
+  static
+  {
+    contents[ER_CANNOT_TRANSFORM_TO_RESULT_TYPE][1] =
+        "Can't transform to a Result of type {0}";
+  }
+
    /** Can't transform to a Source of type   */
   public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;
 
-  
+  static
+  {
+    contents[ER_CANNOT_TRANSFORM_SOURCE_TYPE][1] =
+        "Can't transform a Source of type {0}";
+  }
+
    /** Null content handler  */
   public static final int ER_NULL_CONTENT_HANDLER = 150;
 
-  
+  static
+  {
+    contents[ER_NULL_CONTENT_HANDLER][1] =
+        "Null content handler";
+  }
+
    /** Null error handler  */
   public static final int ER_NULL_ERROR_HANDLER = 151;
 
-  
+  static
+  {
+    contents[ER_NULL_ERROR_HANDLER][1] =
+        "Null error handler";
+  }
+
    /** parse can not be called if the ContentHandler has not been set */
   public static final int ER_CANNOT_CALL_PARSE = 152;
 
-  
+  static
+  {
+    contents[ER_CANNOT_CALL_PARSE][1] =
+        "parse can not be called if the ContentHandler has not been set";
+  }
+
    /**  No parent for filter */
   public static final int ER_NO_PARENT_FOR_FILTER = 153;
 
-  
-  
+  static
+  {
+    contents[ER_NO_PARENT_FOR_FILTER][1] =
+        "No parent for filter";
+  }
+
+
    /**  No stylesheet found in: {0}, media */
   public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;
 
-  
+  static
+  {
+    contents[ER_NO_STYLESHEET_IN_MEDIA][1] =
+         "No stylesheet found in: {0}, media= {1}";
+  }
+
    /**  No xml-stylesheet PI found in */
   public static final int ER_NO_STYLESHEET_PI = 155;
 
-  
+  static
+  {
+    contents[ER_NO_STYLESHEET_PI][1] =
+         "No xml-stylesheet PI found in: {0}";
+  }
+
    /**  No default implementation found */
   public static final int ER_NO_DEFAULT_IMPL = 156;
 
-  
+  static
+  {
+    contents[ER_NO_DEFAULT_IMPL][1] =
+         "No default implementation found ";
+  }
+
    /**  ChunkedIntArray({0}) not currently supported */
   public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;
 
-  
+  static
+  {
+    contents[ER_CHUNKEDINTARRAY_NOT_SUPPORTED][1] =
+       "ChunkedIntArray({0}) not currently supported";
+  }
+
    /**  Offset bigger than slot */
   public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;
 
-  
+  static
+  {
+    contents[ER_OFFSET_BIGGER_THAN_SLOT][1] =
+       "Offset bigger than slot";
+  }
+
    /**  Coroutine not available, id= */
   public static final int ER_COROUTINE_NOT_AVAIL = 159;
 
-  
+  static
+  {
+    contents[ER_COROUTINE_NOT_AVAIL][1] =
+       "Coroutine not available, id={0}";
+  }
+
    /**  CoroutineManager recieved co_exit() request */
   public static final int ER_COROUTINE_CO_EXIT = 160;
 
-  
+  static
+  {
+    contents[ER_COROUTINE_CO_EXIT][1] =
+       "CoroutineManager received co_exit() request";
+  }
+
    /**  co_joinCoroutineSet() failed */
   public static final int ER_COJOINROUTINESET_FAILED = 161;
 
-  
+  static
+  {
+    contents[ER_COJOINROUTINESET_FAILED][1] =
+       "co_joinCoroutineSet() failed";
+  }
+
    /**  Coroutine parameter error () */
   public static final int ER_COROUTINE_PARAM = 162;
 
-  
+  static
+  {
+    contents[ER_COROUTINE_PARAM][1] =
+       "Coroutine parameter error ({0})";
+  }
+
    /**  UNEXPECTED: Parser doTerminate answers  */
   public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;
 
-  
+  static
+  {
+    contents[ER_PARSER_DOTERMINATE_ANSWERS][1] =
+       "\nUNEXPECTED: Parser doTerminate answers {0}";
+  }
+
    /**  parse may not be called while parsing */
   public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;
 
-  
+  static
+  {
+    contents[ER_NO_PARSE_CALL_WHILE_PARSING][1] =
+       "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;
 
-  
+  static
+  {
+    contents[ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED][1] =
+       "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;
 
-  
+  static
+  {
+    contents[ER_ITERATOR_AXIS_NOT_IMPLEMENTED][1] =
+       "Error: iterator for axis {0} not implemented ";
+  }
+
    /**  Iterator clone not supported  */
   public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;
 
-  
+  static
+  {
+    contents[ER_ITERATOR_CLONE_NOT_SUPPORTED][1] =
+       "Iterator clone not supported";
+  }
+
    /**  Unknown axis traversal type  */
   public static final int ER_UNKNOWN_AXIS_TYPE = 168;
 
-  
+  static
+  {
+    contents[ER_UNKNOWN_AXIS_TYPE][1] =
+       "Unknown axis traversal type: {0}";
+  }
+
    /**  Axis traverser not supported  */
   public static final int ER_AXIS_NOT_SUPPORTED = 169;
 
-  
+  static
+  {
+    contents[ER_AXIS_NOT_SUPPORTED][1] =
+       "Axis traverser not supported: {0}";
+  }
+
    /**  No more DTM IDs are available  */
   public static final int ER_NO_DTMIDS_AVAIL = 170;
 
-  
+  static
+  {
+    contents[ER_NO_DTMIDS_AVAIL][1] =
+       "No more DTM IDs are available";
+  }
+
    /**  Not supported  */
   public static final int ER_NOT_SUPPORTED = 171;
 
-  
+  static
+  {
+    contents[ER_NOT_SUPPORTED][1] =
+       "Not supported: {0}";
+  }
+
    /**  node must be non-null for getDTMHandleFromNode  */
   public static final int ER_NODE_NON_NULL = 172;
 
-  
+  static
+  {
+    contents[ER_NODE_NON_NULL][1] =
+       "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;
 
-  
+  static
+  {
+    contents[ER_COULD_NOT_RESOLVE_NODE][1] =
+       "Could not resolve the node to a handle";
+  }
+
    /**  startParse may not be called while parsing */
   public static final int ER_STARTPARSE_WHILE_PARSING = 174;
 
-  
+  static
+  {
+    contents[ER_STARTPARSE_WHILE_PARSING][1] =
+       "startParse may not be called while parsing";
+  }
+
    /**  startParse needs a non-null SAXParser  */
   public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;
 
-  
+  static
+  {
+    contents[ER_STARTPARSE_NEEDS_SAXPARSER][1] =
+       "startParse needs a non-null SAXParser";
+  }
+
    /**  could not initialize parser with */
   public static final int ER_COULD_NOT_INIT_PARSER = 176;
 
-  
+  static
+  {
+    contents[ER_COULD_NOT_INIT_PARSER][1] =
+       "could not initialize parser with";
+  }
+
    /**  Value for property {0} should be a Boolean instance  */
   public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;
 
-  
+  static
+  {
+    contents[ER_PROPERTY_VALUE_BOOLEAN][1] =
+       "Value for property {0} should be a Boolean instance";
+  }
+
    /**  exception creating new instance for pool  */
   public static final int ER_EXCEPTION_CREATING_POOL = 178;
 
-  
+  static
+  {
+    contents[ER_EXCEPTION_CREATING_POOL][1] =
+       "exception creating new instance for pool";
+  }
+
    /**  Path contains invalid escape sequence  */
   public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;
 
-  
+  static
+  {
+    contents[ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE][1] =
+       "Path contains invalid escape sequence";
+  }
+
    /**  Scheme is required!  */
   public static final int ER_SCHEME_REQUIRED = 180;
 
-  
+  static
+  {
+    contents[ER_SCHEME_REQUIRED][1] =
+       "Scheme is required!";
+  }
+
    /**  No scheme found in URI  */
   public static final int ER_NO_SCHEME_IN_URI = 181;
 
-  
+  static
+  {
+    contents[ER_NO_SCHEME_IN_URI][1] =
+       "No scheme found in URI: {0}";
+  }
+
    /**  No scheme found in URI  */
   public static final int ER_NO_SCHEME_INURI = 182;
 
-  
+  static
+  {
+    contents[ER_NO_SCHEME_INURI][1] =
+       "No scheme found in URI";
+  }
+
    /**  Path contains invalid character:   */
   public static final int ER_PATH_INVALID_CHAR = 183;
 
-  
+  static
+  {
+    contents[ER_PATH_INVALID_CHAR][1] =
+       "Path contains invalid character: {0}";
+  }
+
    /**  Cannot set scheme from null string  */
   public static final int ER_SCHEME_FROM_NULL_STRING = 184;
 
-  
+  static
+  {
+    contents[ER_SCHEME_FROM_NULL_STRING][1] =
+       "Cannot set scheme from null string";
+  }
+
    /**  The scheme is not conformant. */
   public static final int ER_SCHEME_NOT_CONFORMANT = 185;
 
-  
+  static
+  {
+    contents[ER_SCHEME_NOT_CONFORMANT][1] =
+       "The scheme is not conformant.";
+  }
+
    /**  Host is not a well formed address  */
   public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;
 
-  
+  static
+  {
+    contents[ER_HOST_ADDRESS_NOT_WELLFORMED][1] =
+       "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;
 
-  
+  static
+  {
+    contents[ER_PORT_WHEN_HOST_NULL][1] =
+       "Port cannot be set when host is null";
+  }
+
    /**  Invalid port number  */
   public static final int ER_INVALID_PORT = 188;
 
-  
+  static
+  {
+    contents[ER_INVALID_PORT][1] =
+       "Invalid port number";
+  }
+
    /**  Fragment can only be set for a generic URI  */
   public static final int ER_FRAG_FOR_GENERIC_URI = 189;
 
-  
+  static
+  {
+    contents[ER_FRAG_FOR_GENERIC_URI][1] =
+       "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;
 
-  
+  static
+  {
+    contents[ER_FRAG_WHEN_PATH_NULL][1] =
+       "Fragment cannot be set when path is null";
+  }
+
    /**  Fragment contains invalid character  */
   public static final int ER_FRAG_INVALID_CHAR = 191;
 
-  
- 
-  
+  static
+  {
+    contents[ER_FRAG_INVALID_CHAR][1] =
+       "Fragment contains invalid character";
+  }
+
+
+
    /** Parser is already in use  */
   public static final int ER_PARSER_IN_USE = 192;
 
-  
+  static
+  {
+    contents[ER_PARSER_IN_USE][1] =
+        "Parser is already in use";
+  }
+
    /** Parser is already in use  */
   public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;
 
-  
+  static
+  {
+    contents[ER_CANNOT_CHANGE_WHILE_PARSING][1] =
+        "Cannot change {0} {1} while parsing";
+  }
+
    /** Self-causation not permitted  */
   public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;
 
-  
+  static
+  {
+    contents[ER_SELF_CAUSATION_NOT_PERMITTED][1] =
+        "Self-causation not permitted";
+  }
+
    /** src attribute not yet supported for  */
   public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT = 195;
 
-  
+  static
+  {
+    contents[ER_COULD_NOT_FIND_EXTERN_SCRIPT][1] =
+         "Could not get to external script at {0}";
+  }
+
   /** The resource [] could not be found     */
   public static final int ER_RESOURCE_COULD_NOT_FIND = 196;
 
-  
+  static
+  {
+    contents[ER_RESOURCE_COULD_NOT_FIND][1] =
+        "The resource [ {0} ] could not be found.\n {1}";
+  }
+
    /** output property not recognized:  */
   public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;
 
-  
+  static
+  {
+    contents[ER_OUTPUT_PROPERTY_NOT_RECOGNIZED][1] =
+        "Output property not recognized: {0}";
+  }
+
    /** Userinfo may not be specified if host is not specified   */
   public static final int ER_NO_USERINFO_IF_NO_HOST = 198;
 
-  
+  static
+  {
+    contents[ER_NO_USERINFO_IF_NO_HOST][1] =
+        "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;
 
-  
+  static
+  {
+    contents[ER_NO_PORT_IF_NO_HOST][1] =
+        "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;
 
-  
+  static
+  {
+    contents[ER_NO_QUERY_STRING_IN_PATH][1] =
+        "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;
 
-  
+  static
+  {
+    contents[ER_NO_FRAGMENT_STRING_IN_PATH][1] =
+        "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;
 
-  
+  static
+  {
+    contents[ER_CANNOT_INIT_URI_EMPTY_PARMS][1] =
+        "Cannot initialize URI with empty parameters";
+  }
+
    /** Failed creating ElemLiteralResult instance   */
   public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;
 
-  
-   /** Value for {0} should contain a parsable number   */
+  static
+  {
+    contents[ER_FAILED_CREATING_ELEMLITRSLT][1] =
+        "Failed creating ElemLiteralResult instance";
+  }
+
+  //Earlier (JDK 1.4 XALAN 2.2-D11) at key code '204' the key name was ER_PRIORITY_NOT_PARSABLE
+  // In latest Xalan code base key name is  ER_VALUE_SHOULD_BE_NUMBER. This should also be taken care
+  //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;
 
+  static
+  {
+    contents[ER_VALUE_SHOULD_BE_NUMBER][1] =
+        "Value for {0} should contain a parsable number";
+  }
 
-  
    /**  Value for {0} should equal 'yes' or 'no'   */
   public static final int ER_VALUE_SHOULD_EQUAL = 205;
 
- 
+  static
+  {
+    contents[ER_VALUE_SHOULD_EQUAL][1] =
+        " Value for {0} should equal yes or no";
+  }
+
    /**  Failed calling {0} method   */
   public static final int ER_FAILED_CALLING_METHOD = 206;
 
-  
+  static
+  {
+    contents[ER_FAILED_CALLING_METHOD][1] =
+        " Failed calling {0} method";
+  }
+
    /** Failed creating ElemLiteralResult instance   */
   public static final int ER_FAILED_CREATING_ELEMTMPL = 207;
 
-  
+  static
+  {
+    contents[ER_FAILED_CREATING_ELEMTMPL][1] =
+        "Failed creating ElemTemplateElement instance";
+  }
+
    /**  Characters are not allowed at this point in the document   */
   public static final int ER_CHARS_NOT_ALLOWED = 208;
 
-  
-  /**  attribute is not allowed on the element   */
-  public static final int ER_ATTR_NOT_ALLOWED = 209;
+  static
+  {
+    contents[ER_CHARS_NOT_ALLOWED][1] =
+        "Characters are not allowed at this point in the document";
+  }
+
+  /**  attribute is not allowed on the element   */
+  public static final int ER_ATTR_NOT_ALLOWED = 209;
+
+  static
+  {
+    contents[ER_ATTR_NOT_ALLOWED][1] =
+        "\"{0}\" attribute is not allowed on the {1} element!";
+  }
+
+  /**  Method not yet supported    */
+  public static final int ER_METHOD_NOT_SUPPORTED = 210;
+
+  static
+  {
+    contents[ER_METHOD_NOT_SUPPORTED][1] =
+        "Method not yet supported ";
+  }
+
+  /**  Bad value    */
+  public static final int ER_BAD_VALUE = 211;
+
+  static
+  {
+    contents[ER_BAD_VALUE][1] =
+     "{0} bad value {1} ";
+  }
+
+  /**  attribute value not found   */
+  public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
+
+  static
+  {
+    contents[ER_ATTRIB_VALUE_NOT_FOUND][1] =
+     "{0} attribute value not found ";
+  }
+
+  /**  attribute value not recognized    */
+  public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
+
+  static
+  {
+    contents[ER_ATTRIB_VALUE_NOT_RECOGNIZED][1] =
+     "{0} attribute value not recognized ";
+  }
+
+  /** IncrementalSAXSource_Filter not currently restartable   */
+  public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
+
+  static
+  {
+    contents[ER_INCRSAXSRCFILTER_NOT_RESTARTABLE][1] =
+     "IncrementalSAXSource_Filter not currently restartable";
+  }
+
+  /** IncrementalSAXSource_Filter not currently restartable   */
+  public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
+
+  static
+  {
+    contents[ER_XMLRDR_NOT_BEFORE_STARTPARSE][1] =
+     "XMLReader not before startParse request";
+  }
+
+  /** Attempting to generate a namespace prefix with a null URI   */
+  public static final int ER_NULL_URI_NAMESPACE = 216;
+
+  static
+  {
+    contents[ER_NULL_URI_NAMESPACE][1] =
+     "Attempting to generate a namespace prefix with a null URI";
+  }
+
+  //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;
+
+  static
+  {
+    contents[ER_NUMBER_TOO_BIG][1] =
+     "Attempting to format a number bigger than the largest Long integer";
+  }
+
+//ER_CANNOT_FIND_SAX1_DRIVER
+
+  public static final int  ER_CANNOT_FIND_SAX1_DRIVER = 218;
+
+  static
+  {
+    contents[ER_CANNOT_FIND_SAX1_DRIVER][1] =
+     "Cannot find SAX1 driver class {0}";
+  }
+
+//ER_SAX1_DRIVER_NOT_LOADED
+  public static final int  ER_SAX1_DRIVER_NOT_LOADED = 219;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_LOADED][1] =
+     "SAX1 driver class {0} found but cannot be loaded";
+  }
+
+//ER_SAX1_DRIVER_NOT_INSTANTIATED
+  public static final int  ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_INSTANTIATED][1] =
+     "SAX1 driver class {0} loaded but cannot be instantiated";
+  }
+
+
+// ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER
+  public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER][1] =
+     "SAX1 driver class {0} does not implement org.xml.sax.Parser";
+  }
+
+// ER_PARSER_PROPERTY_NOT_SPECIFIED
+  public static final int  ER_PARSER_PROPERTY_NOT_SPECIFIED = 222;
+
+  static
+  {
+    contents[ER_PARSER_PROPERTY_NOT_SPECIFIED][1] =
+     "System property org.xml.sax.parser not specified";
+  }
+
+//ER_PARSER_ARG_CANNOT_BE_NULL
+  public static final int  ER_PARSER_ARG_CANNOT_BE_NULL = 223 ;
+
+  static
+  {
+    contents[ER_PARSER_ARG_CANNOT_BE_NULL][1] =
+     "Parser argument must not be null";
+  }
+
+
+// ER_FEATURE
+  public static final int  ER_FEATURE = 224;
 
-  
-  /**  Method not yet supported    */
-  public static final int ER_METHOD_NOT_SUPPORTED = 210;
+  static
+  {
+    contents[ER_FEATURE][1] =
+     "Feature:a {0}";
+  }
 
- 
-  /**  Bad value    */
-  public static final int ER_BAD_VALUE = 211;
 
-  
-  /**  attribute value not found   */
-  public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
+// ER_PROPERTY
+  public static final int ER_PROPERTY = 225 ;
 
-  
-  /**  attribute value not recognized    */
-  public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
+  static
+  {
+    contents[ER_PROPERTY][1] =
+     "Property:a {0}";
+  }
 
+// ER_NULL_ENTITY_RESOLVER
+  public static final int ER_NULL_ENTITY_RESOLVER  = 226;
 
-  /** IncrementalSAXSource_Filter not currently restartable   */
-  public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
+  static
+  {
+    contents[ER_NULL_ENTITY_RESOLVER][1] =
+     "Null entity resolver";
+  }
 
-  
-  /** IncrementalSAXSource_Filter not currently restartable   */
-  public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
+// ER_NULL_DTD_HANDLER
+  public static final int  ER_NULL_DTD_HANDLER = 227 ;
 
-  
-  /** Attempting to generate a namespace prefix with a null URI   */
-  public static final int ER_NULL_URI_NAMESPACE = 216;
+  static
+  {
+    contents[ER_NULL_DTD_HANDLER][1] =
+     "Null DTD handler";
+  }
 
-  
-  /** Attempting to generate a namespace prefix with a null URI   */
-  public static final int ER_NUMBER_TOO_BIG = 217;
-  
 // No Driver Name Specified!
   public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228;
+  static
+  {
+    contents[ER_NO_DRIVER_NAME_SPECIFIED][1] =
+     "No Driver Name Specified!";
+  }
+
 
 // No URL Specified!
-  public static final int ER_NO_URL_SPECIFIED = 229; 
+  public static final int ER_NO_URL_SPECIFIED = 229;
+  static
+  {
+    contents[ER_NO_URL_SPECIFIED][1] =
+     "No URL Specified!";
+  }
+
 
 // Pool size is less than 1!
   public static final int ER_POOLSIZE_LESS_THAN_ONE = 230;
+  static
+  {
+    contents[ER_POOLSIZE_LESS_THAN_ONE][1] =
+     "Pool size is less than 1!";
+  }
+
 
 // Invalid Driver Name Specified!
   public static final int ER_INVALID_DRIVER_NAME = 231;
+  static
+  {
+    contents[ER_INVALID_DRIVER_NAME][1] =
+     "Invalid Driver Name Specified!";
+  }
+
+
 
 // ErrorListener
   public static final int ER_ERRORLISTENER = 232;
+  static
+  {
+    contents[ER_ERRORLISTENER][1] =
+     "ErrorListener";
+  }
+
 
 // Programmer's error! expr has no ElemTemplateElement parent!
   public static final int ER_ASSERT_NO_TEMPLATE_PARENT = 233;
+  static
+  {
+    contents[ER_ASSERT_NO_TEMPLATE_PARENT][1] =
+     "Programmer's error! expr has no ElemTemplateElement parent!";
+  }
+
 
 // Programmer's assertion in RundundentExprEliminator: {0}
   public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234;
+  static
+  {
+    contents[ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR][1] =
+     "Programmer's assertion in RundundentExprEliminator: {0}";
+  }
 
 // Axis traverser not supported: {0}
   public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235;
+  static
+  {
+    contents[ER_AXIS_TRAVERSER_NOT_SUPPORTED][1] =
+     "Axis traverser not supported: {0}";
+  }
 
 // ListingErrorHandler created with null PrintWriter!
   public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236;
+  static
+  {
+    contents[ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER][1] =
+     "ListingErrorHandler created with null PrintWriter!";
+  }
 
   // {0}is not allowed in this position in the stylesheet!
   public static final int ER_NOT_ALLOWED_IN_POSITION = 237;
+  static
+  {
+    contents[ER_NOT_ALLOWED_IN_POSITION][1] =
+     "{0} is not allowed in this position in the stylesheet!";
+  }
 
   // Non-whitespace text is not allowed in this position in the stylesheet!
   public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = 238;
-  
+  static
+  {
+    contents[ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION][1] =
+     "Non-whitespace text is not allowed in this position in the stylesheet!";
+  }
+
   // 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
+  static
+  {
+    contents[INVALID_TCHAR][1] =
+     "Illegal value: {1} used for CHAR attribute: {0}.  An attribute of type CHAR must be only 1 character!";
+  }
+
   public static final int ER_SYSTEMID_UNKNOWN = 240;
-    
-  // Location of error unknown  
+  static
+  {
+    contents[ER_SYSTEMID_UNKNOWN][1] =
+     "SystemId Unknown";
+  }
+
+  // Location of error unknown
   public static final int ER_LOCATION_UNKNOWN = 241;
-  
-  //The following codes are shared with the warning codes... 
+  static
+  {
+    contents[ER_LOCATION_UNKNOWN][1] =
+     "Location of error unknown";
+  }
+
+    // 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;   
-   
-  // Illegal value\u003a {1} used for ENUM attribute\u003a {0}.  Valid values are\u003a {2}.
+  public static final int INVALID_QNAME = 242;
+  static
+  {
+    contents[INVALID_QNAME][1] =
+     "Illegal value:a {1} used for QNAME attribute:a {0}";
+  }
+
+    // Note to translators:  The following message is used if the value of
+    // an attribute in a stylesheet is invalid.  "ENUM" is the XML data-type of
+    // 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:a {1} used for ENUM attribute:a {0}.  Valid values are:a {2}.
   public static final int INVALID_ENUM = 243;
-   
-  // Illegal value\u003a {1} used for NMTOKEN attribute\u003a {0}. 
+  static
+  {
+    contents[INVALID_ENUM][1] =
+     "Illegal value:a {1} used for ENUM attribute:a {0}.  Valid values are:a {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:a {1} used for NMTOKEN attribute:a {0}.
   public static final int INVALID_NMTOKEN = 244;
-      
-  // Illegal value\u003a {1} used for NCNAME attribute\u003a {0}. 
-  public static final int INVALID_NCNAME = 245;  
-   
-  // Illegal value\u003a {1} used for boolean attribute\u003a {0}. 
-  public static final int INVALID_BOOLEAN = 246;  
-
-  // Illegal value\u003a {1} used for number attribute\u003a {0}. 
+  static
+  {
+    contents[INVALID_NMTOKEN][1] =
+     "Illegal value:a {1} used for NMTOKEN attribute:a {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:a {1} used for NCNAME attribute:a {0}.
+  public static final int INVALID_NCNAME = 245;
+  static
+  {
+    contents[INVALID_NCNAME][1] =
+     "Illegal value:a {1} used for NCNAME attribute:a {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:a {1} used for boolean attribute:a {0}.
+  public static final int INVALID_BOOLEAN = 246;
+
+  static
+  {
+    contents[INVALID_BOOLEAN][1] =
+     "Illegal value:a {1} used for boolean attribute:a {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:a {1} used for number attribute:a {0}.
   public static final int INVALID_NUMBER = 247;
+  static
+  {
+    contents[INVALID_NUMBER][1] =
+     "Illegal value:a {1} used for number attribute:a {0} ";
+  }
+
 
-  
   // End of shared codes...
-  
+
+// Note to translators:  A "match pattern" is a special form of XPath expression
+// that is used for matching patterns.  The substitution text is the name of
+// 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;
-  
+  static
+  {
+    contents[ER_ARG_LITERAL][1] =
+     "Argument to {0} in match pattern must be a literal.";
+  }
+
+// Note to translators:  The following message indicates that two definitions of
+// 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;
-  
+  static
+  {
+    contents[ER_DUPLICATE_GLOBAL_VAR][1] =
+     "Duplicate global variable declaration.";
+  }
+
+
+// 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;
-  
+  static
+  {
+    contents[ER_DUPLICATE_VAR][1] =
+     "Duplicate variable declaration.";
+  }
+
+    // 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;    
-  
-  // Prefix in exclude-result-prefixes is not valid\u003a {0}
+  public static final int ER_TEMPLATE_NAME_MATCH     = 251;
+  static
+  {
+    contents[ER_TEMPLATE_NAME_MATCH][1] =
+     "xsl:atemplate must have a name or match attribute (or both)";
+  }
+
+    // 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:a {0}
   public static final int ER_INVALID_PREFIX          = 252;
-  
+  static
+  {
+    contents[ER_INVALID_PREFIX][1] =
+     "Prefix in exclude-result-prefixes is not valid:a {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.
+    // 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;
+  static
+  {
+    contents[ER_NO_ATTRIB_SET][1] =
+     "attribute-set named {0} does not exist";
+  }
 
 
 
@@ -1079,192 +2467,623 @@ public class XSLTErrorResources extends PropertyResourceBundle
     /**  Cannot find SAX1 driver class    *
   public static final int ER_CANNOT_FIND_SAX1_DRIVER = 190;
 
-  
+  static
+  {
+    contents[ER_CANNOT_FIND_SAX1_DRIVER][1] =
+      "Cannot find SAX1 driver class {0}";
+  }
+
    /**  SAX1 driver class {0} found but cannot be loaded    *
   public static final int ER_SAX1_DRIVER_NOT_LOADED = 191;
 
-  
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_LOADED][1] =
+      "SAX1 driver class {0} found but cannot be loaded";
+  }
+
    /**  SAX1 driver class {0} found but cannot be instantiated    *
   public static final int ER_SAX1_DRIVER_NOT_INSTANTIATED = 192;
 
-  
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_INSTANTIATED][1] =
+      "SAX1 driver class {0} loaded but cannot be instantiated";
+  }
+
    /**  SAX1 driver class {0} does not implement org.xml.sax.Parser    *
   public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 193;
 
-  
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER][1] =
+      "SAX1 driver class {0} does not implement org.xml.sax.Parser";
+  }
+
    /**  System property org.xml.sax.parser not specified    *
   public static final int ER_PARSER_PROPERTY_NOT_SPECIFIED = 194;
 
-  
+  static
+  {
+    contents[ER_PARSER_PROPERTY_NOT_SPECIFIED][1] =
+      "System property org.xml.sax.parser not specified";
+  }
+
    /**  Parser argument must not be null    *
   public static final int ER_PARSER_ARG_CANNOT_BE_NULL = 195;
 
-  
+  static
+  {
+    contents[ER_PARSER_ARG_CANNOT_BE_NULL][1] =
+      "Parser argument must not be null";
+  }
+
    /**  Feature:    *
   public static final int ER_FEATURE = 196;
 
-  
+  static
+  {
+    contents[ER_FEATURE][1] =
+        "Feature: {0}";
+  }
+
    /**  Property:    *
   public static final int ER_PROPERTY = 197;
 
-  
+  static
+  {
+    contents[ER_PROPERTY][1] =
+        "Property: {0}";
+  }
+
    /** Null Entity Resolver  *
   public static final int ER_NULL_ENTITY_RESOLVER = 198;
 
-  
+  static
+  {
+    contents[ER_NULL_ENTITY_RESOLVER][1] =
+        "Null entity resolver";
+  }
+
    /** Null DTD handler  *
   public static final int ER_NULL_DTD_HANDLER = 199;
 
-  
- */ 
-  
+  static
+  {
+    contents[ER_NULL_DTD_HANDLER][1] =
+        "Null DTD handler";
+  }
+
+ */
+
 
   // Warnings...
 
   /** WG_FOUND_CURLYBRACE          */
   public static final int WG_FOUND_CURLYBRACE = 1;
 
+  static
+  {
+    contents[WG_FOUND_CURLYBRACE + MAX_CODE][1] =
+      "Found '}' but no attribute template open!";
+  }
 
   /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */
   public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;
 
+  static
+  {
+    contents[WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR + MAX_CODE][1] =
+      "Warning: count attribute does not match an ancestor in xsl:number! Target = {0}";
+  }
 
   /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */
   public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;
 
+  static
+  {
+    contents[WG_EXPR_ATTRIB_CHANGED_TO_SELECT + MAX_CODE][1] =
+      "Old syntax: The name of the 'expr' attribute has been changed to 'select'.";
+  }
 
   /** WG_NO_LOCALE_IN_FORMATNUMBER          */
   public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4;
 
+  static
+  {
+    contents[WG_NO_LOCALE_IN_FORMATNUMBER + MAX_CODE][1] =
+      "Xalan doesn't yet handle the locale name in the format-number function.";
+  }
 
   /** WG_LOCALE_NOT_FOUND          */
   public static final int WG_LOCALE_NOT_FOUND = 5;
 
+  static
+  {
+    contents[WG_LOCALE_NOT_FOUND + MAX_CODE][1] =
+      "Warning: Could not find locale for xml:lang={0}";
+  }
 
   /** WG_CANNOT_MAKE_URL_FROM          */
   public static final int WG_CANNOT_MAKE_URL_FROM = 6;
 
+  static
+  {
+    contents[WG_CANNOT_MAKE_URL_FROM + MAX_CODE][1] =
+      "Can not make URL from: {0}";
+  }
 
   /** WG_CANNOT_LOAD_REQUESTED_DOC          */
   public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;
 
+  static
+  {
+    contents[WG_CANNOT_LOAD_REQUESTED_DOC + MAX_CODE][1] =
+      "Can not load requested doc: {0}";
+  }
 
   /** WG_CANNOT_FIND_COLLATOR          */
   public static final int WG_CANNOT_FIND_COLLATOR = 8;
 
+  static
+  {
+    contents[WG_CANNOT_FIND_COLLATOR + MAX_CODE][1] =
+      "Could not find Collator for <sort xml:lang={0}";
+  }
 
   /** WG_FUNCTIONS_SHOULD_USE_URL          */
   public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;
 
+  static
+  {
+    contents[WG_FUNCTIONS_SHOULD_USE_URL + MAX_CODE][1] =
+      "Old syntax: the functions instruction should use a url of {0}";
+  }
 
   /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */
   public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;
 
+  static
+  {
+    contents[WG_ENCODING_NOT_SUPPORTED_USING_UTF8 + MAX_CODE][1] =
+      "encoding not supported: {0}, using UTF-8";
+  }
 
   /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */
   public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;
 
+  static
+  {
+    contents[WG_ENCODING_NOT_SUPPORTED_USING_JAVA + MAX_CODE][1] =
+      "encoding not supported: {0}, using Java {1}";
+  }
 
   /** WG_SPECIFICITY_CONFLICTS          */
   public static final int WG_SPECIFICITY_CONFLICTS = 12;
 
+  static
+  {
+    contents[WG_SPECIFICITY_CONFLICTS + MAX_CODE][1] =
+      "Specificity conflicts found: {0} Last found in stylesheet will be used.";
+  }
 
   /** WG_PARSING_AND_PREPARING          */
   public static final int WG_PARSING_AND_PREPARING = 13;
 
+  static
+  {
+    contents[WG_PARSING_AND_PREPARING + MAX_CODE][1] =
+      "========= Parsing and preparing {0} ==========";
+  }
 
   /** WG_ATTR_TEMPLATE          */
   public static final int WG_ATTR_TEMPLATE = 14;
 
+  static
+  {
+    contents[WG_ATTR_TEMPLATE + MAX_CODE][1] = "Attr Template, {0}";
+  }
 
   /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */
   public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE =
     15;
 
+  static
+  {
+    contents[WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE + MAX_CODE][1] =
+      "Match conflict between xsl:strip-space and xsl:preserve-space";
+  }
 
   /** WG_ATTRIB_NOT_HANDLED          */
   public static final int WG_ATTRIB_NOT_HANDLED = 16;
 
+  static
+  {
+    contents[WG_ATTRIB_NOT_HANDLED + MAX_CODE][1] =
+      "Xalan does not yet handle the {0} attribute!";
+  }
 
   /** WG_NO_DECIMALFORMAT_DECLARATION          */
   public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;
 
+  static
+  {
+    contents[WG_NO_DECIMALFORMAT_DECLARATION + MAX_CODE][1] =
+      "No declaration found for decimal format: {0}";
+  }
 
   /** WG_OLD_XSLT_NS          */
   public static final int WG_OLD_XSLT_NS = 18;
 
+  static
+  {
+    contents[WG_OLD_XSLT_NS + MAX_CODE][1] = "Missing or incorrect XSLT Namespace. ";
+  }
 
   /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */
   public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;
 
+  static
+  {
+    contents[WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED + MAX_CODE][1] =
+      "Only one default xsl:decimal-format declaration is allowed.";
+  }
 
   /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */
   public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;
 
+  static
+  {
+    contents[WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE + MAX_CODE][1] =
+      "xsl:decimal-format names must be unique. Name \"{0}\" has been duplicated.";
+  }
 
   /** WG_ILLEGAL_ATTRIBUTE          */
   public static final int WG_ILLEGAL_ATTRIBUTE = 21;
 
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE + MAX_CODE][1] =
+      "{0} has an illegal attribute: {1}";
+  }
 
   /** WG_COULD_NOT_RESOLVE_PREFIX          */
   public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;
 
+  static
+  {
+    contents[WG_COULD_NOT_RESOLVE_PREFIX + MAX_CODE][1] =
+      "Could not resolve namespace prefix: {0}. The node will be ignored.";
+  }
 
   /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
   public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;
 
+  static
+  {
+    contents[WG_STYLESHEET_REQUIRES_VERSION_ATTRIB + MAX_CODE][1] =
+      "xsl:stylesheet requires a 'version' attribute!";
+  }
 
   /** WG_ILLEGAL_ATTRIBUTE_NAME          */
   public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;
 
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_NAME + MAX_CODE][1] =
+      "Illegal attribute name: {0}";
+  }
 
   /** WG_ILLEGAL_ATTRIBUTE_VALUE          */
   public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25;
 
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_VALUE + MAX_CODE][1] =
+      "Illegal value used for attribute {0}: {1}";
+  }
 
   /** WG_EMPTY_SECOND_ARG          */
   public static final int WG_EMPTY_SECOND_ARG = 26;
-  
+
+  static
+  {
+    contents[ WG_EMPTY_SECOND_ARG + MAX_CODE][1] =
+      "Resulting nodeset from second argument of document function is empty. The first agument will be used.";
+  }
+
+  //Following are the new WARNING keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11)
+
+    // 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;
-  
+  static
+  {
+    contents[ WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML + MAX_CODE][1] =
+      "The value of the 'name' attribute of xsl:aprocessing-instruction name must not be '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;  
-  
+  public static final int WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 28;
+  static
+  {
+    contents[ WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME + MAX_CODE][1] =
+      "The value of the 'name' attribute of xsl:aprocessing-instruction must be a valid NCName:a {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;
-  
-  
-  //The following warning codes are shared with the error codes ... 
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_POSITION + MAX_CODE][1] =
+      "Cannot add attribute {0} after child nodes or before an element is produced.  Attribute will be ignored.";
+  }
+
+    //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
+
+/**
+    // Note to translators:  The following message is used if the value of
+    // an attribute in a stylesheet is invalid.  "CHAR" is the XSLT data-type of
+    // the attribute, and should not be translated.  The substitution text {1} is
+    // invalid value, and {0} is the attribute name.
+    // INVALID_TCHAR
+
+  //The following warning codes are shared with the error codes ...
   // Illegal value: {1} used for CHAR attribute: {0}.  An attribute of type CHAR must be only 1 character!
   public static final int WG_INVALID_TCHAR = 239;
-  
-  
+  static
+  {
+    contents[WG_INVALID_TCHAR + MAX_CODE][1] =
+      "Illegal value: {1} used for CHAR attribute:a  {0}.  An attribute of type CHAR must be only 1 character!";
+  }
+
+    // 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
+
   // Illegal value: {1} used for QNAME attribute: {0}
   public static final int WG_INVALID_QNAME = 242;
-  
-   
-  // Illegal value\u003a {1} used for ENUM attribute\u003a {0}.  Valid values are\u003a {2}.
+  static
+  {
+    contents[WG_INVALID_QNAME + MAX_CODE][1] =
+      "Illegal value:a {1} used for QNAME attribute:a {0}";
+  }
+
+    // Note to translators:  The following message is used if the value of
+    // an attribute in a stylesheet is invalid.  "ENUM" is the XML data-type of
+    // 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:a {1} used for ENUM attribute:a {0}.  Valid values are:a {2}.
   public static final int WG_INVALID_ENUM = 243;
-  
-   
-  // Illegal value\u003a {1} used for NMTOKEN attribute\u003a {0}. 
+  static
+  {
+    contents[WG_INVALID_ENUM + MAX_CODE][1] =
+      "Illegal value:a {1} used for ENUM attribute:a {0}.  Valid values are:a {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:a {1} used for NMTOKEN attribute:a {0}.
   public static final int WG_INVALID_NMTOKEN = 244;
-  
-      
-  // Illegal value\u003a {1} used for NCNAME attribute\u003a {0}. 
+  static
+  {
+    contents[WG_INVALID_NMTOKEN + MAX_CODE][1] =
+      "Illegal value:a {1} used for NMTOKEN attribute:a {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:a {1} used for NCNAME attribute:a {0}.
   public static final int WG_INVALID_NCNAME = 245;
-  
-   
-  // Illegal value\u003a {1} used for boolean attribute\u003a {0}. 
+  static
+  {
+    contents[WG_INVALID_NCNAME + MAX_CODE][1] =
+      "Illegal value:a {1} used for NCNAME attribute:a {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:a {1} used for boolean attribute:a {0}.
   public static final int WG_INVALID_BOOLEAN = 246;
-  
+  static
+  {
+    contents[WG_INVALID_BOOLEAN + MAX_CODE][1] =
+      "Illegal value:a {1} used for boolean attribute:a {0} ";
+  }
 
-  // Illegal value\u003a {1} used for number attribute\u003a {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:a {1} used for number attribute:a {0}.
   public static final int WG_INVALID_NUMBER = 247;
+  static
+  {
+    contents[ WG_INVALID_NUMBER + MAX_CODE][1] =
+      "Illegal value:a {1} used for number attribute:a {0} ";
+  }
+
   // End of codes that are shared...
 
+*/
   // Other miscellaneous text used inside the code...
+  static
+  {
+    contents[MAX_MESSAGES][0] = "ui_language";
+    contents[MAX_MESSAGES][1] = "en";
+    contents[MAX_MESSAGES + 1][0] = "help_language";
+    contents[MAX_MESSAGES + 1][1] = "en";
+    contents[MAX_MESSAGES + 2][0] = "language";
+    contents[MAX_MESSAGES + 2][1] = "en";
+    contents[MAX_MESSAGES + 3][0] = "BAD_CODE";
+    contents[MAX_MESSAGES + 3][1] =
+      "Parameter to createMessage was out of bounds";
+    contents[MAX_MESSAGES + 4][0] = "FORMAT_FAILED";
+    contents[MAX_MESSAGES + 4][1] =
+      "Exception thrown during messageFormat call";
+    contents[MAX_MESSAGES + 5][0] = "version";
+    contents[MAX_MESSAGES + 5][1] = ">>>>>>> Xalan Version ";
+    contents[MAX_MESSAGES + 6][0] = "version2";
+    contents[MAX_MESSAGES + 6][1] = "<<<<<<<";
+    contents[MAX_MESSAGES + 7][0] = "yes";
+    contents[MAX_MESSAGES + 7][1] = "yes";
+    contents[MAX_MESSAGES + 8][0] = "line";
+    contents[MAX_MESSAGES + 8][1] = "Line #";
+    contents[MAX_MESSAGES + 9][0] = "column";
+    contents[MAX_MESSAGES + 9][1] = "Column #";
+    contents[MAX_MESSAGES + 10][0] = "xsldone";
+    contents[MAX_MESSAGES + 10][1] = "XSLProcessor: done";
+    contents[MAX_MESSAGES + 11][0] = "xslProc_option";
+    contents[MAX_MESSAGES + 11][1] = "Xalan-J command line Process class options:";
+    contents[MAX_MESSAGES + 12][0] = "optionIN";
+    contents[MAX_MESSAGES + 12][1] = "    -IN inputXMLURL";
+    contents[MAX_MESSAGES + 13][0] = "optionXSL";
+    contents[MAX_MESSAGES + 13][1] = "   [-XSL XSLTransformationURL]";
+    contents[MAX_MESSAGES + 14][0] = "optionOUT";
+    contents[MAX_MESSAGES + 14][1] = "   [-OUT outputFileName]";
+    contents[MAX_MESSAGES + 15][0] = "optionLXCIN";
+    contents[MAX_MESSAGES + 15][1] =
+      "   [-LXCIN compiledStylesheetFileNameIn]";
+    contents[MAX_MESSAGES + 16][0] = "optionLXCOUT";
+    contents[MAX_MESSAGES + 16][1] =
+      "   [-LXCOUT compiledStylesheetFileNameOutOut]";
+    contents[MAX_MESSAGES + 17][0] = "optionPARSER";
+    contents[MAX_MESSAGES + 17][1] =
+      "   [-PARSER fully qualified class name of parser liaison]";
+    contents[MAX_MESSAGES + 18][0] = "optionE";
+    contents[MAX_MESSAGES + 18][1] = "   [-E (Do not expand entity refs)]";
+    contents[MAX_MESSAGES + 19][0] = "optionV";
+    contents[MAX_MESSAGES + 19][1] = "   [-E (Do not expand entity refs)]";
+    contents[MAX_MESSAGES + 20][0] = "optionQC";
+    contents[MAX_MESSAGES + 20][1] =
+      "   [-QC (Quiet Pattern Conflicts Warnings)]";
+    contents[MAX_MESSAGES + 21][0] = "optionQ";
+    contents[MAX_MESSAGES + 21][1] = "   [-Q  (Quiet Mode)]";
+    contents[MAX_MESSAGES + 22][0] = "optionLF";
+    contents[MAX_MESSAGES + 22][1] =
+      "   [-LF (Use linefeeds only on output {default is CR/LF})]";
+    contents[MAX_MESSAGES + 23][0] = "optionCR";
+    contents[MAX_MESSAGES + 23][1] =
+      "   [-CR (Use carriage returns only on output {default is CR/LF})]";
+    contents[MAX_MESSAGES + 24][0] = "optionESCAPE";
+    contents[MAX_MESSAGES + 24][1] =
+      "   [-ESCAPE (Which characters to escape {default is <>&\"\'\\r\\n}]";
+    contents[MAX_MESSAGES + 25][0] = "optionINDENT";
+    contents[MAX_MESSAGES + 25][1] =
+      "   [-INDENT (Control how many spaces to indent {default is 0})]";
+    contents[MAX_MESSAGES + 26][0] = "optionTT";
+    contents[MAX_MESSAGES + 26][1] =
+      "   [-TT (Trace the templates as they are being called.)]";
+    contents[MAX_MESSAGES + 27][0] = "optionTG";
+    contents[MAX_MESSAGES + 27][1] =
+      "   [-TG (Trace each generation event.)]";
+    contents[MAX_MESSAGES + 28][0] = "optionTS";
+    contents[MAX_MESSAGES + 28][1] = "   [-TS (Trace each selection event.)]";
+    contents[MAX_MESSAGES + 29][0] = "optionTTC";
+    contents[MAX_MESSAGES + 29][1] =
+      "   [-TTC (Trace the template children as they are being processed.)]";
+    contents[MAX_MESSAGES + 30][0] = "optionTCLASS";
+    contents[MAX_MESSAGES + 30][1] =
+      "   [-TCLASS (TraceListener class for trace extensions.)]";
+    contents[MAX_MESSAGES + 31][0] = "optionVALIDATE";
+    contents[MAX_MESSAGES + 31][1] =
+      "   [-VALIDATE (Set whether validation occurs.  Validation is off by default.)]";
+    contents[MAX_MESSAGES + 32][0] = "optionEDUMP";
+    contents[MAX_MESSAGES + 32][1] =
+      "   [-EDUMP {optional filename} (Do stackdump on error.)]";
+    contents[MAX_MESSAGES + 33][0] = "optionXML";
+    contents[MAX_MESSAGES + 33][1] =
+      "   [-XML (Use XML formatter and add XML header.)]";
+    contents[MAX_MESSAGES + 34][0] = "optionTEXT";
+    contents[MAX_MESSAGES + 34][1] =
+      "   [-TEXT (Use simple Text formatter.)]";
+    contents[MAX_MESSAGES + 35][0] = "optionHTML";
+    contents[MAX_MESSAGES + 35][1] = "   [-HTML (Use HTML formatter.)]";
+    contents[MAX_MESSAGES + 36][0] = "optionPARAM";
+    contents[MAX_MESSAGES + 36][1] =
+      "   [-PARAM name expression (Set a stylesheet parameter)]";
+    contents[MAX_MESSAGES + 37][0] = "noParsermsg1";
+    contents[MAX_MESSAGES + 37][1] = "XSL Process was not successful.";
+    contents[MAX_MESSAGES + 38][0] = "noParsermsg2";
+    contents[MAX_MESSAGES + 38][1] = "** Could not find parser **";
+    contents[MAX_MESSAGES + 39][0] = "noParsermsg3";
+    contents[MAX_MESSAGES + 39][1] = "Please check your classpath.";
+    contents[MAX_MESSAGES + 40][0] = "noParsermsg4";
+    contents[MAX_MESSAGES + 40][1] =
+      "If you don't have IBM's XML Parser for Java, you can download it from";
+    contents[MAX_MESSAGES + 41][0] = "noParsermsg5";
+    contents[MAX_MESSAGES + 41][1] =
+      "IBM's AlphaWorks: http://www.alphaworks.ibm.com/formula/xml";
+		contents[MAX_MESSAGES + 42][0] = "optionURIRESOLVER";
+    contents[MAX_MESSAGES + 42][1] = "   [-URIRESOLVER full class name (URIResolver to be used to resolve URIs)]";
+		contents[MAX_MESSAGES + 43][0] = "optionENTITYRESOLVER";
+    contents[MAX_MESSAGES + 43][1] = "   [-ENTITYRESOLVER full class name (EntityResolver to be used to resolve entities)]";
+		contents[MAX_MESSAGES + 44][0] = "optionCONTENTHANDLER";
+    contents[MAX_MESSAGES + 44][1] = "   [-CONTENTHANDLER full class name (ContentHandler to be used to serialize output)]";
+    contents[MAX_MESSAGES + 45][0] = "optionLINENUMBERS";
+    contents[MAX_MESSAGES + 45][1] = "   [-L use line numbers for source document]";
+
+    // Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11)
+
+
+    contents[MAX_MESSAGES + 46][0] = "optionMEDIA";
+    contents[MAX_MESSAGES + 46][1] = " [-MEDIA mediaType (use media attribute to find stylesheet associated with a document.)]";
+    contents[MAX_MESSAGES + 47][0] = "optionFLAVOR";
+    contents[MAX_MESSAGES + 47][1] = " [-FLAVOR flavorName (Explicitly use s2s=SAX or d2d=DOM to do transform.)] "; // Added by sboag/scurcuru; experimental
+    contents[MAX_MESSAGES + 48][0] = "optionDIAG";
+    contents[MAX_MESSAGES + 48][1] = " [-DIAG (Print overall milliseconds transform took.)]";
+    contents[MAX_MESSAGES + 49][0] = "optionINCREMENTAL";
+    contents[MAX_MESSAGES + 49][1] = " [-INCREMENTAL (request incremental DTM construction by setting http://xml.apache.org/xalan/features/incremental true.)]";
+    contents[MAX_MESSAGES + 50][0] = "optionNOOPTIMIMIZE";
+    contents[MAX_MESSAGES + 50][1] = " [-NOOPTIMIMIZE (request no stylesheet optimization proccessing by setting http://xml.apache.org/xalan/features/optimize false.)]";
+    contents[MAX_MESSAGES + 51][0] = "optionRL";
+    contents[MAX_MESSAGES + 51][1] = " [-RL recursionlimit (assert numeric limit on stylesheet recursion depth.)]";
+    contents[MAX_MESSAGES + 52][0] = "optionXO";
+    contents[MAX_MESSAGES + 52][1] = " [-XO [transletName] (assign the name to the generated translet)]";
+    contents[MAX_MESSAGES + 53][0] = "optionXD";
+    contents[MAX_MESSAGES + 53][1] = " [-XD destinationDirectory (specify a destination directory for translet)]";
+    contents[MAX_MESSAGES + 54][0] = "optionXJ";
+    contents[MAX_MESSAGES + 54][1] = " [-XJ jarfile (packages translet classes into a jar file of name <jarfile>)]";
+    contents[MAX_MESSAGES + 55][0] = "optionXP";
+    contents[MAX_MESSAGES + 55][1] = " [-XP package (specifies a package name prefix for all generated translet classes)]";
+
+
+  }
 
   // ================= INFRASTRUCTURE ======================
 
@@ -1293,25 +3112,25 @@ public class XSLTErrorResources extends PropertyResourceBundle
    * @deprecated  */
   public static final String QUERY_HEADER = "PATTERN ";
 
-//  /**
-//   * Get the lookup table. 
-//   *
-//   * @return The int to message lookup table.
-//   */
-//  public Object[][] getContents()
-//  {
-//    return contents;
-//  }
+  /**
+   * Get the lookup table.
+   *
+   * @return The int to message lookup table.
+   */
+  public Object[][] getContents()
+  {
+    return contents;
+  }
 
   /**
    *   Return a named ResourceBundle for a particular locale.  This method mimics the behavior
    *   of ResourceBundle.getBundle().
-   *  
+   *
    *   @param className the name of the class that implements the resource bundle.
    *   @return the ResourceBundle
    *   @throws MissingResourceException
    */
-  public static final ResourceBundle loadResourceBundle(String className)
+  public static final XSLTErrorResources loadResourceBundle(String className)
           throws MissingResourceException
   {
 
@@ -1322,9 +3141,9 @@ public class XSLTErrorResources extends PropertyResourceBundle
     {
 
       // first try with the given locale
-      return ResourceBundle.getBundle(className
+      return (XSLTErrorResources) ResourceBundle.getBundle(className
               + suffix, locale);
-    } 
+    }
     catch (MissingResourceException e)
     {
       try  // try to fall back to en_US if we can't load
@@ -1332,7 +3151,7 @@ public class XSLTErrorResources extends PropertyResourceBundle
 
         // Since we can't find the localized property file,
         // fall back to en_US.
-        return ResourceBundle.getBundle(className,
+        return (XSLTErrorResources) ResourceBundle.getBundle(className,
                 new Locale("en", "US"));
       }
       catch (MissingResourceException e2)
@@ -1371,15 +3190,15 @@ public class XSLTErrorResources extends PropertyResourceBundle
    *
    * @param errorCode Should be a valid error code less than {@link #MAX_CODE}.
    *
-   * @return A string representation of the error code, or null if code is 
+   * @return A string representation of the error code, or null if code is
    * greater than MAX_CODE.
    */
-  public static String getMessageKey(int errorCode)
+  public String getMessageKey(int errorCode)
   {
 
-//    if (errorCode > MAX_CODE)
-//      return null;
-//    else
+    if (errorCode > MAX_CODE)
+      return null;
+    else
     {
       DecimalFormat df = new DecimalFormat("0000");
 
@@ -1392,15 +3211,15 @@ public class XSLTErrorResources extends PropertyResourceBundle
    *
    * @param errorCode Should be a valid warning code less than {@link #MAX_WARNING}.
    *
-   * @return A string representation of the warning code, or null if code is 
+   * @return A string representation of the warning code, or null if code is
    * greater than MAX_WARNING.
    */
-  public static String getWarningKey(int errorCode)
+  public String getWarningKey(int errorCode)
   {
 
-//    if (errorCode > MAX_WARNING)
-//      return null;
-//    else
+    if (errorCode > MAX_WARNING)
+      return null;
+    else
     {
       DecimalFormat df = new DecimalFormat("0000");
 
@@ -1413,14 +3232,14 @@ public class XSLTErrorResources extends PropertyResourceBundle
    *
    * @param errorCode Should be a valid error code less than {@link #MAX_CODE}.
    *
-   * @return A string representation of the error code, or null if code is 
+   * @return A string representation of the error code, or null if code is
    * greater than MAX_CODE.
    */
   public static String getMKey(int errorCode)
   {
-//    if (errorCode > MAX_CODE)
-//      return null;
-//    else
+    if (errorCode > MAX_CODE)
+      return null;
+    else
     {
       DecimalFormat df = new DecimalFormat("0000");
 
@@ -1433,15 +3252,15 @@ public class XSLTErrorResources extends PropertyResourceBundle
    *
    * @param errorCode Should be a valid warning code less than {@link #MAX_WARNING}.
    *
-   * @return A string representation of the warning code, or null if code is 
+   * @return A string representation of the warning code, or null if code is
    * greater than MAX_WARNING.
    */
   public static String getWKey(int errorCode)
   {
 
-//    if (errorCode > MAX_WARNING)
-//      return null;
-//    else
+    if (errorCode > MAX_WARNING)
+      return null;
+    else
     {
       DecimalFormat df = new DecimalFormat("0000");
 
diff --git a/src/org/apache/xalan/res/XSLTErrorResources_de.java b/src/org/apache/xalan/res/XSLTErrorResources_de.java
new file mode 100644
index 0000000..af9e1e0
--- /dev/null
+++ b/src/org/apache/xalan/res/XSLTErrorResources_de.java
@@ -0,0 +1,2563 @@
+/*
+ * @(#)XSLTErrorResources_de.java	1.8 02/03/26
+ *
+ * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+ * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ */
+
+/*
+ * The Apache Software License, Version 1.1
+ *
+ *
+ * Copyright (c) 1999 The Apache Software Foundation.  All rights 
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:  
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Xalan" and "Apache Software Foundation" must
+ *    not be used to endorse or promote products derived from this
+ *    software without prior written permission. For written 
+ *    permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    nor may "Apache" appear in their name, without prior written
+ *    permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation and was
+ * originally based on software copyright (c) 1999, Lotus
+ * Development Corporation., http://www.lotus.com.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ */
+package org.apache.xalan.res;
+
+import org.apache.xml.utils.res.XResourceBundleBase;
+
+import java.util.MissingResourceException;
+import java.util.Locale;
+import java.util.ResourceBundle;
+
+import java.text.DecimalFormat;
+
+import org.apache.xalan.templates.Constants;
+
+/**
+ * Set up error messages.
+ * We build a two dimensional array of message keys and
+ * message strings. In order to add a new message here,
+ * you need to first update the count of messages(MAX_CODE)or
+ * the count of warnings(MAX_WARNING). The array will be
+ * automatically filled in with the keys, but you need to
+ * fill in the actual message string. Follow the instructions
+ * below.
+ */
+public class XSLTErrorResources_de extends XSLTErrorResources
+{
+
+  /** The error suffix for construction error property keys.   */
+  public static final String ERROR_SUFFIX = "ER";
+
+
+  /** The warning suffix for construction error property keys.   */
+  public static final String WARNING_SUFFIX = "WR";
+
+  /** Maximum error messages, this is needed to keep track of the number of messages.    */
+  public static final int MAX_CODE = 215;          
+
+  /** Maximum warnings, this is needed to keep track of the number of warnings.          */
+  public static final int MAX_WARNING = 26;
+
+  /** Maximum misc strings.   */
+  public static final int MAX_OTHERS = 45;
+
+  /** Maximum total warnings and error messages.          */
+  public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
+
+  /** The lookup table for error messages.   */
+  static final Object[][] contents =
+    new Object[MAX_MESSAGES + MAX_OTHERS + 1][2];
+
+  /*
+   * Now fill in the message keys.
+   * This does not need to be updated. If MAX_CODE and MAX_WARNING
+   * are correct, the keys will get filled in automatically with
+   * the value ERxxxx (WRxxxx for warnings) where xxxx is a
+   * formatted number corresponding to the error code (i.e. ER0001).
+   */
+  static
+  {
+    for (int i = 0; i < MAX_CODE + 1; i++)
+    {
+      contents[i][0] = getMKey(i);
+    }
+
+    for (int i = 1; i < MAX_WARNING + 1; i++)
+    {
+      contents[i + MAX_CODE][0] = getWKey(i);
+    }
+  }
+
+  /*
+   * Now fill in the message text.
+   * First create an int for the message code. Make sure you
+   * update MAX_CODE for error messages and MAX_WARNING for warnings
+   * Then fill in the message text for that message code in the
+   * array. Use the new error code as the index into the array.
+   */
+
+  // Error messages...
+
+  /** Error message ID that has a null message, but takes in a single object.    */
+
+  public static final int ERROR0000 = 0;
+
+  static
+  {
+    contents[ERROR0000][1] = "{0}";
+  }
+
+  /** ER_NO_CURLYBRACE          */
+  public static final int ER_NO_CURLYBRACE = 1;
+
+  static
+
+  {
+    contents[ER_NO_CURLYBRACE][1] =
+      "Fehler: '{' in Ausdruck nicht zul\u00e4ssig";
+  }
+
+  /** ER_ILLEGAL_ATTRIBUTE          */
+  public static final int ER_ILLEGAL_ATTRIBUTE = 2;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE][1] = "{0} hat ein unzul\u00e4ssiges Attribut: {1}";
+  }
+
+  /** ER_NULL_SOURCENODE_APPLYIMPORTS          */
+
+  public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
+
+  static
+  {
+    contents[ER_NULL_SOURCENODE_APPLYIMPORTS][1] =
+      "sourceNode ist Null in xsl:apply-imports!";
+  }
+
+  /** ER_CANNOT_ADD          */
+  public static final int ER_CANNOT_ADD = 4;
+
+  static
+  {
+    contents[ER_CANNOT_ADD][1] = "{0} kann {1} nicht hinzugef\u00fcgt werden";
+  }
+
+  /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES          */
+  public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
+
+  static
+  {
+    contents[ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES][1] =
+      "sourceNode ist Null in handleApplyTemplatesInstruction!";
+  }
+
+  /** ER_NO_NAME_ATTRIB          */
+  public static final int ER_NO_NAME_ATTRIB = 6;
+
+  static
+  {
+    contents[ER_NO_NAME_ATTRIB][1] = "{0} muss ein 'name'-Attribut haben.";
+  }
+
+  /** ER_TEMPLATE_NOT_FOUND          */
+  public static final int ER_TEMPLATE_NOT_FOUND = 7;
+
+  static
+  {
+    contents[ER_TEMPLATE_NOT_FOUND][1] = "Vorlage konnte nicht gefunden werden: {0}";
+  }
+
+  /** ER_CANT_RESOLVE_NAME_AVT          */
+  public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_NAME_AVT][1] =
+      "AVT-Name in xsl:call-template konnte nicht aufgel\u00f6st werden.";
+  }
+
+  /** ER_REQUIRES_ATTRIB          */
+  public static final int ER_REQUIRES_ATTRIB = 9;
+
+  static
+  {
+    contents[ER_REQUIRES_ATTRIB][1] = "{0} erfordert Attribut: {1}";
+  }
+
+  /** ER_MUST_HAVE_TEST_ATTRIB          */
+  public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
+
+  static
+  {
+    contents[ER_MUST_HAVE_TEST_ATTRIB][1] =
+      "{0} muss ein 'test'-Attribut haben.";
+  }
+
+  /** ER_BAD_VAL_ON_LEVEL_ATTRIB          */
+  public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
+
+  static
+  {
+    contents[ER_BAD_VAL_ON_LEVEL_ATTRIB][1] =
+      "Ung\u00fcltiger Wert des 'level'-Attributs: {0}";
+  }
+
+  /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
+  public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
+
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML][1] =
+      "processing-instruction-Name kann nicht 'xml' sein";
+  }
+
+  /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
+  public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
+
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME][1] =
+      "processing-instruction-Name muss ein g\u00fcltiger NCName sein: {0}";
+  }
+
+  /** ER_NEED_MATCH_ATTRIB          */
+  public static final int ER_NEED_MATCH_ATTRIB = 14;
+
+  static
+  {
+    contents[ER_NEED_MATCH_ATTRIB][1] =
+      "{0} muss ein 'match'-Attribut haben, falls ein Modus angegeben ist.";
+  }
+
+  /** ER_NEED_NAME_OR_MATCH_ATTRIB          */
+  public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
+
+  static
+  {
+    contents[ER_NEED_NAME_OR_MATCH_ATTRIB][1] =
+      "{0} erfordert entweder ein 'name'- oder ein 'match'-Attribut.";
+  }
+
+  /** ER_CANT_RESOLVE_NSPREFIX          */
+  public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_NSPREFIX][1] =
+      "Namensraum-Pr\u00e4fix kann nicht aufgel\u00f6st werden: {0}";
+  }
+
+  /** ER_ILLEGAL_VALUE          */
+  public static final int ER_ILLEGAL_VALUE = 17;
+
+  static
+  {
+    contents[ER_ILLEGAL_VALUE][1] = "xml:space hat unzul\u00e4ssigen Wert: {0}";
+  }
+
+  /** ER_NO_OWNERDOC          */
+  public static final int ER_NO_OWNERDOC = 18;
+
+  static
+  {
+    contents[ER_NO_OWNERDOC][1] =
+      "Tochterknoten hat kein Eigent\u00fcmer-Dokument!";
+  }
+
+  /** ER_ELEMTEMPLATEELEM_ERR          */
+  public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
+
+  static
+  {
+    contents[ER_ELEMTEMPLATEELEM_ERR][1] = "ElemTemplateElement-Fehler: {0}";
+  }
+
+  /** ER_NULL_CHILD          */
+  public static final int ER_NULL_CHILD = 20;
+
+  static
+  {
+    contents[ER_NULL_CHILD][1] = "Versuch, einen Null-Tochterknoten hinzuzuf\u00fcgen!";
+  }
+
+  /** ER_NEED_SELECT_ATTRIB          */
+  public static final int ER_NEED_SELECT_ATTRIB = 21;
+
+  static
+  {
+    contents[ER_NEED_SELECT_ATTRIB][1] = "{0} erfordert ein 'select'-Attribut.";
+  }
+
+  /** ER_NEED_TEST_ATTRIB          */
+
+  public static final int ER_NEED_TEST_ATTRIB = 22;
+
+  static
+  {
+    contents[ER_NEED_TEST_ATTRIB][1] =
+      "xsl:when muss ein 'test'-Attribut haben.";
+  }
+
+  /** ER_NEED_NAME_ATTRIB          */
+  public static final int ER_NEED_NAME_ATTRIB = 23;
+
+  static
+  {
+    contents[ER_NEED_NAME_ATTRIB][1] =
+      "xsl:with-param muss ein 'name'-Attribut haben.";
+  }
+
+  /** ER_NO_CONTEXT_OWNERDOC          */
+  public static final int ER_NO_CONTEXT_OWNERDOC = 24;
+
+  static
+  {
+    contents[ER_NO_CONTEXT_OWNERDOC][1] =
+      "Kontext hat kein Eigent\u00fcmer-Dokument!";
+  }
+
+  /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON          */
+  public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
+
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_XML_PROC_LIAISON][1] =
+      "XML TransformerFactory Liaison konnte nicht erstellt werden: {0}";
+  }
+
+  /** ER_PROCESS_NOT_SUCCESSFUL          */
+  public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
+
+  static
+  {
+    contents[ER_PROCESS_NOT_SUCCESSFUL][1] =
+      "Xalan: Prozess fehlgeschlagen.";
+  }
+
+  /** ER_NOT_SUCCESSFUL          */
+  public static final int ER_NOT_SUCCESSFUL = 27;
+
+  static
+  {
+    contents[ER_NOT_SUCCESSFUL][1] = "Xalan: fehlgeschlagen.";
+  }
+
+  /** ER_ENCODING_NOT_SUPPORTED          */
+  public static final int ER_ENCODING_NOT_SUPPORTED = 28;
+
+  static
+  {
+    contents[ER_ENCODING_NOT_SUPPORTED][1] = "Codierung nicht unterst\u00fctzt: {0}";
+  }
+
+  /** ER_COULD_NOT_CREATE_TRACELISTENER          */
+  public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
+
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_TRACELISTENER][1] =
+      "TraceListener konnte nicht erstellt werden: {0}";
+  }
+
+  /** ER_KEY_REQUIRES_NAME_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_NAME_ATTRIB][1] =
+      "xsl:key erfordert ein 'name'-Attribut!";
+  }
+
+  /** ER_KEY_REQUIRES_MATCH_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
+
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_MATCH_ATTRIB][1] =
+      "xsl:key erfordert ein 'match'-Attribut!";
+  }
+
+  /** ER_KEY_REQUIRES_USE_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_USE_ATTRIB][1] =
+      "xsl:key erfordert ein 'use'-Attribut!";
+  }
+
+  /** ER_REQUIRES_ELEMENTS_ATTRIB          */
+  public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
+
+  static
+  {
+    contents[ER_REQUIRES_ELEMENTS_ATTRIB][1] =
+      "(StylesheetHandler) {0} erfordert ein 'elements'-Attribut!";
+  }
+
+  /** ER_MISSING_PREFIX_ATTRIB          */
+  public static final int ER_MISSING_PREFIX_ATTRIB = 34;
+
+  static
+  {
+    contents[ER_MISSING_PREFIX_ATTRIB][1] =
+      "(StylesheetHandler) {0} 'prefix'-Attribut fehlt";
+  }
+
+  /** ER_BAD_STYLESHEET_URL          */
+  public static final int ER_BAD_STYLESHEET_URL = 35;
+
+  static
+  {
+    contents[ER_BAD_STYLESHEET_URL][1] = "Stylesheet-URL ung\u00fcltig: {0}";
+  }
+
+  /** ER_FILE_NOT_FOUND          */
+  public static final int ER_FILE_NOT_FOUND = 36;
+
+  static
+  {
+    contents[ER_FILE_NOT_FOUND][1] = "Stylesheet-Datei nicht gefunden: {0}";
+  }
+
+  /** ER_IOEXCEPTION          */
+  public static final int ER_IOEXCEPTION = 37;
+
+  static
+  {
+    contents[ER_IOEXCEPTION][1] =
+      "IO-Ausnahme bei Stylesheet-Datei: {0}";
+  }
+
+  /** ER_NO_HREF_ATTRIB          */
+  public static final int ER_NO_HREF_ATTRIB = 38;
+
+  static
+  {
+    contents[ER_NO_HREF_ATTRIB][1] =
+      "(StylesheetHandler) 'href'-Attribut f\u00fcr {0} nicht gefunden";
+  }
+
+  /** ER_STYLESHEET_INCLUDES_ITSELF          */
+  public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
+
+  static
+  {
+    contents[ER_STYLESHEET_INCLUDES_ITSELF][1] =
+      "(StylesheetHandler) {0} schlie\u00dft sich selbst direkt oder indirekt ein!";
+  }
+
+  /** ER_PROCESSINCLUDE_ERROR          */
+  public static final int ER_PROCESSINCLUDE_ERROR = 40;
+
+  static
+  {
+    contents[ER_PROCESSINCLUDE_ERROR][1] =
+      "StylesheetHandler.processInclude-Fehler, {0}";
+  }
+
+  /** ER_MISSING_LANG_ATTRIB          */
+  public static final int ER_MISSING_LANG_ATTRIB = 41;
+
+  static
+  {
+    contents[ER_MISSING_LANG_ATTRIB][1] =
+      "(StylesheetHandler) {0} 'lang'-Attribut fehlt";
+  }
+
+  /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT          */
+  public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
+
+  static
+  {
+    contents[ER_MISSING_CONTAINER_ELEMENT_COMPONENT][1] =
+      "(StylesheetHandler) Element {0} an falscher Position?? Containerelement 'component' fehlt";
+  }
+
+  /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT          */
+  public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
+
+  static
+  {
+    contents[ER_CAN_ONLY_OUTPUT_TO_ELEMENT][1] =
+
+      "Ausgabe nur m\u00f6glich in Element, DocumentFragment, Document oder PrintWriter.";
+  }
+
+  /** ER_PROCESS_ERROR          */
+  public static final int ER_PROCESS_ERROR = 44;
+
+  static
+  {
+    contents[ER_PROCESS_ERROR][1] = "StylesheetRoot.process-Fehler";
+  }
+
+  /** ER_UNIMPLNODE_ERROR          */
+  public static final int ER_UNIMPLNODE_ERROR = 45;
+
+  static
+  {
+    contents[ER_UNIMPLNODE_ERROR][1] = "UnImplNode-Fehler: {0}";
+  }
+
+  /** ER_NO_SELECT_EXPRESSION          */
+  public static final int ER_NO_SELECT_EXPRESSION = 46;
+
+  static
+  {
+    contents[ER_NO_SELECT_EXPRESSION][1] =
+      "Fehler! 'select'-Ausdruck bei xpath nicht gefunden (-select).";
+  }
+
+  /** ER_CANNOT_SERIALIZE_XSLPROCESSOR          */
+  public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
+
+  static
+  {
+    contents[ER_CANNOT_SERIALIZE_XSLPROCESSOR][1] =
+      "Ein XSLProcessor kann nicht serialisiert werden!";
+  }
+
+  /** ER_NO_INPUT_STYLESHEET          */
+  public static final int ER_NO_INPUT_STYLESHEET = 48;
+
+  static
+  {
+    contents[ER_NO_INPUT_STYLESHEET][1] =
+      "Stylesheet-Eingabe nicht angegeben!";
+  }
+
+  /** ER_FAILED_PROCESS_STYLESHEET          */
+  public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
+
+  static
+  {
+    contents[ER_FAILED_PROCESS_STYLESHEET][1] =
+      "Stylesheet konnte nicht verarbeitet werden!";
+  }
+
+  /** ER_COULDNT_PARSE_DOC          */
+  public static final int ER_COULDNT_PARSE_DOC = 50;
+
+  static
+  {
+    contents[ER_COULDNT_PARSE_DOC][1] = "Dokument {0} konnte nicht geparst werden!";
+  }
+
+  /** ER_COULDNT_FIND_FRAGMENT          */
+  public static final int ER_COULDNT_FIND_FRAGMENT = 51;
+
+  static
+  {
+    contents[ER_COULDNT_FIND_FRAGMENT][1] = "Fragment nicht gefunden: {0}";
+  }
+
+  /** ER_NODE_NOT_ELEMENT          */
+  public static final int ER_NODE_NOT_ELEMENT = 52;
+
+  static
+  {
+    contents[ER_NODE_NOT_ELEMENT][1] =
+      "Knoten, auf den von einem Fragmentbezeichner gezeigt wird, war kein Element: {0}";
+  }
+
+  /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB          */
+  public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
+
+  static
+  {
+    contents[ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "for-each muss ein 'match'- oder 'name'-Attribut haben";
+  }
+
+  /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB          */
+  public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
+
+  static
+  {
+    contents[ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "Vorlagen m\u00fcssen ein 'match'- oder 'name'-Attribut haben";
+  }
+
+  /** ER_NO_CLONE_OF_DOCUMENT_FRAG          */
+  public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
+
+  static
+  {
+    contents[ER_NO_CLONE_OF_DOCUMENT_FRAG][1] =
+      "Kein Klone eines Dokument-Fragments!";
+  }
+
+  /** ER_CANT_CREATE_ITEM          */
+  public static final int ER_CANT_CREATE_ITEM = 56;
+
+  static
+  {
+    contents[ER_CANT_CREATE_ITEM][1] =
+      "Element im Ergebnisbaum kann nicht erstellt werden: {0}";
+  }
+
+  /** ER_XMLSPACE_ILLEGAL_VALUE          */
+  public static final int ER_XMLSPACE_ILLEGAL_VALUE = 57;
+
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VALUE][1] =
+      "xml:space in der Quell-XML hat einen ung\u00fcltigen Wert: {0}";
+  }
+
+  /** ER_NO_XSLKEY_DECLARATION          */
+  public static final int ER_NO_XSLKEY_DECLARATION = 58;
+
+  static
+  {
+    contents[ER_NO_XSLKEY_DECLARATION][1] =
+      "Keine xsl:key-Vereinbarung f\u00fcr {0} vorhanden!";
+  }
+
+  /** ER_CANT_CREATE_URL          */
+  public static final int ER_CANT_CREATE_URL = 59;
+
+  static
+  {
+    contents[ER_CANT_CREATE_URL][1] = "Fehler! URL kann nicht erstellt werden f\u00fcr: {0}";
+  }
+
+  /** ER_XSLFUNCTIONS_UNSUPPORTED          */
+  public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
+
+  static
+  {
+    contents[ER_XSLFUNCTIONS_UNSUPPORTED][1] = "xsl:functions nicht unterst\u00fctzt";
+  }
+
+  /** ER_PROCESSOR_ERROR          */
+  public static final int ER_PROCESSOR_ERROR = 61;
+
+  static
+  {
+    contents[ER_PROCESSOR_ERROR][1] = "XSLT TransformerFactory-Fehler";
+  }
+
+  /** ER_NOT_ALLOWED_INSIDE_STYLESHEET          */
+  public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
+
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_STYLESHEET][1] =
+      "(StylesheetHandler) {0} in einem Stylesheet nicht zul\u00e4ssig!";
+  }
+
+  /** ER_RESULTNS_NOT_SUPPORTED          */
+  public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
+
+  static
+  {
+    contents[ER_RESULTNS_NOT_SUPPORTED][1] =
+      "result-ns nicht mehr unterst\u00fctzt! Verwenden Sie statt dessen xsl:output.";
+  }
+
+  /** ER_DEFAULTSPACE_NOT_SUPPORTED          */
+  public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
+
+  static
+  {
+    contents[ER_DEFAULTSPACE_NOT_SUPPORTED][1] =
+      "default-space nicht mehr unterst\u00fctzt! Verwenden Sie statt dessen xsl:strip-space oder xsl:preserve-space.";
+  }
+
+  /** ER_INDENTRESULT_NOT_SUPPORTED          */
+  public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
+
+  static
+  {
+    contents[ER_INDENTRESULT_NOT_SUPPORTED][1] =
+      "indent-result nicht mehr unterst\u00fctzt! Verwenden Sie statt dessen xsl:output.";
+  }
+
+  /** ER_ILLEGAL_ATTRIB          */
+  public static final int ER_ILLEGAL_ATTRIB = 66;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIB][1] =
+      "(StylesheetHandler) {0} hat ein ung\u00fcltiges Attribut: {1}";
+  }
+
+  /** ER_UNKNOWN_XSL_ELEM          */
+  public static final int ER_UNKNOWN_XSL_ELEM = 67;
+
+  static
+  {
+    contents[ER_UNKNOWN_XSL_ELEM][1] = "Ungekanntes XSL-Element: {0}";
+  }
+
+  /** ER_BAD_XSLSORT_USE          */
+  public static final int ER_BAD_XSLSORT_USE = 68;
+
+  static
+  {
+    contents[ER_BAD_XSLSORT_USE][1] =
+      "(StylesheetHandler) xsl:sort kann nur mit xsl:apply-templates oder xsl:for-each verwendet werden.";
+  }
+
+  /** ER_MISPLACED_XSLWHEN          */
+  public static final int ER_MISPLACED_XSLWHEN = 69;
+
+  static
+  {
+    contents[ER_MISPLACED_XSLWHEN][1] =
+      "(StylesheetHandler) xsl:when an falscher Position!";
+  }
+
+  /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE          */
+  public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
+
+  static
+  {
+    contents[ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:when ohne \u00fcbergeordnetes xsl:choose!";
+  }
+
+  /** ER_MISPLACED_XSLOTHERWISE          */
+  public static final int ER_MISPLACED_XSLOTHERWISE = 71;
+
+  static
+  {
+    contents[ER_MISPLACED_XSLOTHERWISE][1] =
+      "(StylesheetHandler) xsl:otherwise an falscher Position!";
+  }
+
+  /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE          */
+  public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
+
+  static
+  {
+    contents[ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:otherwise ohne \u00fcbergeordnetes xsl:choose!";
+  }
+
+  /** ER_NOT_ALLOWED_INSIDE_TEMPLATE          */
+  public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
+
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_TEMPLATE][1] =
+      "(StylesheetHandler) {0} in einer Vorlage nicht zul\u00e4ssig!";
+  }
+
+  /** ER_UNKNOWN_EXT_NS_PREFIX          */
+  public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
+
+  static
+  {
+    contents[ER_UNKNOWN_EXT_NS_PREFIX][1] =
+      "(StylesheetHandler) Namensraum-Pr\u00e4fix {1} der Dateierweiterung {0} unbekannt";
+  }
+
+  /** ER_IMPORTS_AS_FIRST_ELEM          */
+  public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
+
+  static
+  {
+    contents[ER_IMPORTS_AS_FIRST_ELEM][1] =
+      "(StylesheetHandler) Importe nur als erste Elemente im Stylesheet m\u00f6glich!";
+  }
+
+  /** ER_IMPORTING_ITSELF          */
+  public static final int ER_IMPORTING_ITSELF = 76;
+
+  static
+  {
+    contents[ER_IMPORTING_ITSELF][1] =
+      "(StylesheetHandler) {0} schlie\u00dft sich selbst direkt oder indirekt ein!";
+  }
+
+  /** ER_XMLSPACE_ILLEGAL_VAL          */
+  public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
+
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VAL][1] =
+      "(StylesheetHandler) " + "xml:space hat ung\u00fcltigen Wert: {0}";
+
+  }
+
+  /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL          */
+  public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
+
+  static
+  {
+    contents[ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL][1] =
+      "processStylesheet fehlgeschlagen!";
+  }
+
+  /** ER_SAX_EXCEPTION          */
+  public static final int ER_SAX_EXCEPTION = 79;
+
+  static
+  {
+    contents[ER_SAX_EXCEPTION][1] = "SAX-Ausnahme";
+  }
+
+  /** ER_FUNCTION_NOT_SUPPORTED          */
+  public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
+
+  static
+  {
+    contents[ER_FUNCTION_NOT_SUPPORTED][1] = "Funktion nicht unterst\u00fctzt!";
+  }
+
+  /** ER_XSLT_ERROR          */
+  public static final int ER_XSLT_ERROR = 81;
+
+  static
+  {
+    contents[ER_XSLT_ERROR][1] = "XSLT-Fehler";
+  }
+
+  /** ER_CURRENCY_SIGN_ILLEGAL          */
+  public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
+
+  static
+  {
+    contents[ER_CURRENCY_SIGN_ILLEGAL][1] =
+      "W\u00e4hrungszeichen in Formatierungsmuster nicht zul\u00e4ssig";
+  }
+
+  /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM          */
+  public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
+
+  static
+  {
+    contents[ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM][1] =
+      "document-Funktion in Stylesheet-DOM nicht unterst\u00fctzt!";
+  }
+
+  /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER          */
+  public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER][1] =
+      "Pr\u00e4fix von Nicht-Pr\u00e4fix-Resolver kann nicht aufgel\u00f6st werden!";
+  }
+
+  /** ER_REDIRECT_COULDNT_GET_FILENAME          */
+  public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
+
+  static
+  {
+    contents[ER_REDIRECT_COULDNT_GET_FILENAME][1] =
+      "Redirect-Erweiterung: Dateiname konnte nicht ermittelt werden \u0096 'file'- oder 'select'-Attribut muss g\u00fcltige Zeichenkette zur\u00fcckgeben.";
+  }
+
+  /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT          */
+  public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
+
+  static
+  {
+    contents[ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT][1] =
+      "FormatterListener kann in Redirect-Erweiterung nicht aufgebaut werden!";
+  }
+
+  /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX          */
+  public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
+
+  static
+  {
+    contents[ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX][1] =
+      "Pr\u00e4fix in exclude-result-prefixes ist ung\u00fcltig: {0}";
+  }
+
+  /** ER_MISSING_NS_URI          */
+  public static final int ER_MISSING_NS_URI = 88;
+
+  static
+  {
+    contents[ER_MISSING_NS_URI][1] =
+      "Namensraum-URI f\u00fcr angegebenes Pr\u00e4fix fehlt";
+  }
+
+  /** ER_MISSING_ARG_FOR_OPTION          */
+  public static final int ER_MISSING_ARG_FOR_OPTION = 89;
+
+  static
+  {
+    contents[ER_MISSING_ARG_FOR_OPTION][1] =
+      "Argument f\u00fcr Option fehlt: {0}";
+  }
+
+  /** ER_INVALID_OPTION          */
+  public static final int ER_INVALID_OPTION = 90;
+
+  static
+  {
+    contents[ER_INVALID_OPTION][1] = "Ung\u00fcltige Option: {0}";
+  }
+
+  /** ER_MALFORMED_FORMAT_STRING          */
+  public static final int ER_MALFORMED_FORMAT_STRING = 91;
+
+  static
+  {
+    contents[ER_MALFORMED_FORMAT_STRING][1] = "Ung\u00fcltige Formatierungszeichenkette: {0}";
+  }
+
+  /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
+  public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
+
+  static
+  {
+    contents[ER_STYLESHEET_REQUIRES_VERSION_ATTRIB][1] =
+      "xsl:stylesheet erfordert ein 'version'-Attribut!";
+  }
+
+  /** ER_ILLEGAL_ATTRIBUTE_VALUE          */
+  public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE_VALUE][1] =
+      "Attribut: {0} hat einen ung\u00fcltigen Wert: {1}";
+  }
+
+  /** ER_CHOOSE_REQUIRES_WHEN          */
+  public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
+
+  static
+  {
+    contents[ER_CHOOSE_REQUIRES_WHEN][1] = "xsl:choose erfordert xsl:when";
+  }
+
+  /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          */
+  public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
+
+  static
+  {
+    contents[ER_NO_APPLY_IMPORT_IN_FOR_EACH][1] =
+      "xsl:apply-imports nicht zul\u00e4ssig in xsl:for-each";
+  }
+
+  /** ER_CANT_USE_DTM_FOR_OUTPUT          */
+  public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
+
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_OUTPUT][1] =
+      "Objekt der Klasse DTMLiaison kann f\u00fcr einen Ausgabe-DOM-Knoten nicht verwendet werden... \u00dcbergeben Sie statt dessen ein Objekt der Klasse org.apache.xpath.DOM2Helper!";
+  }
+
+  /** ER_CANT_USE_DTM_FOR_INPUT          */
+  public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
+
+
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_INPUT][1] =
+      "Objekt der Klasse DTMLiaison kann f\u00fcr einen Eingabe-DOM-Knoten nicht verwendet werden... \u00dcbergeben Sie statt dessen ein Objekt der Klasse org.apache.xpath.DOM2Helper!";
+  }
+
+  /** ER_CALL_TO_EXT_FAILED          */
+  public static final int ER_CALL_TO_EXT_FAILED = 98;
+
+  static
+  {
+    contents[ER_CALL_TO_EXT_FAILED][1] =
+      "Aufruf des Erweiterungselements fehlgeschlagen: {0}";
+  }
+
+  /** ER_PREFIX_MUST_RESOLVE          */
+  public static final int ER_PREFIX_MUST_RESOLVE = 99;
+
+  static
+  {
+    contents[ER_PREFIX_MUST_RESOLVE][1] =
+      "Pr\u00e4fix muss sich in einen Namensraum aufl\u00f6sen: {0}";
+  }
+
+  /** ER_INVALID_UTF16_SURROGATE          */
+  public static final int ER_INVALID_UTF16_SURROGATE = 100;
+
+  static
+  {
+    contents[ER_INVALID_UTF16_SURROGATE][1] =
+      "Ung\u00fcltiges UTF-16-Surrogat erkannt: {0} ?";
+  }
+
+  /** ER_XSLATTRSET_USED_ITSELF          */
+  public static final int ER_XSLATTRSET_USED_ITSELF = 101;
+
+  static
+  {
+    contents[ER_XSLATTRSET_USED_ITSELF][1] =
+      "xsl:attribute-set {0} verwendet sich selbst, was zu einer Endlosschleife f\u00fchrt.";
+  }
+
+  /** ER_CANNOT_MIX_XERCESDOM          */
+  public static final int ER_CANNOT_MIX_XERCESDOM = 102;
+
+  static
+  {
+    contents[ER_CANNOT_MIX_XERCESDOM][1] =
+      "Eingabe, die nicht Xerces-DOM entspricht, kann nicht mit Xerces-DOM-Ausgabe gemischt werden!";
+  }
+
+  /** ER_TOO_MANY_LISTENERS          */
+  public static final int ER_TOO_MANY_LISTENERS = 103;
+
+  static
+  {
+    contents[ER_TOO_MANY_LISTENERS][1] =
+      "addTraceListenersToStylesheet - TooManyListenersException";
+  }
+
+  /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          */
+  public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
+
+  static
+  {
+    contents[ER_IN_ELEMTEMPLATEELEM_READOBJECT][1] =
+      "In ElemTemplateElement.readObject: {0}";
+  }
+
+
+  /** ER_DUPLICATE_NAMED_TEMPLATE          */
+  public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;
+
+  static
+  {
+    contents[ER_DUPLICATE_NAMED_TEMPLATE][1] =
+      "Mehr als eine Vorlage gefunden, Name: {0}";
+  }
+
+  /** ER_INVALID_KEY_CALL          */
+  public static final int ER_INVALID_KEY_CALL = 106;
+
+  static
+  {
+    contents[ER_INVALID_KEY_CALL][1] =
+      "Ung\u00fcltiger Funktionsaufruf: Aufrufe mit rekursivem Schl\u00fcssel () nicht zul\u00e4ssig";
+  }
+  
+  /** Variable is referencing itself          */
+  public static final int ER_REFERENCING_ITSELF = 107;
+
+  static
+  {
+    contents[ER_REFERENCING_ITSELF][1] =
+      "Variable {0} bezieht sich direkt oder indirekt auf sich selbst!";
+  }
+  
+  /** Illegal DOMSource input          */
+  public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;
+
+  static
+  {
+    contents[ER_ILLEGAL_DOMSOURCE_INPUT][1] =
+      "Der Eingabeknoten darf f\u00fcr ein DOMSource f\u00fcr newTemplates nicht Null sein!";
+  }
+	
+	/** Class not found for option         */
+  public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;
+
+  static
+  {
+    contents[ER_CLASS_NOT_FOUND_FOR_OPTION][1] =
+			"Klassendatei nicht gefunden f\u00fcr Option {0}";
+  }
+	
+	/** Required Element not found         */
+  public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;
+
+  static
+  {
+    contents[ER_REQUIRED_ELEM_NOT_FOUND][1] =
+			"Erforderliches Element nicht gefunden: {0}";
+  }
+  
+  /** InputStream cannot be null         */
+  public static final int ER_INPUT_CANNOT_BE_NULL = 111;
+
+  static
+  {
+    contents[ER_INPUT_CANNOT_BE_NULL][1] =
+			"InputStream kann nicht Null sein";
+  }
+  
+  /** URI cannot be null         */
+  public static final int ER_URI_CANNOT_BE_NULL = 112;
+
+  static
+  {
+    contents[ER_URI_CANNOT_BE_NULL][1] =
+			"URI kann nicht Null sein";
+  }
+  
+  /** File cannot be null         */
+  public static final int ER_FILE_CANNOT_BE_NULL = 113;
+
+  static
+  {
+    contents[ER_FILE_CANNOT_BE_NULL][1] =
+			"Datei kann nicht Null sein";
+  }
+  
+   /** InputSource cannot be null         */
+  public static final int ER_SOURCE_CANNOT_BE_NULL = 114;
+
+  static
+  {
+    contents[ER_SOURCE_CANNOT_BE_NULL][1] =
+			"InputSource kann nicht Null sein";
+  }
+  
+  /** Can't overwrite cause         */
+  public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;
+
+  static
+  {
+    contents[ER_CANNOT_OVERWRITE_CAUSE][1] =
+			"Ursache f\u00fcr nicht m\u00f6gliches \u00dcberschreiben";
+  }
+  
+  /** Could not initialize BSF Manager        */
+  public static final int ER_CANNOT_INIT_BSFMGR = 116;
+
+  static
+  {
+    contents[ER_CANNOT_INIT_BSFMGR][1] =
+			"BSF Manager konnte nicht initialisiert werden";
+  }
+  
+  /** Could not compile extension       */
+  public static final int ER_CANNOT_CMPL_EXTENSN = 117;
+
+  static
+  {
+    contents[ER_CANNOT_CMPL_EXTENSN][1] =
+			"Erweiterung kann nicht kompiliert werden";
+  }
+  
+
+  /** Could not create extension       */
+  public static final int ER_CANNOT_CREATE_EXTENSN = 118;
+
+  static
+  {
+    contents[ER_CANNOT_CREATE_EXTENSN][1] =
+      "Erweiterung kann nicht erstellt werde: {0} Grund: {1}";
+  }
+  
+  /** Instance method call to method {0} requires an Object instance as first argument       */
+  public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;
+
+  static
+  {
+    contents[ER_INSTANCE_MTHD_CALL_REQUIRES][1] =
+      "Instanzenmethoden-Aufruf von Methode {0} erfordert eine Object-Instanz als erstes Argument";
+  }
+  
+  /** Invalid element name specified       */
+  public static final int ER_INVALID_ELEMENT_NAME = 120;
+
+  static
+  {
+    contents[ER_INVALID_ELEMENT_NAME][1] =
+      "Ung\u00fcltiger Elementname angegeben {0}";
+  }
+  
+   /** Element name method must be static      */
+  public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;
+
+  static
+  {
+    contents[ER_ELEMENT_NAME_METHOD_STATIC][1] =
+      "Elementnamen-Methode muss statisch sein {0}";
+  }
+  
+   /** Extension function {0} : {1} is unknown      */
+  public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;
+
+  static
+  {
+    contents[ER_EXTENSION_FUNC_UNKNOWN][1] =
+             "Erweiterungsfunktion {0} : {1} ist unbekannt";
+  }
+  
+   /** More than one best match for constructor for       */
+  public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;
+
+  static
+  {
+    contents[ER_MORE_MATCH_CONSTRUCTOR][1] =
+             "Mehr als ein Best-Match f\u00fcr Konstruktor f\u00fcr {0}";
+  }
+  
+   /** More than one best match for method      */
+  public static final int ER_MORE_MATCH_METHOD = 124;
+
+  static
+  {
+    contents[ER_MORE_MATCH_METHOD][1] =
+             "Mehr als ein Best-Match f\u00fcr Methode {0}";
+  }
+  
+   /** More than one best match for element method      */
+  public static final int ER_MORE_MATCH_ELEMENT = 125;
+
+  static
+  {
+    contents[ER_MORE_MATCH_ELEMENT][1] =
+             "Mehr als ein Best-Match f\u00fcr Elementmethode {0}";
+  }
+  
+   /** Invalid context passed to evaluate       */
+  public static final int ER_INVALID_CONTEXT_PASSED = 126;
+
+  static
+  {
+    contents[ER_INVALID_CONTEXT_PASSED][1] =
+             "Ung\u00fcltiger Kontext zur Auswertung von {0} \u00fcbergeben";
+  }
+  
+   /** Pool already exists       */
+  public static final int ER_POOL_EXISTS = 127;
+
+  static
+  {
+    contents[ER_POOL_EXISTS][1] =
+             "Pool besteht bereits";
+  }
+  
+   /** No driver Name specified      */
+  public static final int ER_NO_DRIVER_NAME = 128;
+
+  static
+  {
+    contents[ER_NO_DRIVER_NAME][1] =
+             "Kein Treibername angegeben";
+  }
+  
+   /** No URL specified     */
+  public static final int ER_NO_URL = 129;
+
+  static
+  {
+    contents[ER_NO_URL][1] =
+             "Kein URL angegeben";
+  }
+  
+   /** Pool size is less than one    */
+  public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;
+
+  static
+  {
+    contents[ER_POOL_SIZE_LESSTHAN_ONE][1] =
+             "Pool-Gr\u00f6\u00dfe kleiner als Eins!";
+  }
+  
+   /** Invalid driver name specified    */
+  public static final int ER_INVALID_DRIVER = 131;
+
+  static
+  {
+    contents[ER_INVALID_DRIVER][1] =
+             "Ung\u00fcltiger Treibername angegeben!";
+  }
+  
+   /** Did not find the stylesheet root    */
+  public static final int ER_NO_STYLESHEETROOT = 132;
+
+  static
+  {
+    contents[ER_NO_STYLESHEETROOT][1] =
+             "Stylesheet-Stamm nicht gefunden!";
+  }
+  
+   /** Illegal value for xml:space     */
+  public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;
+
+  static
+  {
+    contents[ER_ILLEGAL_XMLSPACE_VALUE][1] =
+         "Ung\u00fcltiger Wert f\u00fcr xml:space";
+  }
+  
+   /** processFromNode failed     */
+  public static final int ER_PROCESSFROMNODE_FAILED = 134;
+
+  static
+  {
+    contents[ER_PROCESSFROMNODE_FAILED][1] =
+         "processFromNode fehlgeschlagen";
+  }
+  
+   /** The resource [] could not load:     */
+  public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;
+
+  static
+  {
+    contents[ER_RESOURCE_COULD_NOT_LOAD][1] =
+        "Die Ressource [ {0} ] konnte nicht laden: {1} \n {2} \t {3}";
+  }
+   
+  
+   /** Buffer size <=0     */
+  public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;
+
+  static
+  {
+    contents[ER_BUFFER_SIZE_LESSTHAN_ZERO][1] =
+        "Puffergr\u00f6\u00dfe <=0";
+  }
+  
+   /** Unknown error when calling extension    */
+  public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;
+
+  static
+  {
+    contents[ER_UNKNOWN_ERROR_CALLING_EXTENSION][1] =
+        "Unbekannter Fehler beim Aufruf der Erweiterung";
+  }
+  
+   /** Prefix {0} does not have a corresponding namespace declaration    */
+  public static final int ER_NO_NAMESPACE_DECL = 138;
+
+  static
+  {
+    contents[ER_NO_NAMESPACE_DECL][1] =
+        "Pr\u00e4fix {0} hat keine entsprechende Namensraum-Vereinbarung";
+  }
+  
+   /** Element content not allowed for lang=javaclass   */
+  public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;
+
+  static
+  {
+    contents[ER_ELEM_CONTENT_NOT_ALLOWED][1] =
+        "Elementinhalt nicht zul\u00e4ssig f\u00fcr lang=javaclass {0}";
+  }   
+  
+   /** Stylesheet directed termination   */
+  public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;
+
+  static
+  {
+    contents[ER_STYLESHEET_DIRECTED_TERMINATION][1] =
+        "Stylesheet f\u00fchrte zu Beendigung";
+  }
+  
+   /** 1 or 2   */
+  public static final int ER_ONE_OR_TWO = 141;
+
+  static
+  {
+    contents[ER_ONE_OR_TWO][1] =
+        "1 oder 2";
+  }
+  
+   /** 2 or 3   */
+  public static final int ER_TWO_OR_THREE = 142;
+
+  static
+  {
+    contents[ER_TWO_OR_THREE][1] =
+        "2 oder 3";
+  }
+
+  
+   /** Could not load {0} (check CLASSPATH), now using just the defaults   */
+  public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;
+
+  static
+  {
+    contents[ER_COULD_NOT_LOAD_RESOURCE][1] =
+        "{0} konnte nicht geladen werden (\u00fcberpr\u00fcfen Sie CLASSPATH); jetzt werden die Standardwerte verwendet";
+  }
+  
+   /** Cannot initialize default templates   */
+  public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;
+
+  static
+  {
+    contents[ER_CANNOT_INIT_DEFAULT_TEMPLATES][1] =
+        "Standardvorlagen k\u00f6nnen nicht initialisiert werden";
+  }
+  
+   /** Result should not be null   */
+  public static final int ER_RESULT_NULL = 145;
+
+  static
+  {
+    contents[ER_RESULT_NULL][1] =
+        "Ergebnis sollte nicht Null sein";
+  }
+    
+   /** Result could not be set   */
+  public static final int ER_RESULT_COULD_NOT_BE_SET = 146;
+
+  static
+  {
+    contents[ER_RESULT_COULD_NOT_BE_SET][1] =
+        "Ergebnis konnte nicht festgelegt werden";
+  }
+  
+   /** No output specified   */
+  public static final int ER_NO_OUTPUT_SPECIFIED = 147;
+
+
+  static
+  {
+    contents[ER_NO_OUTPUT_SPECIFIED][1] =
+        "Keine Ausgabe festgelegt";
+  }
+  
+   /** Can't transform to a Result of type   */
+  public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;
+
+  static
+  {
+    contents[ER_CANNOT_TRANSFORM_TO_RESULT_TYPE][1] =
+        "Transformation in ein Ergebnis vom Typ {0} nicht m\u00f6glich";
+  }
+  
+   /** Can't transform to a Source of type   */
+  public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;
+
+  static
+  {
+    contents[ER_CANNOT_TRANSFORM_SOURCE_TYPE][1] =
+        "Transformation einer Quelle vom Typ {0} nicht m\u00f6glich";
+  }
+  
+   /** Null content handler  */
+  public static final int ER_NULL_CONTENT_HANDLER = 150;
+
+  static
+  {
+    contents[ER_NULL_CONTENT_HANDLER][1] =
+        "Kein Content-Handler";
+  }
+  
+   /** Null error handler  */
+  public static final int ER_NULL_ERROR_HANDLER = 151;
+
+  static
+  {
+    contents[ER_NULL_ERROR_HANDLER][1] =
+        "Kein Error-Handler";
+  }
+  
+   /** parse can not be called if the ContentHandler has not been set */
+  public static final int ER_CANNOT_CALL_PARSE = 152;
+
+  static
+  {
+    contents[ER_CANNOT_CALL_PARSE][1] =
+        "parse kann nicht aufgerufen werden, wenn der ContentHandler nicht festgelegt wurde";
+  }
+  
+   /**  No parent for filter */
+  public static final int ER_NO_PARENT_FOR_FILTER = 153;
+
+  static
+  {
+    contents[ER_NO_PARENT_FOR_FILTER][1] =
+        "Kein \u00fcbergeordneter Knoten f\u00fcr Filter";
+  }
+  
+  
+   /**  No stylesheet found in: {0}, media */
+  public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;
+
+  static
+  {
+    contents[ER_NO_STYLESHEET_IN_MEDIA][1] =
+         "Kein Stylesheet gefunden in: {0}, media= {1}";
+  }
+  
+   /**  No xml-stylesheet PI found in */
+  public static final int ER_NO_STYLESHEET_PI = 155;
+
+  static
+  {
+    contents[ER_NO_STYLESHEET_PI][1] =
+         "Kein xml-Stylesheet PI gefunden in: {0}";
+  }
+  
+   /**  No default implementation found */
+  public static final int ER_NO_DEFAULT_IMPL = 156;
+
+  static
+  {
+    contents[ER_NO_DEFAULT_IMPL][1] =
+         "Keine Standardimplementierung gefunden";
+  }
+  
+   /**  ChunkedIntArray({0}) not currently supported */
+  public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;
+
+  static
+  {
+    contents[ER_CHUNKEDINTARRAY_NOT_SUPPORTED][1] =
+       "ChunkedIntArray({0}) zurzeit nicht unterst\u00fctzt";
+  }
+  
+   /**  Offset bigger than slot */
+  public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;
+
+  static
+  {
+    contents[ER_OFFSET_BIGGER_THAN_SLOT][1] =
+       "Offset gr\u00f6\u00dfer als Slot";
+  }
+  
+   /**  Coroutine not available, id= */
+  public static final int ER_COROUTINE_NOT_AVAIL = 159;
+
+  static
+  {
+    contents[ER_COROUTINE_NOT_AVAIL][1] =
+       "Coroutine nicht verf\u00fcgbar, ID={0}";
+  }
+  
+   /**  CoroutineManager recieved co_exit() request */
+  public static final int ER_COROUTINE_CO_EXIT = 160;
+
+  static
+  {
+    contents[ER_COROUTINE_CO_EXIT][1] =
+       "CoroutineManager empfing Anforderung co_exit()";
+  }
+  
+   /**  co_joinCoroutineSet() failed */
+  public static final int ER_COJOINROUTINESET_FAILED = 161;
+
+  static
+  {
+    contents[ER_COJOINROUTINESET_FAILED][1] =
+       "co_joinCoroutineSet() fehlgeschlagen";
+  }
+  
+   /**  Coroutine parameter error () */
+  public static final int ER_COROUTINE_PARAM = 162;
+
+  static
+  {
+    contents[ER_COROUTINE_PARAM][1] =
+       "Parameterfehler in Coroutine ({0})";
+  }
+  
+   /**  UNEXPECTED: Parser doTerminate answers  */
+  public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;
+
+  static
+  {
+    contents[ER_PARSER_DOTERMINATE_ANSWERS][1] =
+       "\nUNEXPECTED: Parser doTerminate antwortet {0}";
+  }
+  
+   /**  parse may not be called while parsing */
+  public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;
+
+  static
+  {
+    contents[ER_NO_PARSE_CALL_WHILE_PARSING][1] =
+       "parse darf w\u00e4hrend des Parsens nicht aufgerufen werden";
+  }
+  
+   /**  Error: typed iterator for axis  {0} not implemented  */
+  public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;
+
+  static
+  {
+    contents[ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED][1] =
+       "Fehler: Typisierter Iterator f\u00fcr Achse {0} nicht implementiert";
+  }
+  
+   /**  Error: iterator for axis {0} not implemented  */
+  public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;
+
+  static
+  {
+    contents[ER_ITERATOR_AXIS_NOT_IMPLEMENTED][1] =
+       "Fehler: Iterator f\u00fcr Achse {0} nicht implementiert";
+  }
+  
+   /**  Iterator clone not supported  */
+  public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;
+
+  static
+  {
+    contents[ER_ITERATOR_CLONE_NOT_SUPPORTED][1] =
+       "Iterator-Klone nicht unterst\u00fctzt";
+  }
+  
+   /**  Unknown axis traversal type  */
+  public static final int ER_UNKNOWN_AXIS_TYPE = 168;
+
+  static
+  {
+    contents[ER_UNKNOWN_AXIS_TYPE][1] =
+       "Unbekannter Achsen-Traversaltyp: {0}";
+  }
+  
+   /**  Axis traverser not supported  */
+  public static final int ER_AXIS_NOT_SUPPORTED = 169;
+
+  static
+  {
+    contents[ER_AXIS_NOT_SUPPORTED][1] =
+       "Achsen-Traverser nicht unterst\u00fctzt: {0}";
+  }
+  
+   /**  No more DTM IDs are available  */
+  public static final int ER_NO_DTMIDS_AVAIL = 170;
+
+  static
+  {
+    contents[ER_NO_DTMIDS_AVAIL][1] =
+       "Keine weiteren DTM-IDs verf\u00fcgbar";
+  }
+  
+   /**  Not supported  */
+  public static final int ER_NOT_SUPPORTED = 171;
+
+  static
+  {
+    contents[ER_NOT_SUPPORTED][1] =
+       "Nicht unterst\u00fctzt: {0}";
+  }
+  
+   /**  node must be non-null for getDTMHandleFromNode  */
+  public static final int ER_NODE_NON_NULL = 172;
+
+  static
+  {
+    contents[ER_NODE_NON_NULL][1] =
+       "Knoten darf f\u00fcr getDTMHandleFromNode nicht Null sein";
+  }
+  
+   /**  Could not resolve the node to a handle  */
+  public static final int ER_COULD_NOT_RESOLVE_NODE = 173;
+
+  static
+  {
+    contents[ER_COULD_NOT_RESOLVE_NODE][1] =
+       "Der Knoten zu einem Handle konnte nicht aufgel\u00f6st werden";
+  }
+  
+   /**  startParse may not be called while parsing */
+  public static final int ER_STARTPARSE_WHILE_PARSING = 174;
+
+  static
+  {
+    contents[ER_STARTPARSE_WHILE_PARSING][1] =
+       "startParse darf beim Parsen nicht aufgerufen werden";
+  }
+  
+   /**  startParse needs a non-null SAXParser  */
+  public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;
+
+  static
+  {
+    contents[ER_STARTPARSE_NEEDS_SAXPARSER][1] =
+       "startParse ben\u00f6tigt einen SAXParser, der nicht Null ist";
+  }
+  
+   /**  could not initialize parser with */
+  public static final int ER_COULD_NOT_INIT_PARSER = 176;
+
+  static
+  {
+    contents[ER_COULD_NOT_INIT_PARSER][1] =
+       "Parser konnte nicht initialisiert werden";
+  }
+  
+   /**  Value for property {0} should be a Boolean instance  */
+  public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;
+
+  static
+  {
+    contents[ER_PROPERTY_VALUE_BOOLEAN][1] =
+       "Wert f\u00fcr Eigenschaft {0} sollte eine Boolesche Instanz sein";
+  }
+  
+   /**  exception creating new instance for pool  */
+  public static final int ER_EXCEPTION_CREATING_POOL = 178;
+
+  static
+  {
+    contents[ER_EXCEPTION_CREATING_POOL][1] =
+       "Ausnahme, die neue Instanz f\u00fcr Pool erstellt";
+  }
+  
+   /**  Path contains invalid escape sequence  */
+  public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;
+
+  static
+  {
+    contents[ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE][1] =
+       "Pfad enth\u00e4lt ung\u00fcltige Escape-Sequenz";
+  }
+  
+   /**  Scheme is required!  */
+  public static final int ER_SCHEME_REQUIRED = 180;
+
+  static
+  {
+    contents[ER_SCHEME_REQUIRED][1] =
+       "Schema ist erforderlich!";
+  }
+  
+   /**  No scheme found in URI  */
+  public static final int ER_NO_SCHEME_IN_URI = 181;
+
+  static
+  {
+    contents[ER_NO_SCHEME_IN_URI][1] =
+       "Kein Schema gefunden in URI: {0}";
+  }
+  
+   /**  No scheme found in URI  */
+  public static final int ER_NO_SCHEME_INURI = 182;
+
+  static
+  {
+    contents[ER_NO_SCHEME_INURI][1] =
+       "Kein Schema gefunden in URI";
+  }
+  
+   /**  Path contains invalid character:   */
+  public static final int ER_PATH_INVALID_CHAR = 183;
+
+  static
+  {
+    contents[ER_PATH_INVALID_CHAR][1] =
+       "Pfad enth\u00e4lt ung\u00fcltiges Zeichen: {0}";
+  }
+  
+   /**  Cannot set scheme from null string  */
+  public static final int ER_SCHEME_FROM_NULL_STRING = 184;
+
+  static
+  {
+    contents[ER_SCHEME_FROM_NULL_STRING][1] =
+       "Schema kann ausgehend von Null-Zeichenkette nicht gesetzt werden";
+  }
+  
+   /**  The scheme is not conformant. */
+  public static final int ER_SCHEME_NOT_CONFORMANT = 185;
+
+  static
+  {
+    contents[ER_SCHEME_NOT_CONFORMANT][1] =
+       "Schema ist nicht konform.";
+  }
+  
+   /**  Host is not a well formed address  */
+  public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;
+
+  static
+  {
+    contents[ER_HOST_ADDRESS_NOT_WELLFORMED][1] =
+       "Hostadresse nicht korrekt gebildet";
+  }
+  
+   /**  Port cannot be set when host is null  */
+  public static final int ER_PORT_WHEN_HOST_NULL = 187;
+
+  static
+  {
+    contents[ER_PORT_WHEN_HOST_NULL][1] =
+       "Port kann nicht gesetzt werden, wenn Host Null ist";
+  }
+  
+   /**  Invalid port number  */
+  public static final int ER_INVALID_PORT = 188;
+
+  static
+  {
+    contents[ER_INVALID_PORT][1] =
+       "Ung\u00fcltige Port-Nummer";
+  }
+  
+   /**  Fragment can only be set for a generic URI  */
+  public static final int ER_FRAG_FOR_GENERIC_URI = 189;
+
+  static
+  {
+    contents[ER_FRAG_FOR_GENERIC_URI][1] =
+       "Fragment kann nur f\u00fcr einen generischen URI gesetzt werden";
+  }
+  
+   /**  Fragment cannot be set when path is null  */
+  public static final int ER_FRAG_WHEN_PATH_NULL = 190;
+
+  static
+  {
+    contents[ER_FRAG_WHEN_PATH_NULL][1] =
+       "Fragment kann nicht gesetzt werden, wenn der Pfad Null ist";
+  }
+  
+   /**  Fragment contains invalid character  */
+  public static final int ER_FRAG_INVALID_CHAR = 191;
+
+  static
+  {
+    contents[ER_FRAG_INVALID_CHAR][1] =
+       "Fragment enth\u00e4lt ung\u00fcltiges Zeichen";
+  }
+  
+ 
+  
+   /** Parser is already in use  */
+  public static final int ER_PARSER_IN_USE = 192;
+
+  static
+  {
+    contents[ER_PARSER_IN_USE][1] =
+        "Parser wird bereits verwendet";
+  }
+  
+   /** Parser is already in use  */
+  public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;
+
+  static
+  {
+    contents[ER_CANNOT_CHANGE_WHILE_PARSING][1] =
+        "{0} {1} kann beim Parsen nicht ge\u00e4ndert werden";
+  }
+  
+   /** Self-causation not permitted  */
+  public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;
+
+  static
+  {
+    contents[ER_SELF_CAUSATION_NOT_PERMITTED][1] =
+        "Selbst-Kausalit\u00e4t nicht erlaubt";
+  }
+  
+   /** src attribute not yet supported for  */
+  public static final int ER_SRC_ATTRIB_NOT_SUPPORTED = 195;
+
+  static
+  {
+    contents[ER_SRC_ATTRIB_NOT_SUPPORTED][1] =
+       "'src'-Attribut f\u00fcr {0} noch nicht unterst\u00fctzt";
+  }
+  
+  /** The resource [] could not be found     */
+  public static final int ER_RESOURCE_COULD_NOT_FIND = 196;
+
+  static
+  {
+    contents[ER_RESOURCE_COULD_NOT_FIND][1] =
+        "Die Ressource [ {0} ] wurde nicht gefunden.\n {1}";
+  }
+  
+   /** output property not recognized:  */
+  public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;
+
+  static
+  {
+    contents[ER_OUTPUT_PROPERTY_NOT_RECOGNIZED][1] =
+        "Ausgabe-Eigenschaft nicht erkannt: {0}";
+  }
+  
+   /** Userinfo may not be specified if host is not specified   */
+  public static final int ER_NO_USERINFO_IF_NO_HOST = 198;
+
+  static
+  {
+    contents[ER_NO_USERINFO_IF_NO_HOST][1] =
+        "Userinfo kann nicht angegeben werden, wenn Host nicht angegeben ist";
+  }
+  
+   /** Port may not be specified if host is not specified   */
+  public static final int ER_NO_PORT_IF_NO_HOST = 199;
+
+  static
+  {
+    contents[ER_NO_PORT_IF_NO_HOST][1] =
+        "Port kann nicht angegeben werden, wenn Host nicht angegeben ist";
+  }
+  
+   /** Query string cannot be specified in path and query string   */
+  public static final int ER_NO_QUERY_STRING_IN_PATH = 200;
+
+  static
+  {
+    contents[ER_NO_QUERY_STRING_IN_PATH][1] =
+        "Abfragezeichenkette kann nicht sowohl im Pfad als auch in der Abfragezeichenkette angegeben werden";
+  }
+  
+   /** Fragment cannot be specified in both the path and fragment   */
+  public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201;
+
+  static
+  {
+    contents[ER_NO_FRAGMENT_STRING_IN_PATH][1] =
+        "Fragment kann nicht sowohl im Pfad als auch im Fragment angegeben werden";
+  }
+  
+   /** Cannot initialize URI with empty parameters   */
+  public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202;
+
+  static
+  {
+    contents[ER_CANNOT_INIT_URI_EMPTY_PARMS][1] =
+        "URI kann nicht mit leeren Parametern initialisiert werden";
+  }
+  
+   /** Failed creating ElemLiteralResult instance   */
+  public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;
+
+  static
+  {
+    contents[ER_FAILED_CREATING_ELEMLITRSLT][1] =
+        "Erstellen von ElemLiteralResult-Instanz fehlgeschlagen";
+  }  
+  
+   /** Priority value does not contain a parsable number   */
+  public static final int ER_PRIORITY_NOT_PARSABLE = 204;
+
+  static
+  {
+    contents[ER_PRIORITY_NOT_PARSABLE][1] =
+        "Priorit\u00e4tswert enth\u00e4lt keine Zahl, die geparst werden kann";
+  }
+  
+   /**  Value for {0} should equal 'yes' or 'no'   */
+  public static final int ER_VALUE_SHOULD_EQUAL = 205;
+
+  static
+  {
+    contents[ER_VALUE_SHOULD_EQUAL][1] =
+        " Wert f\u00fcr {0} sollte Ja oder Nein sein";
+  }
+ 
+   /**  Failed calling {0} method   */
+  public static final int ER_FAILED_CALLING_METHOD = 206;
+
+  static
+  {
+    contents[ER_FAILED_CALLING_METHOD][1] =
+        " Aufruf der Methode {0} fehlgeschlagen";
+  }
+  
+   /** Failed creating ElemLiteralResult instance   */
+  public static final int ER_FAILED_CREATING_ELEMTMPL = 207;
+
+  static
+  {
+    contents[ER_FAILED_CREATING_ELEMTMPL][1] =
+        "Erstellen von ElemTemplateElement-Instanz fehlgeschlagen";
+  }
+  
+   /**  Characters are not allowed at this point in the document   */
+  public static final int ER_CHARS_NOT_ALLOWED = 208;
+
+  static
+  {
+    contents[ER_CHARS_NOT_ALLOWED][1] =
+        "Zeichen an dieser Stelle im Dokument nicht erlaubt";
+  }
+  
+  /**  attribute is not allowed on the element   */
+  public static final int ER_ATTR_NOT_ALLOWED = 209;
+
+  static
+  {
+    contents[ER_ATTR_NOT_ALLOWED][1] =
+        "\"{0}\" Attribut ist nicht erlaubt f\u00fcr Element {1}!";
+  }
+  
+  /**  Method not yet supported    */
+  public static final int ER_METHOD_NOT_SUPPORTED = 210;
+
+  static
+  {
+    contents[ER_METHOD_NOT_SUPPORTED][1] =
+        "Methode noch nicht unterst\u00fctzt ";
+  }
+ 
+  /**  Bad value    */
+  public static final int ER_BAD_VALUE = 211;
+
+  static
+  {
+    contents[ER_BAD_VALUE][1] =
+     "{0} ung\u00fcltiger Wert {1} ";
+  }
+  
+  /**  attribute value not found   */
+  public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
+
+  static
+  {
+    contents[ER_ATTRIB_VALUE_NOT_FOUND][1] =
+     "{0} Attributwert nicht gefunden";
+  }
+  
+  /**  attribute value not recognized    */
+  public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
+
+  static
+  {
+    contents[ER_ATTRIB_VALUE_NOT_RECOGNIZED][1] =
+     "{0} Attributwert nicht erkannt ";
+  }
+
+  /** IncrementalSAXSource_Filter not currently restartable   */
+  public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
+
+  static
+  {
+    contents[ER_INCRSAXSRCFILTER_NOT_RESTARTABLE][1] =
+     "IncrementalSAXSource_Filter kann zurzeit nicht neu gestartet werden";
+  }
+  
+  /** IncrementalSAXSource_Filter not currently restartable   */
+  public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
+
+  static
+  {
+    contents[ER_XMLRDR_NOT_BEFORE_STARTPARSE][1] =
+     "XMLReader nicht vor startParse-Anforderung";
+  }
+  
+  
+  /*
+    /**  Cannot find SAX1 driver class    *
+  public static final int ER_CANNOT_FIND_SAX1_DRIVER = 190;
+
+  static
+  {
+    contents[ER_CANNOT_FIND_SAX1_DRIVER][1] =
+      "SAX1-Treiberklasse {0} nicht gefunden";
+  }
+  
+   /**  SAX1 driver class {0} found but cannot be loaded    *
+  public static final int ER_SAX1_DRIVER_NOT_LOADED = 191;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_LOADED][1] =
+      "SAX1-Treiberklasse {0} gefunden, kann aber nicht geladen werden";
+  }
+  
+   /**  SAX1 driver class {0} found but cannot be instantiated    *
+  public static final int ER_SAX1_DRIVER_NOT_INSTANTIATED = 192;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_INSTANTIATED][1] =
+      "SAX1-Treiberklasse {0} geladen, es kann aber keine Instanz gebildet werden";
+  }
+  
+   /**  SAX1 driver class {0} does not implement org.xml.sax.Parser    *
+  public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 193;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER][1] =
+      "SAX1-Treiberklasse {0} implementiert org.xml.sax.Parser nicht";
+  }
+  
+   /**  System property org.xml.sax.parser not specified    *
+  public static final int ER_PARSER_PROPERTY_NOT_SPECIFIED = 194;
+
+  static
+  {
+    contents[ER_PARSER_PROPERTY_NOT_SPECIFIED][1] =
+      "Systemeigenschaft org.xml.sax.parser nicht angegeben";
+  }
+  
+   /**  Parser argument must not be null    *
+  public static final int ER_PARSER_ARG_CANNOT_BE_NULL = 195;
+
+  static
+  {
+    contents[ER_PARSER_ARG_CANNOT_BE_NULL][1] =
+      "Parserargument darf nicht Null sein";
+  }
+  
+   /**  Feature:    *
+  public static final int ER_FEATURE = 196;
+
+  static
+  {
+    contents[ER_FEATURE][1] =
+        "Merkmal: {0}";
+  }
+  
+   /**  Property:    *
+  public static final int ER_PROPERTY = 197;
+
+  static
+  {
+    contents[ER_PROPERTY][1] =
+        "Eigenschaft: {0}";
+  }
+  
+   /** Null Entity Resolver  *
+  public static final int ER_NULL_ENTITY_RESOLVER = 198;
+
+  static
+  {
+    contents[ER_NULL_ENTITY_RESOLVER][1] =
+        "Entity-Resolver Null";
+  }
+  
+   /** Null DTD handler  *
+  public static final int ER_NULL_DTD_HANDLER = 199;
+
+  static
+  {
+    contents[ER_NULL_DTD_HANDLER][1] =
+        "DTD-Handler Null";
+  }
+  
+ */ 
+
+  
+
+  // Warnings...
+
+  /** WG_FOUND_CURLYBRACE          */
+  public static final int WG_FOUND_CURLYBRACE = 1;
+
+  static
+  {
+    contents[WG_FOUND_CURLYBRACE + MAX_CODE][1] =
+      "'}' gefunden, aber keine Attributvorlage ge\u00f6ffnet!";
+  }
+
+  /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */
+  public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;
+
+  static
+  {
+    contents[WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR + MAX_CODE][1] =
+      "Warnung: 'count'-Attribute passt zu keinem Vorg\u00e4ngerknoten in xsl:number! Ziel = {0}";
+  }
+
+  /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */
+  public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;
+
+  static
+  {
+    contents[WG_EXPR_ATTRIB_CHANGED_TO_SELECT + MAX_CODE][1] =
+      "Alte Syntax: Der Name des 'expr'-Attributs ist zu 'select' ge\u00e4ndert worden.";
+  }
+
+  /** WG_NO_LOCALE_IN_FORMATNUMBER          */
+  public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4;
+
+  static
+  {
+    contents[WG_NO_LOCALE_IN_FORMATNUMBER + MAX_CODE][1] =
+
+      "Xalan bearbeitet den lokalen Namen in der Funktion format-number noch nicht.";
+  }
+
+  /** WG_LOCALE_NOT_FOUND          */
+  public static final int WG_LOCALE_NOT_FOUND = 5;
+
+  static
+  {
+    contents[WG_LOCALE_NOT_FOUND + MAX_CODE][1] =
+      "Warnung: Locale f\u00fcr xml:lang={0} nicht gefunden";
+  }
+
+  /** WG_CANNOT_MAKE_URL_FROM          */
+  public static final int WG_CANNOT_MAKE_URL_FROM = 6;
+
+  static
+  {
+    contents[WG_CANNOT_MAKE_URL_FROM + MAX_CODE][1] =
+      "URL kann nicht erstellt werden aus: {0}";
+  }
+
+  /** WG_CANNOT_LOAD_REQUESTED_DOC          */
+  public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;
+
+  static
+  {
+    contents[WG_CANNOT_LOAD_REQUESTED_DOC + MAX_CODE][1] =
+      "Angefordertes Dokument kann nicht geladen werden: {0}";
+  }
+
+  /** WG_CANNOT_FIND_COLLATOR          */
+  public static final int WG_CANNOT_FIND_COLLATOR = 8;
+
+  static
+  {
+    contents[WG_CANNOT_FIND_COLLATOR + MAX_CODE][1] =
+      "Collator f\u00fcr <sort xml:lang={0} nicht gefunden";
+  }
+
+  /** WG_FUNCTIONS_SHOULD_USE_URL          */
+  public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;
+
+  static
+  {
+    contents[WG_FUNCTIONS_SHOULD_USE_URL + MAX_CODE][1] =
+      "Alte Syntax: Die Funktionsanweisung sollten einen URL von {0} verwenden";
+  }
+
+  /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */
+  public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;
+
+  static
+  {
+    contents[WG_ENCODING_NOT_SUPPORTED_USING_UTF8 + MAX_CODE][1] =
+      "Codierung nicht unterst\u00fctzt: {0}, UTF-8 wird verwendet";
+  }
+
+  /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */
+  public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;
+
+  static
+  {
+    contents[WG_ENCODING_NOT_SUPPORTED_USING_JAVA + MAX_CODE][1] =
+      "Codierung nicht unterst\u00fctzt: {0}, Java {1} wird verwendet";
+  }
+
+  /** WG_SPECIFICITY_CONFLICTS          */
+  public static final int WG_SPECIFICITY_CONFLICTS = 12;
+
+  static
+  {
+    contents[WG_SPECIFICITY_CONFLICTS + MAX_CODE][1] =
+      "Spezifit\u00e4tskonflikte gefunden: {0} Zuletzt in Stylesheet gefundenes wird verwendet.";
+  }
+
+  /** WG_PARSING_AND_PREPARING          */
+  public static final int WG_PARSING_AND_PREPARING = 13;
+
+  static
+  {
+    contents[WG_PARSING_AND_PREPARING + MAX_CODE][1] =
+      "========= Parsen und Vorbereiten {0} ==========";
+  }
+
+
+  /** WG_ATTR_TEMPLATE          */
+  public static final int WG_ATTR_TEMPLATE = 14;
+
+  static
+  {
+    contents[WG_ATTR_TEMPLATE + MAX_CODE][1] = "Attributvorlage, {0}";
+  }
+
+  /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */
+  public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE =
+    15;
+
+  static
+  {
+    contents[WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE + MAX_CODE][1] =
+      "Match-Konflikt zwischen xsl:strip-space und xsl:preserve-space";
+  }
+
+  /** WG_ATTRIB_NOT_HANDLED          */
+  public static final int WG_ATTRIB_NOT_HANDLED = 16;
+
+  static
+  {
+    contents[WG_ATTRIB_NOT_HANDLED + MAX_CODE][1] =
+      "Xalan bearbeitet das Attribut {0} noch nicht!";
+  }
+
+  /** WG_NO_DECIMALFORMAT_DECLARATION          */
+  public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;
+
+  static
+  {
+    contents[WG_NO_DECIMALFORMAT_DECLARATION + MAX_CODE][1] =
+      "Keine Vereinbarung f\u00fcr Dezimalformat gefunden: {0}";
+  }
+
+  /** WG_OLD_XSLT_NS          */
+  public static final int WG_OLD_XSLT_NS = 18;
+
+  static
+  {
+    contents[WG_OLD_XSLT_NS + MAX_CODE][1] = "XSLT-Namensraum fehlt oder ist nicht korrekt. ";
+  }
+
+  /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */
+  public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;
+
+  static
+  {
+    contents[WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED + MAX_CODE][1] =
+      "Nur eine Standardvereinbarung xsl:decimal-format ist erlaubt.";
+  }
+
+  /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */
+  public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;
+
+  static
+  {
+    contents[WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE + MAX_CODE][1] =
+      "xsl:decimal-format-Namen m\u00fcssen eindeutig sein. Name \"{0}\" ist nicht eindeutig.";
+  }
+
+  /** WG_ILLEGAL_ATTRIBUTE          */
+  public static final int WG_ILLEGAL_ATTRIBUTE = 21;
+
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE + MAX_CODE][1] =
+      "{0} hat ein ung\u00fcltiges Attribut: {1}";
+  }
+
+  /** WG_COULD_NOT_RESOLVE_PREFIX          */
+  public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;
+
+  static
+  {
+    contents[WG_COULD_NOT_RESOLVE_PREFIX + MAX_CODE][1] =
+      "Namensraum-Pr\u00e4fix konnte nicht aufgel\u00f6st werden: {0}. Der Knoten wird ignoriert.";
+  }
+
+  /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
+  public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;
+
+  static
+  {
+    contents[WG_STYLESHEET_REQUIRES_VERSION_ATTRIB + MAX_CODE][1] =
+      "xsl:stylesheet erfordert ein 'version'-Attribut!";
+  }
+
+  /** WG_ILLEGAL_ATTRIBUTE_NAME          */
+  public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;
+
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_NAME + MAX_CODE][1] =
+      "Ung\u00fcltiger Attributname: {0}";
+  }
+
+  /** WG_ILLEGAL_ATTRIBUTE_VALUE          */
+  public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25;
+
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_VALUE + MAX_CODE][1] =
+      "Ung\u00fcltiger Wert f\u00fcr Attribut {0}: {1}";
+  }
+
+  /** WG_EMPTY_SECOND_ARG          */
+  public static final int WG_EMPTY_SECOND_ARG = 26;
+
+  static
+  {
+    contents[WG_EMPTY_SECOND_ARG + MAX_CODE][1] =
+      "Resultierendes Knotenset aus zweitem Argument von document-Funktion ist leer. Das erste Argument wird verwendet.";
+  }
+
+  // Other miscellaneous text used inside the code...
+  static
+  {
+    contents[MAX_MESSAGES][0] = "ui_language";
+    contents[MAX_MESSAGES][1] = "de";
+    contents[MAX_MESSAGES + 1][0] = "help_language";
+    contents[MAX_MESSAGES + 1][1] = "de";
+    contents[MAX_MESSAGES + 2][0] = "language";
+    contents[MAX_MESSAGES + 2][1] = "de";
+    contents[MAX_MESSAGES + 3][0] = "BAD_CODE";
+    contents[MAX_MESSAGES + 3][1] =
+      "Parameter f\u00fcr createMessage au\u00dferhalb der Grenzwerte";
+    contents[MAX_MESSAGES + 4][0] = "FORMAT_FAILED";
+    contents[MAX_MESSAGES + 4][1] =
+      "Ausnahme bei messageFormat-Aufruf";
+    contents[MAX_MESSAGES + 5][0] = "version";
+    contents[MAX_MESSAGES + 5][1] = ">>>>>>> Xalan Version ";
+    contents[MAX_MESSAGES + 6][0] = "version2";
+    contents[MAX_MESSAGES + 6][1] = "<<<<<<<";
+    contents[MAX_MESSAGES + 7][0] = "yes";
+    contents[MAX_MESSAGES + 7][1] = "ja";
+    contents[MAX_MESSAGES + 8][0] = "line";
+    contents[MAX_MESSAGES + 8][1] = "Zeile #";
+    contents[MAX_MESSAGES + 9][0] = "column";
+    contents[MAX_MESSAGES + 9][1] = "Spalte #";
+    contents[MAX_MESSAGES + 10][0] = "xsldone";
+    contents[MAX_MESSAGES + 10][1] = "XSLProcessor: fertig";
+    contents[MAX_MESSAGES + 11][0] = "xslProc_option";
+    contents[MAX_MESSAGES + 11][1] = "Optionen der Klasse Process in Xalan-J-Befehlszeile:";
+    contents[MAX_MESSAGES + 12][0] = "optionIN";
+    contents[MAX_MESSAGES + 12][1] = "    -IN inputXMLURL";
+    contents[MAX_MESSAGES + 13][0] = "optionXSL";
+    contents[MAX_MESSAGES + 13][1] = "   [-XSL XSLTransformationURL]";
+    contents[MAX_MESSAGES + 14][0] = "optionOUT";
+    contents[MAX_MESSAGES + 14][1] = "   [-OUT outputFileName]";
+    contents[MAX_MESSAGES + 15][0] = "optionLXCIN";
+    contents[MAX_MESSAGES + 15][1] =
+      "   [-LXCIN compiledStylesheetFileNameIn]";
+    contents[MAX_MESSAGES + 16][0] = "optionLXCOUT";
+    contents[MAX_MESSAGES + 16][1] =
+      "   [-LXCOUT compiledStylesheetFileNameOutOut]";
+    contents[MAX_MESSAGES + 17][0] = "optionPARSER";
+    contents[MAX_MESSAGES + 17][1] =
+      "   [-PARSER voll qualifizierter Klassenname von Parserliaison]";
+    contents[MAX_MESSAGES + 18][0] = "optionE";
+    contents[MAX_MESSAGES + 18][1] = "   [-E (Entity-Referenzen nicht erweitern)]";
+    contents[MAX_MESSAGES + 19][0] = "optionV";
+    contents[MAX_MESSAGES + 19][1] = "   [-E (Entity-Referenzen nicht erweitern)]";
+    contents[MAX_MESSAGES + 20][0] = "optionQC";
+    contents[MAX_MESSAGES + 20][1] =
+      "   [-QC (Ger\u00e4uscharme Warnungen bei Musterkonflikten)]";
+    contents[MAX_MESSAGES + 21][0] = "optionQ";
+    contents[MAX_MESSAGES + 21][1] = "   [-Q  (Ger\u00e4uschmer Modus)]";
+    contents[MAX_MESSAGES + 22][0] = "optionLF";
+    contents[MAX_MESSAGES + 22][1] =
+      "   [-LF (bei Ausgabe nur Zeilenvorsprung {Standard ist CR/LF})]";
+    contents[MAX_MESSAGES + 23][0] = "optionCR";
+    contents[MAX_MESSAGES + 23][1] =
+      "   [-CR (bei Ausgabe nur Wagenr\u00fccklauf {Standard ist CR/LF})]";
+    contents[MAX_MESSAGES + 24][0] = "optionESCAPE";
+    contents[MAX_MESSAGES + 24][1] =
+      "   [-ESCAPE (Zeichen f\u00fcr Escape {Standard ist <>&\"\'\\r\\n}]";
+    contents[MAX_MESSAGES + 25][0] = "optionINDENT";
+    contents[MAX_MESSAGES + 25][1] =
+      "   [-INDENT (Anzahl der Leerzeichen zum Einr\u00fccken {Standard ist 0})]";
+    contents[MAX_MESSAGES + 26][0] = "optionTT";
+    contents[MAX_MESSAGES + 26][1] =
+      "   [-TT (Vorlagen beim Aufruf verfolgen.)]";
+    contents[MAX_MESSAGES + 27][0] = "optionTG";
+    contents[MAX_MESSAGES + 27][1] =
+      "   [-TG (Jedes Erzeugungsereignis verfolgen.)]";
+    contents[MAX_MESSAGES + 28][0] = "optionTS";
+    contents[MAX_MESSAGES + 28][1] = "   [-TS (Jedes Auswahlereignis verfolgen.)]";
+    contents[MAX_MESSAGES + 29][0] = "optionTTC";
+    contents[MAX_MESSAGES + 29][1] =
+      "   [-TTC (Die Vorlagen-Tochterknoten bei Bearbeitung verfolgen.)]";
+    contents[MAX_MESSAGES + 30][0] = "optionTCLASS";
+    contents[MAX_MESSAGES + 30][1] =
+      "   [-TCLASS (TraceListener-Klasse f\u00fcr Trace-Erweiterungen.)]";
+    contents[MAX_MESSAGES + 31][0] = "optionVALIDATE";
+    contents[MAX_MESSAGES + 31][1] =
+      "   [-VALIDATE (Festlegen, ob Validierung stattfindet. Standard ist keine Validierung.)]";
+    contents[MAX_MESSAGES + 32][0] = "optionEDUMP";
+    contents[MAX_MESSAGES + 32][1] =
+      "   [-EDUMP {optionaler Dateiname} (Speicherauszug bei Fehler.)]";
+    contents[MAX_MESSAGES + 33][0] = "optionXML";
+    contents[MAX_MESSAGES + 33][1] =
+      "   [-XML (XML-Formatierer verwenden und XML-Header hinzuf\u00fcgen.)]";
+    contents[MAX_MESSAGES + 34][0] = "optionTEXT";
+    contents[MAX_MESSAGES + 34][1] =
+      "   [-TEXT (Einfachen Textformatierer verwenden.)]";
+    contents[MAX_MESSAGES + 35][0] = "optionHTML";
+    contents[MAX_MESSAGES + 35][1] = "   [-HTML (HTML-Formatierer verwenden.)]";
+    contents[MAX_MESSAGES + 36][0] = "optionPARAM";
+    contents[MAX_MESSAGES + 36][1] =
+      "   [-PARAM Namensausdruck (Stylesheet-Parameter festlegen)]";
+    contents[MAX_MESSAGES + 37][0] = "noParsermsg1";
+    contents[MAX_MESSAGES + 37][1] = "XSL-Prozess fehlgeschlagen.";
+    contents[MAX_MESSAGES + 38][0] = "noParsermsg2";
+    contents[MAX_MESSAGES + 38][1] = "** Parser nicht gefunden **";
+    contents[MAX_MESSAGES + 39][0] = "noParsermsg3";
+    contents[MAX_MESSAGES + 39][1] = "Bitte Classpath \u00fcberpr\u00fcfen.";
+    contents[MAX_MESSAGES + 40][0] = "noParsermsg4";
+    contents[MAX_MESSAGES + 40][1] =
+      "Wenn Sie IBMs XML Parser for Java nicht haben, k\u00f6nnen Sie ihn von folgender Adresse herunterladen";
+    contents[MAX_MESSAGES + 41][0] = "noParsermsg5";
+    contents[MAX_MESSAGES + 41][1] =
+      "IBMs AlphaWorks: http://www.alphaworks.ibm.com/formula/xml";
+		contents[MAX_MESSAGES + 42][0] = "optionURIRESOLVER";
+    contents[MAX_MESSAGES + 42][1] = "   [-URIRESOLVER vollst\u00e4ndiger Klassenname (zum Aufl\u00f6sen von URIs zu verwendender URIResolver)]";
+		contents[MAX_MESSAGES + 43][0] = "optionENTITYRESOLVER";
+    contents[MAX_MESSAGES + 43][1] = "   [-ENTITYRESOLVER vollst\u00e4ndiger Klassenname (zum Aufl\u00f6sen von Entities zu verwendender EntityResolver)]";
+		contents[MAX_MESSAGES + 44][0] = "optionCONTENTHANDLER";
+    contents[MAX_MESSAGES + 44][1] = "   [-CONTENTHANDLER vollst\u00e4ndiger Klassenname (zum Serialisieren der Ausgabe zu verwendender ContentHandler)]";
+    contents[MAX_MESSAGES + 45][0] = "optionLINENUMBERS";
+    contents[MAX_MESSAGES + 45][1] = "   [-L Zeilennummern f\u00fcr Quelldokument verwenden]";
+		
+  }
+
+
+  // ================= INFRASTRUCTURE ======================
+
+  /** String for use when a bad error code was encountered.    */
+  public static final String BAD_CODE = "BAD_CODE";
+
+  /** String for use when formatting of the error string failed.   */
+  public static final String FORMAT_FAILED = "FORMAT_FAILED";
+
+  /** General error string.   */
+  public static final String ERROR_STRING = "#Fehler";
+
+  /** String to prepend to error messages.  */
+  public static final String ERROR_HEADER = "Fehler: ";
+
+  /** String to prepend to warning messages.    */
+  public static final String WARNING_HEADER = "Warnung: ";
+
+  /** String to specify the XSLT module.  */
+  public static final String XSL_HEADER = "XSLT ";
+
+  /** String to specify the XML parser module.  */
+  public static final String XML_HEADER = "XML ";
+
+  /** I don't think this is used any more.
+   * @deprecated  */
+  public static final String QUERY_HEADER = "MUSTER ";
+
+  /**
+   * Get the lookup table. 
+   *
+   * @return The int to message lookup table.
+   */
+  public Object[][] getContents()
+  {
+    return contents;
+  }
+}
diff --git a/src/org/apache/xalan/res/XSLTErrorResources_es.java b/src/org/apache/xalan/res/XSLTErrorResources_es.java
new file mode 100644
index 0000000..b7069fd
--- /dev/null
+++ b/src/org/apache/xalan/res/XSLTErrorResources_es.java
@@ -0,0 +1,2565 @@
+/*
+ * @(#)XSLTErrorResources_es.java	1.6 02/03/26
+ *
+ * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+ * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ */
+ 
+/*
+ * The Apache Software License, Version 1.1
+ *
+ *
+ * Copyright (c) 1999 The Apache Software Foundation.  All rights 
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:  
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Xalan" and "Apache Software Foundation" must
+ *    not be used to endorse or promote products derived from this
+ *    software without prior written permission. For written 
+ *    permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    nor may "Apache" appear in their name, without prior written
+ *    permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation and was
+ * originally based on software copyright (c) 1999, Lotus
+ * Development Corporation., http://www.lotus.com.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ */
+package org.apache.xalan.res;
+
+import org.apache.xml.utils.res.XResourceBundleBase;
+
+import java.util.MissingResourceException;
+import java.util.Locale;
+import java.util.ResourceBundle;
+
+import java.text.DecimalFormat;
+
+import org.apache.xalan.templates.Constants;
+
+/**
+ * Set up error messages.
+ * We build a two dimensional array of message keys and
+ * message strings. In order to add a new message here,
+ * you need to first update the count of messages(MAX_CODE)or
+ * the count of warnings(MAX_WARNING). The array will be
+ * automatically filled in with the keys, but you need to
+ * fill in the actual message string. Follow the instructions
+ * below.
+ */
+public class XSLTErrorResources_es extends XSLTErrorResources
+{
+
+  /** The error suffix for construction error property keys.   */
+  public static final String ERROR_SUFFIX = "ER";
+
+
+  /** The warning suffix for construction error property keys.   */
+  public static final String WARNING_SUFFIX = "WR";
+
+  /** Maximum error messages, this is needed to keep track of the number of messages.    */
+  public static final int MAX_CODE = 215;          
+
+  /** Maximum warnings, this is needed to keep track of the number of warnings.          */
+  public static final int MAX_WARNING = 26;
+
+  /** Maximum misc strings.   */
+  public static final int MAX_OTHERS = 45;
+
+  /** Maximum total warnings and error messages.          */
+  public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
+
+  /** The lookup table for error messages.   */
+  static final Object[][] contents =
+    new Object[MAX_MESSAGES + MAX_OTHERS + 1][2];
+
+  /*
+   * Now fill in the message keys.
+   * This does not need to be updated. If MAX_CODE and MAX_WARNING
+   * are correct, the keys will get filled in automatically with
+   * the value ERxxxx (WRxxxx for warnings) where xxxx is a
+   * formatted number corresponding to the error code (i.e. ER0001).
+   */
+  static
+  {
+    for (int i = 0; i < MAX_CODE + 1; i++)
+    {
+      contents[i][0] = getMKey(i);
+    }
+
+    for (int i = 1; i < MAX_WARNING + 1; i++)
+    {
+      contents[i + MAX_CODE][0] = getWKey(i);
+    }
+  }
+
+  /*
+   * Now fill in the message text.
+   * First create an int for the message code. Make sure you
+   * update MAX_CODE for error messages and MAX_WARNING for warnings
+   * Then fill in the message text for that message code in the
+   * array. Use the new error code as the index into the array.
+   */
+
+  // Error messages...
+
+  /** Error message ID that has a null message, but takes in a single object.    */
+
+  public static final int ERROR0000 = 0;
+
+  static
+  {
+    contents[ERROR0000][1] = "{0}";
+  }
+
+  /** ER_NO_CURLYBRACE          */
+  public static final int ER_NO_CURLYBRACE = 1;
+
+  static
+
+  {
+    contents[ER_NO_CURLYBRACE][1] =
+      "Error: No se puede incluir '{' en una expresi\u00f3n";
+  }
+
+  /** ER_ILLEGAL_ATTRIBUTE          */
+  public static final int ER_ILLEGAL_ATTRIBUTE = 2;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE][1] = "{0} tiene un atributo no permitido: {1}";
+  }
+
+  /** ER_NULL_SOURCENODE_APPLYIMPORTS          */
+
+  public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
+
+  static
+  {
+    contents[ER_NULL_SOURCENODE_APPLYIMPORTS][1] =
+      "sourceNode es nulo en xsl:apply-imports.";
+  }
+
+  /** ER_CANNOT_ADD          */
+  public static final int ER_CANNOT_ADD = 4;
+
+  static
+  {
+    contents[ER_CANNOT_ADD][1] = "No se puede a\u00f1adir {0} a {1}";
+  }
+
+  /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES          */
+  public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
+
+  static
+  {
+    contents[ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES][1] =
+      "sourceNode es nulo en handleApplyTemplatesInstruction.";
+  }
+
+  /** ER_NO_NAME_ATTRIB          */
+  public static final int ER_NO_NAME_ATTRIB = 6;
+
+  static
+  {
+    contents[ER_NO_NAME_ATTRIB][1] = "{0} debe tener un atributo de nombre.";
+  }
+
+  /** ER_TEMPLATE_NOT_FOUND          */
+  public static final int ER_TEMPLATE_NOT_FOUND = 7;
+
+  static
+  {
+    contents[ER_TEMPLATE_NOT_FOUND][1] = "No se ha encontrado ninguna plantilla con el nombre: {0}";
+  }
+
+  /** ER_CANT_RESOLVE_NAME_AVT          */
+  public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_NAME_AVT][1] =
+      "No se ha podido convertir el nombre AVT en xsl:call-template.";
+  }
+
+  /** ER_REQUIRES_ATTRIB          */
+  public static final int ER_REQUIRES_ATTRIB = 9;
+
+  static
+  {
+    contents[ER_REQUIRES_ATTRIB][1] = "{0} necesita un atributo: {1}";
+  }
+
+  /** ER_MUST_HAVE_TEST_ATTRIB          */
+  public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
+
+  static
+  {
+    contents[ER_MUST_HAVE_TEST_ATTRIB][1] =
+      "{0} debe tener un atributo 'test'.";
+  }
+
+  /** ER_BAD_VAL_ON_LEVEL_ATTRIB          */
+  public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
+
+  static
+  {
+    contents[ER_BAD_VAL_ON_LEVEL_ATTRIB][1] =
+      "Valor err\u00f3neo en un atributo de nivel: {0}";
+  }
+
+  /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
+  public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
+
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML][1] =
+      "el nombre de la instrucci\u00f3n de procesamiento no puede ser 'xml'";
+  }
+
+  /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
+  public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
+
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME][1] =
+      "el nombre de la instrucci\u00f3n de procesamiento debe ser un NCName v\u00e1lido: {0}";
+  }
+
+  /** ER_NEED_MATCH_ATTRIB          */
+  public static final int ER_NEED_MATCH_ATTRIB = 14;
+
+  static
+  {
+    contents[ER_NEED_MATCH_ATTRIB][1] =
+      "{0} debe tener un atributo de b\u00fasqueda si tiene un modo.";
+  }
+
+  /** ER_NEED_NAME_OR_MATCH_ATTRIB          */
+  public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
+
+  static
+  {
+    contents[ER_NEED_NAME_OR_MATCH_ATTRIB][1] =
+      "{0} necesita un atributo de nombre o de b\u00fasqueda.";
+  }
+
+  /** ER_CANT_RESOLVE_NSPREFIX          */
+  public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_NSPREFIX][1] =
+      "No se puede convertir el prefijo de espacio de nombre: {0}";
+  }
+
+  /** ER_ILLEGAL_VALUE          */
+  public static final int ER_ILLEGAL_VALUE = 17;
+
+  static
+  {
+    contents[ER_ILLEGAL_VALUE][1] = "xml:space tiene un valor no permitido: {0}";
+  }
+
+  /** ER_NO_OWNERDOC          */
+  public static final int ER_NO_OWNERDOC = 18;
+
+  static
+  {
+    contents[ER_NO_OWNERDOC][1] =
+      "El nodo hijo no tiene documento propietario.";
+  }
+
+  /** ER_ELEMTEMPLATEELEM_ERR          */
+  public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
+
+  static
+  {
+    contents[ER_ELEMTEMPLATEELEM_ERR][1] = "Error ElemTemplateElement: {0}";
+  }
+
+  /** ER_NULL_CHILD          */
+  public static final int ER_NULL_CHILD = 20;
+
+  static
+  {
+    contents[ER_NULL_CHILD][1] = "Intentando agregar un hijo nulo.";
+  }
+
+  /** ER_NEED_SELECT_ATTRIB          */
+  public static final int ER_NEED_SELECT_ATTRIB = 21;
+
+  static
+  {
+    contents[ER_NEED_SELECT_ATTRIB][1] = "{0} necesita un atributo de selecci\u00f3n.";
+  }
+
+  /** ER_NEED_TEST_ATTRIB          */
+
+  public static final int ER_NEED_TEST_ATTRIB = 22;
+
+  static
+  {
+    contents[ER_NEED_TEST_ATTRIB][1] =
+      "xsl:when debe tener un atributo 'test'.";
+  }
+
+  /** ER_NEED_NAME_ATTRIB          */
+  public static final int ER_NEED_NAME_ATTRIB = 23;
+
+  static
+  {
+    contents[ER_NEED_NAME_ATTRIB][1] =
+      "xsl:with-param debe tener un atributo 'name'.";
+  }
+
+  /** ER_NO_CONTEXT_OWNERDOC          */
+  public static final int ER_NO_CONTEXT_OWNERDOC = 24;
+
+  static
+  {
+    contents[ER_NO_CONTEXT_OWNERDOC][1] =
+      "el contexto no tiene documento propietario.";
+  }
+
+  /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON          */
+  public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
+
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_XML_PROC_LIAISON][1] =
+      "No se ha podido crear un v\u00ednculo XML TransformerFactory: {0}";
+  }
+
+  /** ER_PROCESS_NOT_SUCCESSFUL          */
+  public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
+
+  static
+  {
+    contents[ER_PROCESS_NOT_SUCCESSFUL][1] =
+      "Xalan: El proceso ha fallado.";
+  }
+
+  /** ER_NOT_SUCCESSFUL          */
+  public static final int ER_NOT_SUCCESSFUL = 27;
+
+  static
+  {
+    contents[ER_NOT_SUCCESSFUL][1] = "Xalan: ha fallado.";
+  }
+
+  /** ER_ENCODING_NOT_SUPPORTED          */
+  public static final int ER_ENCODING_NOT_SUPPORTED = 28;
+
+  static
+  {
+    contents[ER_ENCODING_NOT_SUPPORTED][1] = "Codificaci\u00f3n no admitida: {0}";
+  }
+
+  /** ER_COULD_NOT_CREATE_TRACELISTENER          */
+  public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
+
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_TRACELISTENER][1] =
+      "No se ha podido crear TraceListener: {0}";
+  }
+
+  /** ER_KEY_REQUIRES_NAME_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_NAME_ATTRIB][1] =
+      "xsl:key necesita un atributo 'name'.";
+  }
+
+  /** ER_KEY_REQUIRES_MATCH_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
+
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_MATCH_ATTRIB][1] =
+      "xsl:key necesita un atributo 'match'.";
+  }
+
+  /** ER_KEY_REQUIRES_USE_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_USE_ATTRIB][1] =
+      "xsl:key necesita un atributo 'use'.";
+  }
+
+  /** ER_REQUIRES_ELEMENTS_ATTRIB          */
+  public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
+
+  static
+  {
+    contents[ER_REQUIRES_ELEMENTS_ATTRIB][1] =
+      "(StylesheetHandler) {0} necesita un atributo 'elements'.";
+  }
+
+  /** ER_MISSING_PREFIX_ATTRIB          */
+  public static final int ER_MISSING_PREFIX_ATTRIB = 34;
+
+  static
+  {
+    contents[ER_MISSING_PREFIX_ATTRIB][1] =
+      "(StylesheetHandler) {0} falta el atributo 'prefix'";
+  }
+
+  /** ER_BAD_STYLESHEET_URL          */
+  public static final int ER_BAD_STYLESHEET_URL = 35;
+
+  static
+  {
+    contents[ER_BAD_STYLESHEET_URL][1] = "El URL de la hoja de estilo es err\u00f3neo: {0}";
+  }
+
+  /** ER_FILE_NOT_FOUND          */
+  public static final int ER_FILE_NOT_FOUND = 36;
+
+  static
+  {
+    contents[ER_FILE_NOT_FOUND][1] = "No se ha encontrado el archivo de la hoja de estilo: {0}";
+  }
+
+  /** ER_IOEXCEPTION          */
+  public static final int ER_IOEXCEPTION = 37;
+
+  static
+  {
+    contents[ER_IOEXCEPTION][1] =
+      "Ten\u00eda una excepci\u00f3n E/S en el archivo de la hoja de estilo: {0}";
+  }
+
+  /** ER_NO_HREF_ATTRIB          */
+  public static final int ER_NO_HREF_ATTRIB = 38;
+
+  static
+  {
+    contents[ER_NO_HREF_ATTRIB][1] =
+      "(StylesheetHandler) No se ha encontrado el atributo href para {0}";
+  }
+
+  /** ER_STYLESHEET_INCLUDES_ITSELF          */
+  public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
+
+  static
+  {
+    contents[ER_STYLESHEET_INCLUDES_ITSELF][1] =
+      "(StylesheetHandler) {0} se incluye a s\u00ed mismo directa o indirectamente.";
+  }
+
+  /** ER_PROCESSINCLUDE_ERROR          */
+  public static final int ER_PROCESSINCLUDE_ERROR = 40;
+
+  static
+  {
+    contents[ER_PROCESSINCLUDE_ERROR][1] =
+      "Error StylesheetHandler.processInclude, {0}";
+  }
+
+  /** ER_MISSING_LANG_ATTRIB          */
+  public static final int ER_MISSING_LANG_ATTRIB = 41;
+
+  static
+  {
+    contents[ER_MISSING_LANG_ATTRIB][1] =
+      "(StylesheetHandler) {0} falta el atributo 'lang'";
+  }
+
+  /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT          */
+  public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
+
+  static
+  {
+    contents[ER_MISSING_CONTAINER_ELEMENT_COMPONENT][1] =
+      "(StylesheetHandler) \u00bfelemento {0} mal colocado? Falta el elemento 'component' del contenedor";
+  }
+
+  /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT          */
+  public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
+
+  static
+  {
+    contents[ER_CAN_ONLY_OUTPUT_TO_ELEMENT][1] =
+
+      "S\u00f3lo puede enviarse a Element, DocumentFragment, Document o PrintWriter.";
+  }
+
+  /** ER_PROCESS_ERROR          */
+  public static final int ER_PROCESS_ERROR = 44;
+
+  static
+  {
+    contents[ER_PROCESS_ERROR][1] = "Error StylesheetRoot.process";
+  }
+
+  /** ER_UNIMPLNODE_ERROR          */
+  public static final int ER_UNIMPLNODE_ERROR = 45;
+
+  static
+  {
+    contents[ER_UNIMPLNODE_ERROR][1] = "Error UnImplNode: {0}";
+  }
+
+  /** ER_NO_SELECT_EXPRESSION          */
+  public static final int ER_NO_SELECT_EXPRESSION = 46;
+
+  static
+  {
+    contents[ER_NO_SELECT_EXPRESSION][1] =
+      "Error. No se ha encontrado la expresi\u00f3n de selecci\u00f3n xpath (-seleccionar).";
+  }
+
+  /** ER_CANNOT_SERIALIZE_XSLPROCESSOR          */
+  public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
+
+  static
+  {
+    contents[ER_CANNOT_SERIALIZE_XSLPROCESSOR][1] =
+      "No se puede serializar un XSLProcessor.";
+  }
+
+  /** ER_NO_INPUT_STYLESHEET          */
+  public static final int ER_NO_INPUT_STYLESHEET = 48;
+
+  static
+  {
+    contents[ER_NO_INPUT_STYLESHEET][1] =
+      "No se ha especificado la entrada de la hoja de estilo.";
+  }
+
+  /** ER_FAILED_PROCESS_STYLESHEET          */
+  public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
+
+  static
+  {
+    contents[ER_FAILED_PROCESS_STYLESHEET][1] =
+      "No se ha podido procesar la hoja de estilo.";
+  }
+
+  /** ER_COULDNT_PARSE_DOC          */
+  public static final int ER_COULDNT_PARSE_DOC = 50;
+
+  static
+  {
+    contents[ER_COULDNT_PARSE_DOC][1] = "No se ha podido analizar sint\u00e1cticamente el documento {0}.";
+  }
+
+  /** ER_COULDNT_FIND_FRAGMENT          */
+  public static final int ER_COULDNT_FIND_FRAGMENT = 51;
+
+  static
+  {
+    contents[ER_COULDNT_FIND_FRAGMENT][1] = "No se ha encontrado el fragmento: {0}";
+  }
+
+  /** ER_NODE_NOT_ELEMENT          */
+  public static final int ER_NODE_NOT_ELEMENT = 52;
+
+  static
+  {
+    contents[ER_NODE_NOT_ELEMENT][1] =
+      "El nodo se\u00f1alado por el identificador de fragmento no era un elemento: {0}";
+  }
+
+  /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB          */
+  public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
+
+  static
+  {
+    contents[ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "for-each debe tener un atributo de b\u00fasqueda o de nombre";
+  }
+
+  /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB          */
+  public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
+
+  static
+  {
+    contents[ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "las plantillas deben tener un atributo de b\u00fasqueda o de nombre";
+  }
+
+  /** ER_NO_CLONE_OF_DOCUMENT_FRAG          */
+  public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
+
+  static
+  {
+    contents[ER_NO_CLONE_OF_DOCUMENT_FRAG][1] =
+      "No existe clon de un fragmento de un documento";
+  }
+
+  /** ER_CANT_CREATE_ITEM          */
+  public static final int ER_CANT_CREATE_ITEM = 56;
+
+  static
+  {
+    contents[ER_CANT_CREATE_ITEM][1] =
+      "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;
+
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VALUE][1] =
+      "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;
+
+  static
+  {
+    contents[ER_NO_XSLKEY_DECLARATION][1] =
+      "No existe ninguna declaraci\u00f3n xsl:key para {0}.";
+  }
+
+  /** ER_CANT_CREATE_URL          */
+  public static final int ER_CANT_CREATE_URL = 59;
+
+  static
+  {
+    contents[ER_CANT_CREATE_URL][1] = "Error. No se puede crear el url para: {0}";
+  }
+
+  /** ER_XSLFUNCTIONS_UNSUPPORTED          */
+  public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
+
+  static
+  {
+    contents[ER_XSLFUNCTIONS_UNSUPPORTED][1] = "xsl:functions no se admite";
+  }
+
+  /** ER_PROCESSOR_ERROR          */
+  public static final int ER_PROCESSOR_ERROR = 61;
+
+  static
+  {
+    contents[ER_PROCESSOR_ERROR][1] = "Error XSLT TransformerFactory";
+  }
+
+  /** ER_NOT_ALLOWED_INSIDE_STYLESHEET          */
+  public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
+
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_STYLESHEET][1] =
+      "(StylesheetHandler) {0} no se permite en una hoja de estilo.";
+  }
+
+  /** ER_RESULTNS_NOT_SUPPORTED          */
+  public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
+
+  static
+  {
+    contents[ER_RESULTNS_NOT_SUPPORTED][1] =
+      "result-ns ya no se utiliza.  Utilizar en su lugar xsl:output";
+  }
+
+  /** ER_DEFAULTSPACE_NOT_SUPPORTED          */
+  public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
+
+  static
+  {
+    contents[ER_DEFAULTSPACE_NOT_SUPPORTED][1] =
+      "default-space ya no se utiliza.  Utilizar en su lugar xsl:strip-space o xsl:preserve-space";
+  }
+
+  /** ER_INDENTRESULT_NOT_SUPPORTED          */
+  public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
+
+  static
+  {
+    contents[ER_INDENTRESULT_NOT_SUPPORTED][1] =
+      "indent-result ya no se utiliza. Utilizar en su lugar xsl:output";
+  }
+
+  /** ER_ILLEGAL_ATTRIB          */
+  public static final int ER_ILLEGAL_ATTRIB = 66;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIB][1] =
+      "(StylesheetHandler) {0} tiene un atributo no permitido: {1}";
+  }
+
+  /** ER_UNKNOWN_XSL_ELEM          */
+  public static final int ER_UNKNOWN_XSL_ELEM = 67;
+
+  static
+  {
+    contents[ER_UNKNOWN_XSL_ELEM][1] = "Elemento XSL desconocido: {0}";
+  }
+
+  /** ER_BAD_XSLSORT_USE          */
+  public static final int ER_BAD_XSLSORT_USE = 68;
+
+  static
+  {
+    contents[ER_BAD_XSLSORT_USE][1] =
+      "(StylesheetHandler) xsl:sort s\u00f3lo puede utilizarse con xsl:apply-templates o con xsl:for-each.";
+  }
+
+  /** ER_MISPLACED_XSLWHEN          */
+  public static final int ER_MISPLACED_XSLWHEN = 69;
+
+  static
+  {
+    contents[ER_MISPLACED_XSLWHEN][1] =
+      "(StylesheetHandler) xsl:when mal colocado.";
+  }
+
+  /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE          */
+  public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
+
+  static
+  {
+    contents[ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:when no es hijo de xsl:choose.";
+  }
+
+  /** ER_MISPLACED_XSLOTHERWISE          */
+  public static final int ER_MISPLACED_XSLOTHERWISE = 71;
+
+  static
+  {
+    contents[ER_MISPLACED_XSLOTHERWISE][1] =
+      "(StylesheetHandler) xsl:otherwise mal colocado.";
+  }
+
+  /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE          */
+  public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
+
+  static
+  {
+    contents[ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:otherwise no es hijo de xsl:choose.";
+  }
+
+  /** ER_NOT_ALLOWED_INSIDE_TEMPLATE          */
+  public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
+
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_TEMPLATE][1] =
+      "(StylesheetHandler) {0} no se permite en una plantilla.";
+  }
+
+  /** ER_UNKNOWN_EXT_NS_PREFIX          */
+  public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
+
+  static
+  {
+    contents[ER_UNKNOWN_EXT_NS_PREFIX][1] =
+      "(StylesheetHandler) {0} prejijo de espacio de nombre de extensi\u00f3n {1} desconocido";
+  }
+
+  /** ER_IMPORTS_AS_FIRST_ELEM          */
+  public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
+
+  static
+  {
+    contents[ER_IMPORTS_AS_FIRST_ELEM][1] =
+      "(StylesheetHandler) Las importaciones s\u00f3lo pueden ser los primeros elementos de la hoja de estilo.";
+  }
+
+  /** ER_IMPORTING_ITSELF          */
+  public static final int ER_IMPORTING_ITSELF = 76;
+
+  static
+  {
+    contents[ER_IMPORTING_ITSELF][1] =
+      "(StylesheetHandler) {0} se importa a s\u00ed mismo directa o indirectamente.";
+  }
+
+  /** ER_XMLSPACE_ILLEGAL_VAL          */
+  public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
+
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VAL][1] =
+      "(StylesheetHandler) " + "xml:space tiene un valor no permitido: {0}";
+
+  }
+
+  /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL          */
+  public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
+
+  static
+  {
+    contents[ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL][1] =
+      "processStylesheet ha fallado.";
+  }
+
+  /** ER_SAX_EXCEPTION          */
+  public static final int ER_SAX_EXCEPTION = 79;
+
+  static
+  {
+    contents[ER_SAX_EXCEPTION][1] = "Excepci\u00f3n SAX";
+  }
+
+  /** ER_FUNCTION_NOT_SUPPORTED          */
+  public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
+
+  static
+  {
+    contents[ER_FUNCTION_NOT_SUPPORTED][1] = "Funci\u00f3n no admitida";
+  }
+
+  /** ER_XSLT_ERROR          */
+  public static final int ER_XSLT_ERROR = 81;
+
+  static
+  {
+    contents[ER_XSLT_ERROR][1] = "Error XSLT";
+  }
+
+  /** ER_CURRENCY_SIGN_ILLEGAL          */
+  public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
+
+  static
+  {
+    contents[ER_CURRENCY_SIGN_ILLEGAL][1] =
+      "el signo de divisa no se permite en la cadena de patrones de formato";
+  }
+
+  /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM          */
+  public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
+
+  static
+  {
+    contents[ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM][1] =
+      "La hoja de estilo DOM no admite la funci\u00f3n de documento.";
+  }
+
+  /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER          */
+  public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER][1] =
+      "No se puede convertir el prefijo del convertidor de ausencia de prefijo.";
+  }
+
+  /** ER_REDIRECT_COULDNT_GET_FILENAME          */
+  public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
+
+  static
+  {
+    contents[ER_REDIRECT_COULDNT_GET_FILENAME][1] =
+      "Reencaminar extensi\u00f3n : No se ha podido obtener el nombre del archivo \u0096 el atributo de archivo o de selecci\u00f3n debe presentar una cadena v\u00e1lida.";
+  }
+
+  /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT          */
+  public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
+
+  static
+  {
+    contents[ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT][1] =
+      "No se puede crear FormatterListener en extensi\u00f3n Redirect.";
+  }
+
+  /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX          */
+  public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
+
+  static
+  {
+    contents[ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX][1] =
+      "El prefijo de exclude-result-prefixes no es v\u00e1lido: {0}";
+  }
+
+  /** ER_MISSING_NS_URI          */
+  public static final int ER_MISSING_NS_URI = 88;
+
+  static
+  {
+    contents[ER_MISSING_NS_URI][1] =
+      "Falta el URI de espacio de nombre del prefijo especificado";
+  }
+
+  /** ER_MISSING_ARG_FOR_OPTION          */
+  public static final int ER_MISSING_ARG_FOR_OPTION = 89;
+
+  static
+  {
+    contents[ER_MISSING_ARG_FOR_OPTION][1] =
+      "Falta el argumento en la opci\u00f3n: {0}";
+  }
+
+  /** ER_INVALID_OPTION          */
+  public static final int ER_INVALID_OPTION = 90;
+
+  static
+  {
+    contents[ER_INVALID_OPTION][1] = "Opci\u00f3n no v\u00e1lida: {0}";
+  }
+
+  /** ER_MALFORMED_FORMAT_STRING          */
+  public static final int ER_MALFORMED_FORMAT_STRING = 91;
+
+  static
+  {
+    contents[ER_MALFORMED_FORMAT_STRING][1] = "Cadena de formato mal construida: {0}";
+  }
+
+  /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
+  public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
+
+  static
+  {
+    contents[ER_STYLESHEET_REQUIRES_VERSION_ATTRIB][1] =
+      "xsl:stylesheet necesita un atributo 'version'.";
+  }
+
+  /** ER_ILLEGAL_ATTRIBUTE_VALUE          */
+  public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE_VALUE][1] =
+      "El atributo: {0} tiene un valor no permitido: {1}";
+  }
+
+  /** ER_CHOOSE_REQUIRES_WHEN          */
+  public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
+
+  static
+  {
+    contents[ER_CHOOSE_REQUIRES_WHEN][1] = "xsl:choose requiere xsl:when";
+  }
+
+  /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          */
+  public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
+
+  static
+  {
+    contents[ER_NO_APPLY_IMPORT_IN_FOR_EACH][1] =
+      "xsl:apply-imports no se permite en xsl:for-each";
+  }
+
+  /** ER_CANT_USE_DTM_FOR_OUTPUT          */
+  public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
+
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_OUTPUT][1] =
+      "No se puede utilizar DTMLiaison con un nodo DOM de salida... utilizar en su lugar org.apache.xpath.DOM2Helper.";
+  }
+
+  /** ER_CANT_USE_DTM_FOR_INPUT          */
+  public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
+
+
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_INPUT][1] =
+      "No se puede utilizar DTMLiaison con un nodo DOM de salida... utilizar en su lugar org.apache.xpath.DOM2Helper.";
+  }
+
+  /** ER_CALL_TO_EXT_FAILED          */
+  public static final int ER_CALL_TO_EXT_FAILED = 98;
+
+  static
+  {
+    contents[ER_CALL_TO_EXT_FAILED][1] =
+      "Ha fallado el elemento de llamada a la extensi\u00f3n: {0}";
+  }
+
+  /** ER_PREFIX_MUST_RESOLVE          */
+  public static final int ER_PREFIX_MUST_RESOLVE = 99;
+
+  static
+  {
+    contents[ER_PREFIX_MUST_RESOLVE][1] =
+      "El prefijo debe convertir un espacio de nombre: {0}";
+  }
+
+  /** ER_INVALID_UTF16_SURROGATE          */
+  public static final int ER_INVALID_UTF16_SURROGATE = 100;
+
+  static
+  {
+    contents[ER_INVALID_UTF16_SURROGATE][1] =
+      "Se ha detectado un sustituto de UTF-16 no v\u00e1lido: {0} ?";
+  }
+
+  /** ER_XSLATTRSET_USED_ITSELF          */
+  public static final int ER_XSLATTRSET_USED_ITSELF = 101;
+
+  static
+  {
+    contents[ER_XSLATTRSET_USED_ITSELF][1] =
+      "xsl:attribute-set {0} se utiliza a s\u00ed mismo y provocar\u00e1 un bucle sin fin.";
+  }
+
+  /** ER_CANNOT_MIX_XERCESDOM          */
+  public static final int ER_CANNOT_MIX_XERCESDOM = 102;
+
+  static
+  {
+    contents[ER_CANNOT_MIX_XERCESDOM][1] =
+      "No se puede mezclar una entrada no Xerces-DOM con una salida Xerces-DOM.";
+  }
+
+  /** ER_TOO_MANY_LISTENERS          */
+  public static final int ER_TOO_MANY_LISTENERS = 103;
+
+  static
+  {
+    contents[ER_TOO_MANY_LISTENERS][1] =
+      "addTraceListenersToStylesheet - TooManyListenersException";
+  }
+
+  /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          */
+  public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
+
+  static
+  {
+    contents[ER_IN_ELEMTEMPLATEELEM_READOBJECT][1] =
+      "En ElemTemplateElement.readObject: {0}";
+  }
+
+
+  /** ER_DUPLICATE_NAMED_TEMPLATE          */
+  public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;
+
+  static
+  {
+    contents[ER_DUPLICATE_NAMED_TEMPLATE][1] =
+      "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;
+
+  static
+  {
+    contents[ER_INVALID_KEY_CALL][1] =
+      "Llamada a funci\u00f3n no v\u00e1lida: no se permiten las llamadas con clave recursiva()";
+  }
+  
+  /** Variable is referencing itself          */
+  public static final int ER_REFERENCING_ITSELF = 107;
+
+  static
+  {
+    contents[ER_REFERENCING_ITSELF][1] =
+      "La variable {0} se refiere a s\u00ed misma directa o indirectamente.";
+  }
+  
+  /** Illegal DOMSource input          */
+  public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;
+
+  static
+  {
+    contents[ER_ILLEGAL_DOMSOURCE_INPUT][1] =
+      "El nodo de entrada no puede ser nulo para DOMSource en newTemplates.";
+  }
+	
+	/** Class not found for option         */
+  public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;
+
+  static
+  {
+    contents[ER_CLASS_NOT_FOUND_FOR_OPTION][1] =
+			"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;
+
+  static
+  {
+    contents[ER_REQUIRED_ELEM_NOT_FOUND][1] =
+			"No se ha encontrado el elemento requerido: {0}";
+  }
+  
+  /** InputStream cannot be null         */
+  public static final int ER_INPUT_CANNOT_BE_NULL = 111;
+
+  static
+  {
+    contents[ER_INPUT_CANNOT_BE_NULL][1] =
+			"InputStream no puede ser nulo";
+  }
+  
+  /** URI cannot be null         */
+  public static final int ER_URI_CANNOT_BE_NULL = 112;
+
+  static
+  {
+    contents[ER_URI_CANNOT_BE_NULL][1] =
+			"URI no puede ser nulo";
+  }
+  
+  /** File cannot be null         */
+  public static final int ER_FILE_CANNOT_BE_NULL = 113;
+
+  static
+  {
+    contents[ER_FILE_CANNOT_BE_NULL][1] =
+			"El archivo no puede ser nulo";
+  }
+  
+   /** InputSource cannot be null         */
+  public static final int ER_SOURCE_CANNOT_BE_NULL = 114;
+
+  static
+  {
+    contents[ER_SOURCE_CANNOT_BE_NULL][1] =
+			"InputSource no puede ser nulo";
+  }
+  
+  /** Can't overwrite cause         */
+  public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;
+
+  static
+  {
+    contents[ER_CANNOT_OVERWRITE_CAUSE][1] =
+			"No se puede sobrescribir la causa";
+  }
+  
+  /** Could not initialize BSF Manager        */
+  public static final int ER_CANNOT_INIT_BSFMGR = 116;
+
+  static
+  {
+    contents[ER_CANNOT_INIT_BSFMGR][1] =
+			"No se ha podido inicializar el administrador de BSF";
+  }
+  
+  /** Could not compile extension       */
+  public static final int ER_CANNOT_CMPL_EXTENSN = 117;
+
+  static
+  {
+    contents[ER_CANNOT_CMPL_EXTENSN][1] =
+			"No se ha podido compilar la extensi\u00f3n";
+  }
+  
+
+  /** Could not create extension       */
+  public static final int ER_CANNOT_CREATE_EXTENSN = 118;
+
+  static
+  {
+    contents[ER_CANNOT_CREATE_EXTENSN][1] =
+      "No se ha podido crear la extensi\u00f3n: {0} debido a: {1}";
+  }
+  
+  /** Instance method call to method {0} requires an Object instance as first argument       */
+  public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;
+
+  static
+  {
+    contents[ER_INSTANCE_MTHD_CALL_REQUIRES][1] =
+      "El primer argumento de la llamada del m\u00e9todo de instancia al m\u00e9todo {0} necesita una instancia de objeto";
+  }
+  
+  /** Invalid element name specified       */
+  public static final int ER_INVALID_ELEMENT_NAME = 120;
+
+  static
+  {
+    contents[ER_INVALID_ELEMENT_NAME][1] =
+      "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;
+
+  static
+  {
+    contents[ER_ELEMENT_NAME_METHOD_STATIC][1] =
+      "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;
+
+  static
+  {
+    contents[ER_EXTENSION_FUNC_UNKNOWN][1] =
+             "La funci\u00f3n de extensi\u00f3n {0} : {1} es desconocida";
+  }
+  
+   /** More than one best match for constructor for       */
+  public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;
+
+  static
+  {
+    contents[ER_MORE_MATCH_CONSTRUCTOR][1] =
+             "Hay m\u00e1s de una coincidencia \u00f3ptima para el creador en {0}";
+  }
+  
+   /** More than one best match for method      */
+  public static final int ER_MORE_MATCH_METHOD = 124;
+
+  static
+  {
+    contents[ER_MORE_MATCH_METHOD][1] =
+             "Hay m\u00e1s de una coincidencia \u00f3ptima para el m\u00e9todo {0}";
+  }
+  
+   /** More than one best match for element method      */
+  public static final int ER_MORE_MATCH_ELEMENT = 125;
+
+  static
+  {
+    contents[ER_MORE_MATCH_ELEMENT][1] =
+             "Hay m\u00e1s de una coincidencia \u00f3ptima para el m\u00e9todo del elemento {0}";
+  }
+  
+   /** Invalid context passed to evaluate       */
+  public static final int ER_INVALID_CONTEXT_PASSED = 126;
+
+  static
+  {
+    contents[ER_INVALID_CONTEXT_PASSED][1] =
+             "El contexto no v\u00e1lido se ha pasado a evaluaci\u00f3n {0}";
+  }
+  
+   /** Pool already exists       */
+  public static final int ER_POOL_EXISTS = 127;
+
+  static
+  {
+    contents[ER_POOL_EXISTS][1] =
+             "El pool ya existe";
+  }
+  
+   /** No driver Name specified      */
+  public static final int ER_NO_DRIVER_NAME = 128;
+
+  static
+  {
+    contents[ER_NO_DRIVER_NAME][1] =
+             "No se ha especificado ning\u00fan nombre para el dispositivo";
+  }
+  
+   /** No URL specified     */
+  public static final int ER_NO_URL = 129;
+
+  static
+  {
+    contents[ER_NO_URL][1] =
+             "No se ha especificado ning\u00fan URL";
+  }
+  
+   /** Pool size is less than one    */
+  public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;
+
+  static
+  {
+    contents[ER_POOL_SIZE_LESSTHAN_ONE][1] =
+             "El tama\u00f1o del pool es menor que uno.";
+  }
+  
+   /** Invalid driver name specified    */
+  public static final int ER_INVALID_DRIVER = 131;
+
+  static
+  {
+    contents[ER_INVALID_DRIVER][1] =
+             "Se ha especificado un nombre de dispositivo no v\u00e1lido.";
+  }
+  
+   /** Did not find the stylesheet root    */
+  public static final int ER_NO_STYLESHEETROOT = 132;
+
+  static
+  {
+    contents[ER_NO_STYLESHEETROOT][1] =
+             "No se ha encontrado la ra\u00edz de la hoja de estilo.";
+  }
+  
+   /** Illegal value for xml:space     */
+  public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;
+
+  static
+  {
+    contents[ER_ILLEGAL_XMLSPACE_VALUE][1] =
+         "Valor no permitido para xml:space";
+  }
+  
+   /** processFromNode failed     */
+  public static final int ER_PROCESSFROMNODE_FAILED = 134;
+
+  static
+  {
+    contents[ER_PROCESSFROMNODE_FAILED][1] =
+         "Fallo de processFromNode";
+  }
+  
+   /** The resource [] could not load:     */
+  public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;
+
+  static
+  {
+    contents[ER_RESOURCE_COULD_NOT_LOAD][1] =
+        "El recurso [ {0} ] no ha podido cargar: {1} \n {2} \t {3}";
+  }
+   
+  
+   /** Buffer size <=0     */
+  public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;
+
+  static
+  {
+    contents[ER_BUFFER_SIZE_LESSTHAN_ZERO][1] =
+        "Tama\u00f1o del b\u00fafer <=0";
+  }
+  
+   /** Unknown error when calling extension    */
+  public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;
+
+  static
+  {
+    contents[ER_UNKNOWN_ERROR_CALLING_EXTENSION][1] =
+        "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;
+
+  static
+  {
+    contents[ER_NO_NAMESPACE_DECL][1] =
+        "El prefijo {0} no tiene la declaraci\u00f3n de espacio de nombre correspondiente";
+  }
+  
+   /** Element content not allowed for lang=javaclass   */
+  public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;
+
+  static
+  {
+    contents[ER_ELEM_CONTENT_NOT_ALLOWED][1] =
+        "El contenido del elemento no est\u00e1 permitido para lang=javaclass {0}";
+  }   
+  
+   /** Stylesheet directed termination   */
+  public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;
+
+  static
+  {
+    contents[ER_STYLESHEET_DIRECTED_TERMINATION][1] =
+        "Terminaci\u00f3n dirigida a la hoja de estilo";
+  }
+  
+   /** 1 or 2   */
+  public static final int ER_ONE_OR_TWO = 141;
+
+  static
+  {
+    contents[ER_ONE_OR_TWO][1] =
+        "1 \u00f3 2";
+  }
+  
+   /** 2 or 3   */
+  public static final int ER_TWO_OR_THREE = 142;
+
+  static
+  {
+    contents[ER_TWO_OR_THREE][1] =
+        "2 \u00f3 3";
+  }
+
+  
+   /** Could not load {0} (check CLASSPATH), now using just the defaults   */
+  public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;
+
+  static
+  {
+    contents[ER_COULD_NOT_LOAD_RESOURCE][1] =
+        "No se ha podido cargar {0} (comprobar CLASSPATH), el sistema est\u00e1 utilizando los valores predeterminados";
+  }
+  
+   /** Cannot initialize default templates   */
+  public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;
+
+  static
+  {
+    contents[ER_CANNOT_INIT_DEFAULT_TEMPLATES][1] =
+        "No se puede inicializar las plantillas predeterminadas";
+  }
+  
+   /** Result should not be null   */
+  public static final int ER_RESULT_NULL = 145;
+
+  static
+  {
+    contents[ER_RESULT_NULL][1] =
+        "El resultado no debe ser nulo";
+  }
+    
+   /** Result could not be set   */
+  public static final int ER_RESULT_COULD_NOT_BE_SET = 146;
+
+  static
+  {
+    contents[ER_RESULT_COULD_NOT_BE_SET][1] =
+        "No ha podido establecerse el resultado";
+  }
+  
+   /** No output specified   */
+  public static final int ER_NO_OUTPUT_SPECIFIED = 147;
+
+
+  static
+  {
+    contents[ER_NO_OUTPUT_SPECIFIED][1] =
+        "No se ha especificado ninguna salida";
+  }
+  
+   /** Can't transform to a Result of type   */
+  public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;
+
+  static
+  {
+    contents[ER_CANNOT_TRANSFORM_TO_RESULT_TYPE][1] =
+        "No se puede transformar en un resultado del tipo {0}";
+  }
+  
+   /** Can't transform to a Source of type   */
+  public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;
+
+  static
+  {
+    contents[ER_CANNOT_TRANSFORM_SOURCE_TYPE][1] =
+        "No se puede transformar una fuente del tipo {0}";
+  }
+  
+   /** Null content handler  */
+  public static final int ER_NULL_CONTENT_HANDLER = 150;
+
+  static
+  {
+    contents[ER_NULL_CONTENT_HANDLER][1] =
+        "Manejador de contenido nulo";
+  }
+  
+   /** Null error handler  */
+  public static final int ER_NULL_ERROR_HANDLER = 151;
+
+  static
+  {
+    contents[ER_NULL_ERROR_HANDLER][1] =
+        "Manejador de errores nulo";
+  }
+  
+   /** parse can not be called if the ContentHandler has not been set */
+  public static final int ER_CANNOT_CALL_PARSE = 152;
+
+  static
+  {
+    contents[ER_CANNOT_CALL_PARSE][1] =
+        "no puede invocarse el analizador sint\u00e1ctico si no se ha establecido el ContentHandler";
+  }
+  
+   /**  No parent for filter */
+  public static final int ER_NO_PARENT_FOR_FILTER = 153;
+
+  static
+  {
+    contents[ER_NO_PARENT_FOR_FILTER][1] =
+        "No existe ning\u00fan elemento padre para el filtro";
+  }
+  
+  
+   /**  No stylesheet found in: {0}, media */
+  public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;
+
+  static
+  {
+    contents[ER_NO_STYLESHEET_IN_MEDIA][1] =
+         "No se ha encontrado ninguna hoja de estilo en: {0}, media= {1}";
+  }
+  
+   /**  No xml-stylesheet PI found in */
+  public static final int ER_NO_STYLESHEET_PI = 155;
+
+  static
+  {
+    contents[ER_NO_STYLESHEET_PI][1] =
+         "No se ha encontrado xml-stylesheet PI en: {0}";
+  }
+  
+   /**  No default implementation found */
+  public static final int ER_NO_DEFAULT_IMPL = 156;
+
+  static
+  {
+    contents[ER_NO_DEFAULT_IMPL][1] =
+         "No se ha encontrado ninguna implementaci\u00f3n predeterminada ";
+  }
+  
+   /**  ChunkedIntArray({0}) not currently supported */
+  public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;
+
+  static
+  {
+    contents[ER_CHUNKEDINTARRAY_NOT_SUPPORTED][1] =
+       "ChunkedIntArray({0}) no se utiliza actualmente";
+  }
+  
+   /**  Offset bigger than slot */
+  public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;
+
+  static
+  {
+    contents[ER_OFFSET_BIGGER_THAN_SLOT][1] =
+       "La desviaci\u00f3n es mayor que el intervalo";
+  }
+  
+   /**  Coroutine not available, id= */
+  public static final int ER_COROUTINE_NOT_AVAIL = 159;
+
+  static
+  {
+    contents[ER_COROUTINE_NOT_AVAIL][1] =
+       "Corrutina no disponible, id={0}";
+  }
+  
+   /**  CoroutineManager recieved co_exit() request */
+  public static final int ER_COROUTINE_CO_EXIT = 160;
+
+  static
+  {
+    contents[ER_COROUTINE_CO_EXIT][1] =
+       "CoroutineManager ha recibido una solicitud co_exit()";
+  }
+  
+   /**  co_joinCoroutineSet() failed */
+  public static final int ER_COJOINROUTINESET_FAILED = 161;
+
+  static
+  {
+    contents[ER_COJOINROUTINESET_FAILED][1] =
+       "Fallo co_joinCoroutineSet()";
+  }
+  
+   /**  Coroutine parameter error () */
+  public static final int ER_COROUTINE_PARAM = 162;
+
+  static
+  {
+    contents[ER_COROUTINE_PARAM][1] =
+       "Error de par\u00e1metro de corrutina({0})";
+  }
+  
+   /**  UNEXPECTED: Parser doTerminate answers  */
+  public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;
+
+  static
+  {
+    contents[ER_PARSER_DOTERMINATE_ANSWERS][1] =
+       "\nUNEXPECTED: el analizador sint\u00e1ctico doTerminate responde {0}";
+  }
+  
+   /**  parse may not be called while parsing */
+  public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;
+
+  static
+  {
+    contents[ER_NO_PARSE_CALL_WHILE_PARSING][1] =
+       "no puede invocarse el analizador sint\u00e1ctico con un an\u00e1lisis sint\u00e1ctico en curso";
+  }
+  
+   /**  Error: typed iterator for axis  {0} not implemented  */
+  public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;
+
+  static
+  {
+    contents[ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED][1] =
+       "Error: El iterador introducido para el eje  {0} no est\u00e1 implementado";
+  }
+  
+   /**  Error: iterator for axis {0} not implemented  */
+  public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;
+
+  static
+  {
+    contents[ER_ITERATOR_AXIS_NOT_IMPLEMENTED][1] =
+       "Error: el iterador para el eje {0} no est\u00e1 implementado ";
+  }
+  
+   /**  Iterator clone not supported  */
+  public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;
+
+  static
+  {
+    contents[ER_ITERATOR_CLONE_NOT_SUPPORTED][1] =
+       "no se admite clon del iterador";
+  }
+  
+   /**  Unknown axis traversal type  */
+  public static final int ER_UNKNOWN_AXIS_TYPE = 168;
+
+  static
+  {
+    contents[ER_UNKNOWN_AXIS_TYPE][1] =
+       "El tipo de eje transversal es desconocido: {0}";
+  }
+  
+   /**  Axis traverser not supported  */
+  public static final int ER_AXIS_NOT_SUPPORTED = 169;
+
+  static
+  {
+    contents[ER_AXIS_NOT_SUPPORTED][1] =
+       "No se admite traverser de eje: {0}";
+  }
+  
+   /**  No more DTM IDs are available  */
+  public static final int ER_NO_DTMIDS_AVAIL = 170;
+
+  static
+  {
+    contents[ER_NO_DTMIDS_AVAIL][1] =
+       "No hay m\u00e1s Id de DTM disponibles";
+  }
+  
+   /**  Not supported  */
+  public static final int ER_NOT_SUPPORTED = 171;
+
+  static
+  {
+    contents[ER_NOT_SUPPORTED][1] =
+       "No se admite: {0}";
+  }
+  
+   /**  node must be non-null for getDTMHandleFromNode  */
+  public static final int ER_NODE_NON_NULL = 172;
+
+  static
+  {
+    contents[ER_NODE_NON_NULL][1] =
+       "El nodo no puede ser nulo para getDTMHandleFromNode";
+  }
+  
+   /**  Could not resolve the node to a handle  */
+  public static final int ER_COULD_NOT_RESOLVE_NODE = 173;
+
+  static
+  {
+    contents[ER_COULD_NOT_RESOLVE_NODE][1] =
+       "No se ha podido convertir el nodo en un manejador";
+  }
+  
+   /**  startParse may not be called while parsing */
+  public static final int ER_STARTPARSE_WHILE_PARSING = 174;
+
+  static
+  {
+    contents[ER_STARTPARSE_WHILE_PARSING][1] =
+       "no se puede invocar startParse con un an\u00e1lisis sint\u00e1ctico en curso";
+  }
+  
+   /**  startParse needs a non-null SAXParser  */
+  public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;
+
+  static
+  {
+    contents[ER_STARTPARSE_NEEDS_SAXPARSER][1] =
+       "startParse no admite SAXParser nulo";
+  }
+  
+   /**  could not initialize parser with */
+  public static final int ER_COULD_NOT_INIT_PARSER = 176;
+
+  static
+  {
+    contents[ER_COULD_NOT_INIT_PARSER][1] =
+       "No se ha podido inicializar el analizador sint\u00e1ctico con";
+  }
+  
+   /**  Value for property {0} should be a Boolean instance  */
+  public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;
+
+  static
+  {
+    contents[ER_PROPERTY_VALUE_BOOLEAN][1] =
+       "El valor de propiedad {0} debe ser una instancia booleana";
+  }
+  
+   /**  exception creating new instance for pool  */
+  public static final int ER_EXCEPTION_CREATING_POOL = 178;
+
+  static
+  {
+    contents[ER_EXCEPTION_CREATING_POOL][1] =
+       "se ha producido una excepci\u00f3n al crear una nueva instancia para pool";
+  }
+  
+   /**  Path contains invalid escape sequence  */
+  public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;
+
+  static
+  {
+    contents[ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE][1] =
+       "El trayecto contiene una secuencia de escape no v\u00e1lida";
+  }
+  
+   /**  Scheme is required.  */
+  public static final int ER_SCHEME_REQUIRED = 180;
+
+  static
+  {
+    contents[ER_SCHEME_REQUIRED][1] =
+       "Se necesita un esquema.";
+  }
+  
+   /**  No scheme found in URI  */
+  public static final int ER_NO_SCHEME_IN_URI = 181;
+
+  static
+  {
+    contents[ER_NO_SCHEME_IN_URI][1] =
+       "No se ha encontrado ning\u00fan esquema en el URI: {0}";
+  }
+  
+   /**  No scheme found in URI  */
+  public static final int ER_NO_SCHEME_INURI = 182;
+
+  static
+  {
+    contents[ER_NO_SCHEME_INURI][1] =
+       "No se ha encontrado ning\u00fan esquema en el URI";
+  }
+  
+   /**  Path contains invalid character:   */
+  public static final int ER_PATH_INVALID_CHAR = 183;
+
+  static
+  {
+    contents[ER_PATH_INVALID_CHAR][1] =
+       "El trayecto contiene un car\u00e1cter no v\u00e1lido: {0}";
+  }
+  
+   /**  Cannot set scheme from null string  */
+  public static final int ER_SCHEME_FROM_NULL_STRING = 184;
+
+  static
+  {
+    contents[ER_SCHEME_FROM_NULL_STRING][1] =
+       "No se puede establecer un esquema a partir de una cadena nula";
+  }
+  
+   /**  The scheme is not conformant. */
+  public static final int ER_SCHEME_NOT_CONFORMANT = 185;
+
+  static
+  {
+    contents[ER_SCHEME_NOT_CONFORMANT][1] =
+       "El esquema no es aceptable.";
+  }
+  
+   /**  Host is not a well formed address  */
+  public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;
+
+  static
+  {
+    contents[ER_HOST_ADDRESS_NOT_WELLFORMED][1] =
+       "El sistema central no es una direcci\u00f3n bien construida";
+  }
+  
+   /**  Port cannot be set when host is null  */
+  public static final int ER_PORT_WHEN_HOST_NULL = 187;
+
+  static
+  {
+    contents[ER_PORT_WHEN_HOST_NULL][1] =
+       "No puede establecerse el puerto cuando el sistema central es nulo";
+  }
+  
+   /**  Invalid port number  */
+  public static final int ER_INVALID_PORT = 188;
+
+  static
+  {
+    contents[ER_INVALID_PORT][1] =
+       "N\u00famero de puerto no v\u00e1lido";
+  }
+  
+   /**  Fragment can only be set for a generic URI  */
+  public static final int ER_FRAG_FOR_GENERIC_URI = 189;
+
+  static
+  {
+    contents[ER_FRAG_FOR_GENERIC_URI][1] =
+       "S\u00f3lo puede establecerse el fragmento para un URI gen\u00e9rico";
+  }
+  
+   /**  Fragment cannot be set when path is null  */
+  public static final int ER_FRAG_WHEN_PATH_NULL = 190;
+
+  static
+  {
+    contents[ER_FRAG_WHEN_PATH_NULL][1] =
+       "No puede establecerse el fragmento cuando el trayecto es nulo";
+  }
+  
+   /**  Fragment contains invalid character  */
+  public static final int ER_FRAG_INVALID_CHAR = 191;
+
+  static
+  {
+    contents[ER_FRAG_INVALID_CHAR][1] =
+       "El fragmento contiene un car\u00e1cter no v\u00e1lido";
+  }
+  
+ 
+  
+   /** Parser is already in use  */
+  public static final int ER_PARSER_IN_USE = 192;
+
+  static
+  {
+    contents[ER_PARSER_IN_USE][1] =
+        "El analizador sint\u00e1ctico est\u00e1 en uso";
+  }
+  
+   /** Parser is already in use  */
+  public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;
+
+  static
+  {
+    contents[ER_CANNOT_CHANGE_WHILE_PARSING][1] =
+        "No se puede cambiar {0} {1} mientras el an\u00e1lisis sint\u00e1ctico est\u00e1 en curso";
+  }
+  
+   /** Self-causation not permitted  */
+  public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;
+
+  static
+  {
+    contents[ER_SELF_CAUSATION_NOT_PERMITTED][1] =
+        "No se permite la autocausalidad";
+  }
+  
+   /** src attribute not yet supported for  */
+  public static final int ER_SRC_ATTRIB_NOT_SUPPORTED = 195;
+
+  static
+  {
+    contents[ER_SRC_ATTRIB_NOT_SUPPORTED][1] =
+       "el atributo src no se permite todav\u00eda para {0}";
+  }
+  
+  /** The resource [] could not be found     */
+  public static final int ER_RESOURCE_COULD_NOT_FIND = 196;
+
+  static
+  {
+    contents[ER_RESOURCE_COULD_NOT_FIND][1] =
+        "No se ha encontrado el recurso [ {0} ].\n {1}";
+  }
+  
+   /** output property not recognized:  */
+  public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;
+
+  static
+  {
+    contents[ER_OUTPUT_PROPERTY_NOT_RECOGNIZED][1] =
+        "Propiedad de salida no reconocida: {0}";
+  }
+  
+   /** Userinfo may not be specified if host is not specified   */
+  public static final int ER_NO_USERINFO_IF_NO_HOST = 198;
+
+  static
+  {
+    contents[ER_NO_USERINFO_IF_NO_HOST][1] =
+        "La informaci\u00f3n de usuario no puede especificarse si no se especifica el sistema central";
+  }
+  
+   /** Port may not be specified if host is not specified   */
+  public static final int ER_NO_PORT_IF_NO_HOST = 199;
+
+  static
+  {
+    contents[ER_NO_PORT_IF_NO_HOST][1] =
+        "El puerto no puede especificarse si no est\u00e1 especificado el sistema central";
+  }
+  
+   /** Query string cannot be specified in path and query string   */
+  public static final int ER_NO_QUERY_STRING_IN_PATH = 200;
+
+  static
+  {
+    contents[ER_NO_QUERY_STRING_IN_PATH][1] =
+        "La cadena de consulta no puede especificarse a la vez en el trayecto y en la cadena de consulta";
+  }
+  
+   /** Fragment cannot be specified in both the path and fragment   */
+  public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201;
+
+  static
+  {
+    contents[ER_NO_FRAGMENT_STRING_IN_PATH][1] =
+        "El fragmento no puede especificarse a la vez en el trayecto y en el fragmento";
+  }
+  
+   /** Cannot initialize URI with empty parameters   */
+  public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202;
+
+  static
+  {
+    contents[ER_CANNOT_INIT_URI_EMPTY_PARMS][1] =
+        "No se puede inicializar el URI con par\u00e1metros vac\u00edos";
+  }
+  
+   /** Failed creating ElemLiteralResult instance   */
+  public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;
+
+  static
+  {
+    contents[ER_FAILED_CREATING_ELEMLITRSLT][1] =
+        "Fallo de creaci\u00f3n de instancia ElemLiteralResult";
+  }  
+  
+   /** Priority value does not contain a parsable number   */
+  public static final int ER_PRIORITY_NOT_PARSABLE = 204;
+
+  static
+  {
+    contents[ER_PRIORITY_NOT_PARSABLE][1] =
+        "El n\u00famero contenido en el valor de prioridad no puede analizarse sint\u00e1cticamente";
+  }
+  
+   /**  Value for {0} should equal 'yes' or 'no'   */
+  public static final int ER_VALUE_SHOULD_EQUAL = 205;
+
+  static
+  {
+    contents[ER_VALUE_SHOULD_EQUAL][1] =
+        " El valor de {0} debe ser igual a s\u00ed o no";
+  }
+ 
+   /**  Failed calling {0} method   */
+  public static final int ER_FAILED_CALLING_METHOD = 206;
+
+  static
+  {
+    contents[ER_FAILED_CALLING_METHOD][1] =
+        " Fallo de invocaci\u00f3n del m\u00e9todo {0}";
+  }
+  
+   /** Failed creating ElemLiteralResult instance   */
+  public static final int ER_FAILED_CREATING_ELEMTMPL = 207;
+
+  static
+  {
+    contents[ER_FAILED_CREATING_ELEMTMPL][1] =
+        "Fallo de creaci\u00f3n de instancia ElemTemplateElement";
+  }
+  
+   /**  Characters are not allowed at this point in the document   */
+  public static final int ER_CHARS_NOT_ALLOWED = 208;
+
+  static
+  {
+    contents[ER_CHARS_NOT_ALLOWED][1] =
+        "No se permiten caracteres en esta parte del documento";
+  }
+  
+  /**  attribute is not allowed on the element   */
+  public static final int ER_ATTR_NOT_ALLOWED = 209;
+
+  static
+  {
+    contents[ER_ATTR_NOT_ALLOWED][1] =
+        "el atributo \"{0}\" no se permite en el elemento {1}.";
+  }
+  
+  /**  Method not yet supported    */
+  public static final int ER_METHOD_NOT_SUPPORTED = 210;
+
+  static
+  {
+    contents[ER_METHOD_NOT_SUPPORTED][1] =
+        "M\u00e9todo todav\u00eda no utilizado";
+  }
+ 
+  /**  Bad value    */
+  public static final int ER_BAD_VALUE = 211;
+
+  static
+  {
+    contents[ER_BAD_VALUE][1] =
+     "{0} valor err\u00f3neo {1} ";
+  }
+  
+  /**  attribute value not found   */
+  public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212;
+
+  static
+  {
+    contents[ER_ATTRIB_VALUE_NOT_FOUND][1] =
+     "no se ha encontrado el valor del atributo {0}";
+  }
+  
+  /**  attribute value not recognized    */
+  public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213;
+
+  static
+  {
+    contents[ER_ATTRIB_VALUE_NOT_RECOGNIZED][1] =
+     "no se reconoce el valor del atributo {0}";
+  }
+
+  /** IncrementalSAXSource_Filter not currently restartable   */
+  public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214;
+
+  static
+  {
+    contents[ER_INCRSAXSRCFILTER_NOT_RESTARTABLE][1] =
+     "IncrementalSAXSource_Filter no puede reiniciarse actualmente";
+  }
+  
+  /** IncrementalSAXSource_Filter not currently restartable   */
+  public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215;
+
+  static
+  {
+    contents[ER_XMLRDR_NOT_BEFORE_STARTPARSE][1] =
+     "XMLReader no antes de una solicitud startParse";
+  }
+  
+  
+  /*
+    /**  Cannot find SAX1 driver class    *
+  public static final int ER_CANNOT_FIND_SAX1_DRIVER = 190;
+
+  static
+  {
+    contents[ER_CANNOT_FIND_SAX1_DRIVER][1] =
+      "No se encuentra la clase de controlador SAX1 {0}";
+  }
+  
+   /**  SAX1 driver class {0} found but cannot be loaded    *
+  public static final int ER_SAX1_DRIVER_NOT_LOADED = 191;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_LOADED][1] =
+      "La clase de controlador SAX1 {0} se ha encontrado pero no puede cargarse";
+  }
+  
+   /**  SAX1 driver class {0} found but cannot be instantiated    *
+  public static final int ER_SAX1_DRIVER_NOT_INSTANTIATED = 192;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_INSTANTIATED][1] =
+      "La clase de controlador SAX1 {0} se ha cargado pero no es posible crear instancias";
+  }
+  
+   /**  SAX1 driver class {0} does not implement org.xml.sax.Parser    *
+  public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 193;
+
+  static
+  {
+    contents[ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER][1] =
+      "La clase de controlador SAX1 {0} no implementa org.xml.sax.Parser";
+  }
+  
+   /**  System property org.xml.sax.parser not specified    *
+  public static final int ER_PARSER_PROPERTY_NOT_SPECIFIED = 194;
+
+  static
+  {
+    contents[ER_PARSER_PROPERTY_NOT_SPECIFIED][1] =
+      "No se ha especificado org.xml.sax.parser propiedad del sistema";
+  }
+  
+   /**  Parser argument must not be null    *
+  public static final int ER_PARSER_ARG_CANNOT_BE_NULL = 195;
+
+  static
+  {
+    contents[ER_PARSER_ARG_CANNOT_BE_NULL][1] =
+      "El argumento del analizador sint\u00e1ctico no debe ser nulo";
+  }
+  
+   /**  Feature:    *
+  public static final int ER_FEATURE = 196;
+
+  static
+  {
+    contents[ER_FEATURE][1] =
+        "Caracter\u00edstica: {0}";
+  }
+  
+   /**  Property:    *
+  public static final int ER_PROPERTY = 197;
+
+  static
+  {
+    contents[ER_PROPERTY][1] =
+        "Propiedad: {0}";
+  }
+  
+   /** Null Entity Resolver  *
+  public static final int ER_NULL_ENTITY_RESOLVER = 198;
+
+  static
+  {
+    contents[ER_NULL_ENTITY_RESOLVER][1] =
+        "Convertidor de entidad nulo";
+  }
+  
+   /** Null DTD handler  *
+  public static final int ER_NULL_DTD_HANDLER = 199;
+
+  static
+  {
+    contents[ER_NULL_DTD_HANDLER][1] =
+        "Manejador de DTD nulo";
+  }
+  
+ */ 
+
+  
+
+  // Warnings...
+
+  /** WG_FOUND_CURLYBRACE          */
+  public static final int WG_FOUND_CURLYBRACE = 1;
+
+  static
+  {
+    contents[WG_FOUND_CURLYBRACE + MAX_CODE][1] =
+      "Se ha encontrado '}' pero no hay abierta ninguna plantilla de atributos.";
+  }
+
+  /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */
+  public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;
+
+  static
+  {
+    contents[WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR + MAX_CODE][1] =
+      "Advertencia: el atributo de c\u00f3mputo no coincide con ning\u00fan antecesor en xsl:number. Objetivo = {0}";
+  }
+
+  /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */
+  public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;
+
+  static
+  {
+    contents[WG_EXPR_ATTRIB_CHANGED_TO_SELECT + MAX_CODE][1] =
+      "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;
+
+  static
+  {
+    contents[WG_NO_LOCALE_IN_FORMATNUMBER + MAX_CODE][1] =
+
+      "Xalan no maneja todav\u00eda el nombre locale en la funci\u00f3n format-number.";
+  }
+
+  /** WG_LOCALE_NOT_FOUND          */
+  public static final int WG_LOCALE_NOT_FOUND = 5;
+
+  static
+  {
+    contents[WG_LOCALE_NOT_FOUND + MAX_CODE][1] =
+      "Advertencia: No se ha encontrado locale para xml:lang={0}";
+  }
+
+  /** WG_CANNOT_MAKE_URL_FROM          */
+  public static final int WG_CANNOT_MAKE_URL_FROM = 6;
+
+  static
+  {
+    contents[WG_CANNOT_MAKE_URL_FROM + MAX_CODE][1] =
+      "No se puede crear URL desde: {0}";
+  }
+
+  /** WG_CANNOT_LOAD_REQUESTED_DOC          */
+  public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;
+
+  static
+  {
+    contents[WG_CANNOT_LOAD_REQUESTED_DOC + MAX_CODE][1] =
+      "No se puede cargar el doc solicitado: {0}";
+  }
+
+  /** WG_CANNOT_FIND_COLLATOR          */
+  public static final int WG_CANNOT_FIND_COLLATOR = 8;
+
+  static
+  {
+    contents[WG_CANNOT_FIND_COLLATOR + MAX_CODE][1] =
+      "No se ha encontrado Collator para <sort xml:lang={0}";
+  }
+
+  /** WG_FUNCTIONS_SHOULD_USE_URL          */
+  public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;
+
+  static
+  {
+    contents[WG_FUNCTIONS_SHOULD_USE_URL + MAX_CODE][1] =
+      "Sintaxis antigua: la instrucci\u00f3n de las funciones debe utilizar un url de {0}";
+  }
+
+  /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */
+  public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;
+
+  static
+  {
+    contents[WG_ENCODING_NOT_SUPPORTED_USING_UTF8 + MAX_CODE][1] =
+      "codificaci\u00f3n no admitida: {0}, se utiliza UTF-8";
+  }
+
+  /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */
+  public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;
+
+  static
+  {
+    contents[WG_ENCODING_NOT_SUPPORTED_USING_JAVA + MAX_CODE][1] =
+      "codificaci\u00f3n no admitida: {0}, se utiliza Java {1}";
+  }
+
+  /** WG_SPECIFICITY_CONFLICTS          */
+  public static final int WG_SPECIFICITY_CONFLICTS = 12;
+
+  static
+  {
+    contents[WG_SPECIFICITY_CONFLICTS + MAX_CODE][1] =
+      "Se han encontrado conflictos de especificidad: {0} Se utilizar\u00e1 la \u00faltima encontrada en la hoja de estilo.";
+  }
+
+  /** WG_PARSING_AND_PREPARING          */
+  public static final int WG_PARSING_AND_PREPARING = 13;
+
+  static
+  {
+    contents[WG_PARSING_AND_PREPARING + MAX_CODE][1] =
+      "========= An\u00e1lisis sint\u00e1ctico y preparaci\u00f3n {0} ==========";
+  }
+
+
+  /** WG_ATTR_TEMPLATE          */
+  public static final int WG_ATTR_TEMPLATE = 14;
+
+  static
+  {
+    contents[WG_ATTR_TEMPLATE + MAX_CODE][1] = "Plantilla atri, {0}";
+  }
+
+  /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */
+  public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE =
+    15;
+
+  static
+  {
+    contents[WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE + MAX_CODE][1] =
+      "Conflicto de coincidencia entre xsl:strip-space y xsl:preserve-space";
+  }
+
+  /** WG_ATTRIB_NOT_HANDLED          */
+  public static final int WG_ATTRIB_NOT_HANDLED = 16;
+
+  static
+  {
+    contents[WG_ATTRIB_NOT_HANDLED + MAX_CODE][1] =
+      "Xalan no maneja todav\u00eda el atributo {0}.";
+  }
+
+  /** WG_NO_DECIMALFORMAT_DECLARATION          */
+  public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;
+
+  static
+  {
+    contents[WG_NO_DECIMALFORMAT_DECLARATION + MAX_CODE][1] =
+      "No se ha encontrado ninguna declaraci\u00f3n para el formato decimal: {0}";
+  }
+
+  /** WG_OLD_XSLT_NS          */
+  public static final int WG_OLD_XSLT_NS = 18;
+
+  static
+  {
+    contents[WG_OLD_XSLT_NS + MAX_CODE][1] = "Falta el espacio de nombre XSLT o es incorrecto. ";
+  }
+
+  /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */
+  public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;
+
+  static
+  {
+    contents[WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED + MAX_CODE][1] =
+      "S\u00f3lo se permite una declaraci\u00f3n xsl:decimal-format predeterminada.";
+  }
+
+  /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */
+  public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;
+
+  static
+  {
+    contents[WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE + MAX_CODE][1] =
+      "los nombres xsl:decimal-format deben ser \u00fanicos. El nombre \"{0}\" est\u00e1 duplicado.";
+  }
+
+  /** WG_ILLEGAL_ATTRIBUTE          */
+  public static final int WG_ILLEGAL_ATTRIBUTE = 21;
+
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE + MAX_CODE][1] =
+      "{0} tiene un atributo no permitido: {1}";
+  }
+
+  /** WG_COULD_NOT_RESOLVE_PREFIX          */
+  public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;
+
+  static
+  {
+    contents[WG_COULD_NOT_RESOLVE_PREFIX + MAX_CODE][1] =
+      "No se ha podido convertir el prefijo de espacio de nombre : {0}. El nodo se ignorar\u00e1.";
+  }
+
+  /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
+  public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;
+
+  static
+  {
+    contents[WG_STYLESHEET_REQUIRES_VERSION_ATTRIB + MAX_CODE][1] =
+      "xsl:stylesheet necesita un atributo 'version'.";
+  }
+
+  /** WG_ILLEGAL_ATTRIBUTE_NAME          */
+  public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;
+
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_NAME + MAX_CODE][1] =
+      "Nombre de atributo no permitido: {0}";
+  }
+
+  /** WG_ILLEGAL_ATTRIBUTE_VALUE          */
+  public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25;
+
+  static
+  {
+    contents[WG_ILLEGAL_ATTRIBUTE_VALUE + MAX_CODE][1] =
+      "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;
+
+  static
+  {
+    contents[WG_EMPTY_SECOND_ARG + MAX_CODE][1] =
+      "El conjunto de nodos resultante del segundo argumento de la funci\u00f3n de documento est\u00e1 vac\u00edo. Se utilizar\u00e1 el primer argumento.";
+  }
+
+  // Other miscellaneous text used inside the code...
+  static
+  {
+    contents[MAX_MESSAGES][0] = "ui_language";
+    contents[MAX_MESSAGES][1] = "es";
+    contents[MAX_MESSAGES + 1][0] = "help_language";
+    contents[MAX_MESSAGES + 1][1] = "es";
+    contents[MAX_MESSAGES + 2][0] = "language";
+    contents[MAX_MESSAGES + 2][1] = "es";
+    contents[MAX_MESSAGES + 3][0] = "BAD_CODE";
+    contents[MAX_MESSAGES + 3][1] =
+      "El par\u00e1metro para crear el mensaje estaba fuera de los l\u00edmites";
+    contents[MAX_MESSAGES + 4][0] = "FORMAT_FAILED";
+    contents[MAX_MESSAGES + 4][1] =
+      "Excepci\u00f3n generada durante la llamada messageFormat";
+    contents[MAX_MESSAGES + 5][0] = "version";
+    contents[MAX_MESSAGES + 5][1] = ">>>>>>> Versi\u00f3n Xalan";
+    contents[MAX_MESSAGES + 6][0] = "version2";
+    contents[MAX_MESSAGES + 6][1] = "<<<<<<<";
+    contents[MAX_MESSAGES + 7][0] = "yes";
+    contents[MAX_MESSAGES + 7][1] = "s\u00ed";
+    contents[MAX_MESSAGES + 8][0] = "line";
+    contents[MAX_MESSAGES + 8][1] = "L\u00ednea #";
+    contents[MAX_MESSAGES + 9][0] = "column";
+    contents[MAX_MESSAGES + 9][1] = "Columna #";
+    contents[MAX_MESSAGES + 10][0] = "xsldone";
+    contents[MAX_MESSAGES + 10][1] = "XSLProcessor: hecho";
+    contents[MAX_MESSAGES + 11][0] = "xslProc_option";
+    contents[MAX_MESSAGES + 11][1] = "opciones de clase Proceso de la l\u00ednea de comandos Xalan-J:";
+    contents[MAX_MESSAGES + 12][0] = "optionIN";
+    contents[MAX_MESSAGES + 12][1] = "    -IN inputXMLURL";
+    contents[MAX_MESSAGES + 13][0] = "optionXSL";
+    contents[MAX_MESSAGES + 13][1] = "   [-XSL XSLTransformationURL]";
+    contents[MAX_MESSAGES + 14][0] = "optionOUT";
+    contents[MAX_MESSAGES + 14][1] = "   [-OUT outputFileName]";
+    contents[MAX_MESSAGES + 15][0] = "optionLXCIN";
+    contents[MAX_MESSAGES + 15][1] =
+      "   [-LXCIN compiledStylesheetFileNameIn]";
+    contents[MAX_MESSAGES + 16][0] = "optionLXCOUT";
+    contents[MAX_MESSAGES + 16][1] =
+      "   [-LXCOUT compiledStylesheetFileNameOutOut]";
+    contents[MAX_MESSAGES + 17][0] = "optionPARSER";
+    contents[MAX_MESSAGES + 17][1] =
+      "   [nombre totalmente cualificado -PARSER de clase de v\u00ednculo de analizador sint\u00e1ctico]";
+    contents[MAX_MESSAGES + 18][0] = "optionE";
+    contents[MAX_MESSAGES + 18][1] = "   [-E (No expandir refs de entidad)]";
+    contents[MAX_MESSAGES + 19][0] = "optionV";
+    contents[MAX_MESSAGES + 19][1] = "   [-E (No expandir refs de entidad)]";
+    contents[MAX_MESSAGES + 20][0] = "optionQC";
+    contents[MAX_MESSAGES + 20][1] =
+      "   [-QC (Advertencias silenciosas de conflictos de patrones)]";
+    contents[MAX_MESSAGES + 21][0] = "optionQ";
+    contents[MAX_MESSAGES + 21][1] = "   [-Q  (Modo silencioso)]";
+    contents[MAX_MESSAGES + 22][0] = "optionLF";
+    contents[MAX_MESSAGES + 22][1] =
+      "   [-LF (Utilizar cambios de l\u00ednea s\u00f3lo en la salida {el valor predeterminado es CR/LF})]";
+    contents[MAX_MESSAGES + 23][0] = "optionCR";
+    contents[MAX_MESSAGES + 23][1] =
+      "   [-CR (Utilizar retornos de carro s\u00f3lo en la salida {el valor predeterminado es CR/LF})]";
+    contents[MAX_MESSAGES + 24][0] = "optionESCAPE";
+    contents[MAX_MESSAGES + 24][1] =
+      "   [-ESCAPE (\u00bfCu\u00e1les son los caracteres de escape? {el valor por defecto es <>&\"\'\\r\\n}]";
+    contents[MAX_MESSAGES + 25][0] = "optionINDENT";
+    contents[MAX_MESSAGES + 25][1] =
+      "   [-INDENT (Controlar el n\u00famero de espacios de indentaci\u00f3n {el valor por defecto es 0})]";
+    contents[MAX_MESSAGES + 26][0] = "optionTT";
+    contents[MAX_MESSAGES + 26][1] =
+      "   [-TT (Rastrear las plantillas seg\u00fan se vayan invocando.)]";
+    contents[MAX_MESSAGES + 27][0] = "optionTG";
+    contents[MAX_MESSAGES + 27][1] =
+      "   [-TG (Rastrear cada suceso de generaci\u00f3n.)]";
+    contents[MAX_MESSAGES + 28][0] = "optionTS";
+    contents[MAX_MESSAGES + 28][1] = "   [-TS (Rastrear cada suceso de selecci\u00f3n.)]";
+    contents[MAX_MESSAGES + 29][0] = "optionTTC";
+    contents[MAX_MESSAGES + 29][1] =
+      "   [-TTC (Rastrear las plantillas hijas seg\u00fan se vayan procesando.)]";
+    contents[MAX_MESSAGES + 30][0] = "optionTCLASS";
+    contents[MAX_MESSAGES + 30][1] =
+      "   [-TCLASS (Clase TraceListener para las extensiones de rastreo.)]";
+    contents[MAX_MESSAGES + 31][0] = "optionVALIDATE";
+    contents[MAX_MESSAGES + 31][1] =
+      "   [-VALIDATE (Establecer si se realiza la validaci\u00f3n.  El valor predeterminado de la validaci\u00f3n es off.)]";
+    contents[MAX_MESSAGES + 32][0] = "optionEDUMP";
+    contents[MAX_MESSAGES + 32][1] =
+      "   [-EDUMP {nombre de archivo opcional} (Hacer volcado de pila en caso de error.)]";
+    contents[MAX_MESSAGES + 33][0] = "optionXML";
+    contents[MAX_MESSAGES + 33][1] =
+      "   [-XML (Utilizar el formateador XML y agregar la cabecera de XML.)]";
+    contents[MAX_MESSAGES + 34][0] = "optionTEXT";
+    contents[MAX_MESSAGES + 34][1] =
+      "   [-TEXT (Utilizar el formateador de texto sencillo.)]";
+    contents[MAX_MESSAGES + 35][0] = "optionHTML";
+    contents[MAX_MESSAGES + 35][1] = "   [-HTML (Utilizar el formateador HTML.)]";
+    contents[MAX_MESSAGES + 36][0] = "optionPARAM";
+    contents[MAX_MESSAGES + 36][1] =
+      "   [expresi\u00f3n de nombre \u0096PARAM (Establecer un par\u00e1metro de hoja de estilo)]";
+    contents[MAX_MESSAGES + 37][0] = "noParsermsg1";
+    contents[MAX_MESSAGES + 37][1] = "Ha fallado el proceso XSL.";
+    contents[MAX_MESSAGES + 38][0] = "noParsermsg2";
+    contents[MAX_MESSAGES + 38][1] = "** No se ha encontrado el analizador sint\u00e1ctico **";
+    contents[MAX_MESSAGES + 39][0] = "noParsermsg3";
+    contents[MAX_MESSAGES + 39][1] = "Comprobar classpath.";
+    contents[MAX_MESSAGES + 40][0] = "noParsermsg4";
+    contents[MAX_MESSAGES + 40][1] =
+      "Si no tiene el analizador sint\u00e1ctico XML para Java de IBM puede cargarlo de ";
+    contents[MAX_MESSAGES + 41][0] = "noParsermsg5";
+    contents[MAX_MESSAGES + 41][1] =
+      "AlphaWorks de IBM: http://www.alphaworks.ibm.com/formula/xml";
+		contents[MAX_MESSAGES + 42][0] = "optionURIRESOLVER";
+    contents[MAX_MESSAGES + 42][1] = "   [nombre de clase completo -URIRESOLVER (Utilizar URIResolver para convertir los URIs)]";
+		contents[MAX_MESSAGES + 43][0] = "optionENTITYRESOLVER";
+    contents[MAX_MESSAGES + 43][1] = "   [nombre de clase completo -ENTITYRESOLVER (Utilizar EntityResolver para convertir las entidades)]";
+		contents[MAX_MESSAGES + 44][0] = "optionCONTENTHANDLER";
+    contents[MAX_MESSAGES + 44][1] = "   [nombre de clase completo -CONTENTHANDLER (Utilizar ContentHandler para serializar la salida)]";
+    contents[MAX_MESSAGES + 45][0] = "optionLINENUMBERS";
+    contents[MAX_MESSAGES + 45][1] = "   [-L utilizar n\u00fameros de l\u00edneas para el documento fuente]";
+		
+  }
+
+
+  // ================= INFRASTRUCTURE ======================
+
+  /** String for use when a bad error code was encountered.    */
+  public static final String BAD_CODE = "BAD_CODE";
+
+  /** String for use when formatting of the error string failed.   */
+  public static final String FORMAT_FAILED = "FORMAT_FAILED";
+
+  /** General error string.   */
+  public static final String ERROR_STRING = "#error";
+
+  /** String to prepend to error messages.  */
+  public static final String ERROR_HEADER = "Error: ";
+
+  /** String to prepend to warning messages.    */
+  public static final String WARNING_HEADER = "Advertencia: ";
+
+  /** String to specify the XSLT module.  */
+  public static final String XSL_HEADER = "XSLT ";
+
+  /** String to specify the XML parser module.  */
+  public static final String XML_HEADER = "XML ";
+
+  /** I don't think this is used any more.
+   * @deprecated  */
+  public static final String QUERY_HEADER = "PATR\u00d3N ";
+
+  /**
+   * Get the lookup table. 
+   *
+   * @return The int to message lookup table.
+   */
+  public Object[][] getContents()
+  {
+    return contents;
+  }
+}
+
+
diff --git a/src/org/apache/xalan/res/XSLTErrorResources_fr.java b/src/org/apache/xalan/res/XSLTErrorResources_fr.java
new file mode 100644
index 0000000..53fc5eb
--- /dev/null
+++ b/src/org/apache/xalan/res/XSLTErrorResources_fr.java
@@ -0,0 +1,2560 @@
+/*
+ * @(#)XSLTErrorResources_fr.java	1.7 02/03/26
+ *
+ * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+ * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ */
+ 
+/*
+ * The Apache Software License, Version 1.1
+ *
+ *
+ * Copyright (c) 1999 The Apache Software Foundation.  All rights 
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:  
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Xalan" and "Apache Software Foundation" must
+ *    not be used to endorse or promote products derived from this
+ *    software without prior written permission. For written 
+ *    permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    nor may "Apache" appear in their name, without prior written
+ *    permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation and was
+ * originally based on software copyright (c) 1999, Lotus
+ * Development Corporation., http://www.lotus.com.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ */
+package org.apache.xalan.res;
+
+import org.apache.xml.utils.res.XResourceBundleBase;
+
+import java.util.MissingResourceException;
+import java.util.Locale;
+import java.util.ResourceBundle;
+
+import java.text.DecimalFormat;
+
+import org.apache.xalan.templates.Constants;
+
+/**
+ * Set up error messages.
+ * We build a two dimensional array of message keys and
+ * message strings. In order to add a new message here,
+ * you need to first update the count of messages(MAX_CODE)or
+ * the count of warnings(MAX_WARNING). The array will be
+ * automatically filled in with the keys, but you need to
+ * fill in the actual message string. Follow the instructions
+ * below.
+ */
+public class XSLTErrorResources_fr extends XSLTErrorResources
+{
+
+  /** The error suffix for construction error property keys.   */
+  public static final String ERROR_SUFFIX = "ER";
+
+
+  /** The warning suffix for construction error property keys.   */
+  public static final String WARNING_SUFFIX = "WR";
+
+  /** Maximum error messages, this is needed to keep track of the number of messages.    */
+  public static final int MAX_CODE = 215;          
+
+  /** Maximum warnings, this is needed to keep track of the number of warnings.          */
+  public static final int MAX_WARNING = 26;
+
+  /** Maximum misc strings.   */
+  public static final int MAX_OTHERS = 45;
+
+  /** Maximum total warnings and error messages.          */
+  public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
+
+  /** The lookup table for error messages.   */
+  static final Object[][] contents =
+    new Object[MAX_MESSAGES + MAX_OTHERS + 1][2];
+
+  /*
+   * Now fill in the message keys.
+   * This does not need to be updated. If MAX_CODE and MAX_WARNING
+   * are correct, the keys will get filled in automatically with
+   * the value ERxxxx (WRxxxx for warnings) where xxxx is a
+   * formatted number corresponding to the error code (i.e. ER0001).
+   */
+  static
+  {
+    for (int i = 0; i < MAX_CODE + 1; i++)
+    {
+      contents[i][0] = getMKey(i);
+    }
+
+    for (int i = 1; i < MAX_WARNING + 1; i++)
+    {
+      contents[i + MAX_CODE][0] = getWKey(i);
+    }
+  }
+
+  /*
+   * Now fill in the message text.
+   * First create an int for the message code. Make sure you
+   * update MAX_CODE for error messages and MAX_WARNING for warnings
+   * Then fill in the message text for that message code in the
+   * array. Use the new error code as the index into the array.
+   */
+
+  // Error messages...
+
+  /** Error message ID that has a null message, but takes in a single object.    */
+
+  public static final int ERROR0000 = 0;
+
+  static
+  {
+    contents[ERROR0000][1] = "{0}";
+  }
+
+  /** ER_NO_CURLYBRACE          */
+  public static final int ER_NO_CURLYBRACE = 1;
+
+  static
+
+  {
+    contents[ER_NO_CURLYBRACE][1] =
+      "Erreur : L\u2019expression ne peut pas contenir '{'";
+  }
+
+  /** ER_ILLEGAL_ATTRIBUTE          */
+  public static final int ER_ILLEGAL_ATTRIBUTE = 2;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE][1] = "{0} dispose d\u2019un attribut non autoris\u00e9 : {1}";
+  }
+
+  /** ER_NULL_SOURCENODE_APPLYIMPORTS          */
+
+  public static final int ER_NULL_SOURCENODE_APPLYIMPORTS = 3;
+
+  static
+  {
+    contents[ER_NULL_SOURCENODE_APPLYIMPORTS][1] =
+      "sourceNode est vide dans xsl:apply-imports!";
+  }
+
+  /** ER_CANNOT_ADD          */
+  public static final int ER_CANNOT_ADD = 4;
+
+  static
+  {
+    contents[ER_CANNOT_ADD][1] = "Impossible d\u2019ajouter {0} \u00e0 {1}";
+  }
+
+  /** ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES          */
+  public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES = 5;
+
+  static
+  {
+    contents[ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES][1] =
+      "sourceNode est vide dans handleApplyTemplatesInstruction!";
+  }
+
+  /** ER_NO_NAME_ATTRIB          */
+  public static final int ER_NO_NAME_ATTRIB = 6;
+
+  static
+  {
+    contents[ER_NO_NAME_ATTRIB][1] = "{0} doit disposer d\u2019un attribut name.";
+  }
+
+  /** ER_TEMPLATE_NOT_FOUND          */
+  public static final int ER_TEMPLATE_NOT_FOUND = 7;
+
+  static
+  {
+    contents[ER_TEMPLATE_NOT_FOUND][1] = "Impossible de trouver le mod\u00e8le : {0}";
+  }
+
+  /** ER_CANT_RESOLVE_NAME_AVT          */
+  public static final int ER_CANT_RESOLVE_NAME_AVT = 8;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_NAME_AVT][1] =
+      "Impossible de r\u00e9soudre le nom AVT dans xsl:call-template.";
+  }
+
+  /** ER_REQUIRES_ATTRIB          */
+  public static final int ER_REQUIRES_ATTRIB = 9;
+
+  static
+  {
+    contents[ER_REQUIRES_ATTRIB][1] = "{0} requiert l\u2019attribut : {1}";
+  }
+
+  /** ER_MUST_HAVE_TEST_ATTRIB          */
+  public static final int ER_MUST_HAVE_TEST_ATTRIB = 10;
+
+  static
+  {
+    contents[ER_MUST_HAVE_TEST_ATTRIB][1] =
+      "{0} doit disposer de l\u2019attribut 'test'.";
+  }
+
+  /** ER_BAD_VAL_ON_LEVEL_ATTRIB          */
+  public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB = 11;
+
+  static
+  {
+    contents[ER_BAD_VAL_ON_LEVEL_ATTRIB][1] =
+      "Valeur incorrecte pour l\u2019attribut level : {0}";
+  }
+
+  /** ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML          */
+  public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = 12;
+
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML][1] =
+      "Le nom de processing-instruction ne peut pas \u00eatre 'xml'";
+  }
+
+  /** ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME          */
+  public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = 13;
+
+  static
+  {
+    contents[ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME][1] =
+      "Le nom de processing-instruction doit \u00eatre un nom sans deux points correct : {0}";
+  }
+
+  /** ER_NEED_MATCH_ATTRIB          */
+  public static final int ER_NEED_MATCH_ATTRIB = 14;
+
+  static
+  {
+    contents[ER_NEED_MATCH_ATTRIB][1] =
+      "{0} doit disposer d\u2019un attribut conforme s\u2019il a un mode.";
+  }
+
+  /** ER_NEED_NAME_OR_MATCH_ATTRIB          */
+  public static final int ER_NEED_NAME_OR_MATCH_ATTRIB = 15;
+
+  static
+  {
+    contents[ER_NEED_NAME_OR_MATCH_ATTRIB][1] =
+      "{0} requiert soit un nom soit un attribut conforme.";
+  }
+
+  /** ER_CANT_RESOLVE_NSPREFIX          */
+  public static final int ER_CANT_RESOLVE_NSPREFIX = 16;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_NSPREFIX][1] =
+      "Impossible de r\u00e9soudre le pr\u00e9fixe d'espace de noms : {0}";
+  }
+
+  /** ER_ILLEGAL_VALUE          */
+  public static final int ER_ILLEGAL_VALUE = 17;
+
+  static
+  {
+    contents[ER_ILLEGAL_VALUE][1] = "xml:space dispose d\u2019une valeur non autoris\u00e9e : {0}";
+  }
+
+  /** ER_NO_OWNERDOC          */
+  public static final int ER_NO_OWNERDOC = 18;
+
+  static
+  {
+    contents[ER_NO_OWNERDOC][1] =
+      "Le n\u0153ud enfant ne dispose pas d\u2019un document propri\u00e9taire !";
+  }
+
+  /** ER_ELEMTEMPLATEELEM_ERR          */
+  public static final int ER_ELEMTEMPLATEELEM_ERR = 19;
+
+  static
+  {
+    contents[ER_ELEMTEMPLATEELEM_ERR][1] = "Erreur ElemTemplateElement : {0}";
+  }
+
+  /** ER_NULL_CHILD          */
+  public static final int ER_NULL_CHILD = 20;
+
+  static
+  {
+    contents[ER_NULL_CHILD][1] = "Tentative d\u2019ajout d\u2019un enfant vide !";
+  }
+
+  /** ER_NEED_SELECT_ATTRIB          */
+  public static final int ER_NEED_SELECT_ATTRIB = 21;
+
+  static
+  {
+    contents[ER_NEED_SELECT_ATTRIB][1] = "{0} requiert un attribut select.";
+  }
+
+  /** ER_NEED_TEST_ATTRIB          */
+
+  public static final int ER_NEED_TEST_ATTRIB = 22;
+
+  static
+  {
+    contents[ER_NEED_TEST_ATTRIB][1] =
+      "xsl:when doit disposer d\u2019un attribut 'test'.";
+  }
+
+  /** ER_NEED_NAME_ATTRIB          */
+  public static final int ER_NEED_NAME_ATTRIB = 23;
+
+  static
+  {
+    contents[ER_NEED_NAME_ATTRIB][1] =
+      "xsl:with-param doit disposer d\u2019un attribut 'name'.";
+  }
+
+  /** ER_NO_CONTEXT_OWNERDOC          */
+  public static final int ER_NO_CONTEXT_OWNERDOC = 24;
+
+  static
+  {
+    contents[ER_NO_CONTEXT_OWNERDOC][1] =
+      "Le contexte ne dispose pas d\u2019un document propri\u00e9taire !";
+  }
+
+  /** ER_COULD_NOT_CREATE_XML_PROC_LIAISON          */
+  public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON = 25;
+
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_XML_PROC_LIAISON][1] =
+      "Impossible de cr\u00e9er XML TransformerFactory Liaison : {0}";
+  }
+
+  /** ER_PROCESS_NOT_SUCCESSFUL          */
+  public static final int ER_PROCESS_NOT_SUCCESSFUL = 26;
+
+  static
+  {
+    contents[ER_PROCESS_NOT_SUCCESSFUL][1] =
+      "Xalan: \u00e9chec du traitement.";
+  }
+
+  /** ER_NOT_SUCCESSFUL          */
+  public static final int ER_NOT_SUCCESSFUL = 27;
+
+  static
+  {
+    contents[ER_NOT_SUCCESSFUL][1] = "Xalan: \u00e9chec.";
+  }
+
+  /** ER_ENCODING_NOT_SUPPORTED          */
+  public static final int ER_ENCODING_NOT_SUPPORTED = 28;
+
+  static
+  {
+    contents[ER_ENCODING_NOT_SUPPORTED][1] = "Encodage non pris en charge : {0}";
+  }
+
+  /** ER_COULD_NOT_CREATE_TRACELISTENER          */
+  public static final int ER_COULD_NOT_CREATE_TRACELISTENER = 29;
+
+  static
+  {
+    contents[ER_COULD_NOT_CREATE_TRACELISTENER][1] =
+      "Impossible de cr\u00e9er TraceListener : {0}";
+  }
+
+  /** ER_KEY_REQUIRES_NAME_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_NAME_ATTRIB = 30;
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_NAME_ATTRIB][1] =
+      "xsl:key requiert un attribut 'name' !";
+  }
+
+  /** ER_KEY_REQUIRES_MATCH_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_MATCH_ATTRIB = 31;
+
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_MATCH_ATTRIB][1] =
+      "xsl:key requiert un attribut 'match' !";
+  }
+
+  /** ER_KEY_REQUIRES_USE_ATTRIB          */
+  public static final int ER_KEY_REQUIRES_USE_ATTRIB = 32;
+
+  static
+  {
+    contents[ER_KEY_REQUIRES_USE_ATTRIB][1] =
+      "xsl:key requiert un attribut 'use' !";
+  }
+
+  /** ER_REQUIRES_ELEMENTS_ATTRIB          */
+  public static final int ER_REQUIRES_ELEMENTS_ATTRIB = 33;
+
+  static
+  {
+    contents[ER_REQUIRES_ELEMENTS_ATTRIB][1] =
+      "(StylesheetHandler) {0} requiert un attribut 'elements' !";
+  }
+
+  /** ER_MISSING_PREFIX_ATTRIB          */
+  public static final int ER_MISSING_PREFIX_ATTRIB = 34;
+
+  static
+  {
+    contents[ER_MISSING_PREFIX_ATTRIB][1] =
+      "(StylesheetHandler) {0} attribut 'prefix' manquant";
+  }
+
+  /** ER_BAD_STYLESHEET_URL          */
+  public static final int ER_BAD_STYLESHEET_URL = 35;
+
+  static
+  {
+    contents[ER_BAD_STYLESHEET_URL][1] = "L\u2019URL de la feuille de style n\u2019est pas correct : {0}";
+  }
+
+  /** ER_FILE_NOT_FOUND          */
+  public static final int ER_FILE_NOT_FOUND = 36;
+
+  static
+  {
+    contents[ER_FILE_NOT_FOUND][1] = "Le fichier de feuille de style est introuvable : {0}";
+  }
+
+  /** ER_IOEXCEPTION          */
+  public static final int ER_IOEXCEPTION = 37;
+
+  static
+  {
+    contents[ER_IOEXCEPTION][1] =
+      "Exception d\u2019E/S avec le fichier de feuille de style : {0}";
+  }
+
+  /** ER_NO_HREF_ATTRIB          */
+  public static final int ER_NO_HREF_ATTRIB = 38;
+
+  static
+  {
+    contents[ER_NO_HREF_ATTRIB][1] =
+      "(StylesheetHandler) Impossible de trouver l\u2019attribut href pour {0}";
+  }
+
+  /** ER_STYLESHEET_INCLUDES_ITSELF          */
+  public static final int ER_STYLESHEET_INCLUDES_ITSELF = 39;
+
+  static
+  {
+    contents[ER_STYLESHEET_INCLUDES_ITSELF][1] =
+      "(StylesheetHandler) {0} est directement ou indirectement inclus dans lui-m\u00eame !";
+  }
+
+  /** ER_PROCESSINCLUDE_ERROR          */
+  public static final int ER_PROCESSINCLUDE_ERROR = 40;
+
+  static
+  {
+    contents[ER_PROCESSINCLUDE_ERROR][1] =
+      "Erreur StylesheetHandler.processInclude, {0}";
+  }
+
+  /** ER_MISSING_LANG_ATTRIB          */
+  public static final int ER_MISSING_LANG_ATTRIB = 41;
+
+  static
+  {
+    contents[ER_MISSING_LANG_ATTRIB][1] =
+      "(StylesheetHandler) {0} attribut 'lang' manquant";
+  }
+
+  /** ER_MISSING_CONTAINER_ELEMENT_COMPONENT          */
+  public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT = 42;
+
+  static
+  {
+    contents[ER_MISSING_CONTAINER_ELEMENT_COMPONENT][1] =
+      "(StylesheetHandler) \u00e9l\u00e9ment {0} mal plac\u00e9 ?? El\u00e9ment 'component' de container manquant";
+  }
+
+  /** ER_CAN_ONLY_OUTPUT_TO_ELEMENT          */
+  public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT = 43;
+
+  static
+  {
+    contents[ER_CAN_ONLY_OUTPUT_TO_ELEMENT][1] =
+
+      "Sortie possible uniquement vers Element, DocumentFragment, Document ou PrintWriter.";
+  }
+
+  /** ER_PROCESS_ERROR          */
+  public static final int ER_PROCESS_ERROR = 44;
+
+  static
+  {
+    contents[ER_PROCESS_ERROR][1] = "Erreur StylesheetRoot.process";
+  }
+
+  /** ER_UNIMPLNODE_ERROR          */
+  public static final int ER_UNIMPLNODE_ERROR = 45;
+
+  static
+  {
+    contents[ER_UNIMPLNODE_ERROR][1] = "Erreur UnImplNode : {0}";
+  }
+
+  /** ER_NO_SELECT_EXPRESSION          */
+  public static final int ER_NO_SELECT_EXPRESSION = 46;
+
+  static
+  {
+    contents[ER_NO_SELECT_EXPRESSION][1] =
+      "Erreur ! Impossible de trouver l\u2019expression de s\u00e9lection xpath (-select).";
+  }
+
+  /** ER_CANNOT_SERIALIZE_XSLPROCESSOR          */
+  public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR = 47;
+
+  static
+  {
+    contents[ER_CANNOT_SERIALIZE_XSLPROCESSOR][1] =
+      "Impossible de mettre en s\u00e9rie un processeur XSL !";
+  }
+
+  /** ER_NO_INPUT_STYLESHEET          */
+  public static final int ER_NO_INPUT_STYLESHEET = 48;
+
+  static
+  {
+    contents[ER_NO_INPUT_STYLESHEET][1] =
+      "Entr\u00e9e de la feuille de style non sp\u00e9cifi\u00e9e !";
+  }
+
+  /** ER_FAILED_PROCESS_STYLESHEET          */
+  public static final int ER_FAILED_PROCESS_STYLESHEET = 49;
+
+  static
+  {
+    contents[ER_FAILED_PROCESS_STYLESHEET][1] =
+      "Echec de traitement de la feuille de style !";
+  }
+
+  /** ER_COULDNT_PARSE_DOC          */
+  public static final int ER_COULDNT_PARSE_DOC = 50;
+
+  static
+  {
+    contents[ER_COULDNT_PARSE_DOC][1] = "Impossible d\u2019analyser le document {0} !";
+  }
+
+  /** ER_COULDNT_FIND_FRAGMENT          */
+  public static final int ER_COULDNT_FIND_FRAGMENT = 51;
+
+  static
+  {
+    contents[ER_COULDNT_FIND_FRAGMENT][1] = "Impossible de trouver le fragment\u00a0: {0}";
+  }
+
+  /** ER_NODE_NOT_ELEMENT          */
+  public static final int ER_NODE_NOT_ELEMENT = 52;
+
+  static
+  {
+    contents[ER_NODE_NOT_ELEMENT][1] =
+      "Le n\u0153ud identifi\u00e9 par l\u2019identificateur de fragments n\u2019est pas un \u00e9lement : {0}";
+  }
+
+  /** ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB          */
+  public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = 53;
+
+  static
+  {
+    contents[ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "for-each doit disposer d\u2019un attribut match ou name";
+  }
+
+  /** ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB          */
+  public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = 54;
+
+  static
+  {
+    contents[ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB][1] =
+      "templates doit disposer d\u2019un attribut match ou name";
+  }
+
+  /** ER_NO_CLONE_OF_DOCUMENT_FRAG          */
+  public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG = 55;
+
+  static
+  {
+    contents[ER_NO_CLONE_OF_DOCUMENT_FRAG][1] =
+      "Impossible de cloner un fragment de document !";
+  }
+
+  /** ER_CANT_CREATE_ITEM          */
+  public static final int ER_CANT_CREATE_ITEM = 56;
+
+  static
+  {
+    contents[ER_CANT_CREATE_ITEM][1] =
+      "Impossible de cr\u00e9er un objet dans l\u2019arbre de r\u00e9sultats : {0}";
+  }
+
+  /** ER_XMLSPACE_ILLEGAL_VALUE          */
+  public static final int ER_XMLSPACE_ILLEGAL_VALUE = 57;
+
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VALUE][1] =
+      "xml:space dispose d\u2019une valeur non autoris\u00e9e dans la source XML : {0}";
+  }
+
+  /** ER_NO_XSLKEY_DECLARATION          */
+  public static final int ER_NO_XSLKEY_DECLARATION = 58;
+
+  static
+  {
+    contents[ER_NO_XSLKEY_DECLARATION][1] =
+      "Il n\u2019existe pas de d\u00e9claration xsl:key pour for {0} !";
+  }
+
+  /** ER_CANT_CREATE_URL          */
+  public static final int ER_CANT_CREATE_URL = 59;
+
+  static
+  {
+    contents[ER_CANT_CREATE_URL][1] = "Erreur! Impossible de cr\u00e9er une url pour\u00a0: {0}";
+  }
+
+  /** ER_XSLFUNCTIONS_UNSUPPORTED          */
+  public static final int ER_XSLFUNCTIONS_UNSUPPORTED = 60;
+
+  static
+  {
+    contents[ER_XSLFUNCTIONS_UNSUPPORTED][1] = "xsl:functions n\u2019est pas pris en charge";
+  }
+
+  /** ER_PROCESSOR_ERROR          */
+  public static final int ER_PROCESSOR_ERROR = 61;
+
+  static
+  {
+    contents[ER_PROCESSOR_ERROR][1] = "Erreur XSLT TransformerFactory";
+  }
+
+  /** ER_NOT_ALLOWED_INSIDE_STYLESHEET          */
+  public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET = 62;
+
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_STYLESHEET][1] =
+      "(StylesheetHandler) {0} non autoris\u00e9 dans une feuille de style !";
+  }
+
+  /** ER_RESULTNS_NOT_SUPPORTED          */
+  public static final int ER_RESULTNS_NOT_SUPPORTED = 63;
+
+  static
+  {
+    contents[ER_RESULTNS_NOT_SUPPORTED][1] =
+      "result-ns n\u2019est plus pris en charge ! Utilisez xsl:output \u00e0 la place.";
+  }
+
+  /** ER_DEFAULTSPACE_NOT_SUPPORTED          */
+  public static final int ER_DEFAULTSPACE_NOT_SUPPORTED = 64;
+
+  static
+  {
+    contents[ER_DEFAULTSPACE_NOT_SUPPORTED][1] =
+      "default-space n\u2019est plus pris en charge ! Utilisez xsl:strip-space ou xsl:preserve-space \u00e0 la place.";
+  }
+
+  /** ER_INDENTRESULT_NOT_SUPPORTED          */
+  public static final int ER_INDENTRESULT_NOT_SUPPORTED = 65;
+
+  static
+  {
+    contents[ER_INDENTRESULT_NOT_SUPPORTED][1] =
+      "indent-result n\u2019est plus pris en charge ! Utilisez xsl:output \u00e0 la place.";
+  }
+
+  /** ER_ILLEGAL_ATTRIB          */
+  public static final int ER_ILLEGAL_ATTRIB = 66;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIB][1] =
+      "(StylesheetHandler) {0} dispose d\u2019un attribut non autoris\u00e9 : {1}";
+  }
+
+  /** ER_UNKNOWN_XSL_ELEM          */
+  public static final int ER_UNKNOWN_XSL_ELEM = 67;
+
+  static
+  {
+    contents[ER_UNKNOWN_XSL_ELEM][1] = "El\u00e9ment XSL inconnu : {0}";
+  }
+
+  /** ER_BAD_XSLSORT_USE          */
+  public static final int ER_BAD_XSLSORT_USE = 68;
+
+  static
+  {
+    contents[ER_BAD_XSLSORT_USE][1] =
+      "(StylesheetHandler) xsl:sort ne peut \u00eatre utilis\u00e9 qu\u2019avec xsl:apply-templates ou xsl:for-each.";
+  }
+
+  /** ER_MISPLACED_XSLWHEN          */
+  public static final int ER_MISPLACED_XSLWHEN = 69;
+
+  static
+  {
+    contents[ER_MISPLACED_XSLWHEN][1] =
+      "(StylesheetHandler) xsl:when mal plac\u00e9 !";
+  }
+
+  /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE          */
+  public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70;
+
+  static
+  {
+    contents[ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:choose n\u2019est pas parent de xsl:when !";
+  }
+
+  /** ER_MISPLACED_XSLOTHERWISE          */
+  public static final int ER_MISPLACED_XSLOTHERWISE = 71;
+
+  static
+  {
+    contents[ER_MISPLACED_XSLOTHERWISE][1] =
+      "(StylesheetHandler) xsl:otherwise mal plac\u00e9 !";
+  }
+
+  /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE          */
+  public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72;
+
+  static
+  {
+    contents[ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE][1] =
+      "(StylesheetHandler) xsl:choose n\u2019est pas parent de xsl:otherwise !";
+  }
+
+  /** ER_NOT_ALLOWED_INSIDE_TEMPLATE          */
+  public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73;
+
+  static
+  {
+    contents[ER_NOT_ALLOWED_INSIDE_TEMPLATE][1] =
+      "(StylesheetHandler) {0} n\u2019est pas admis dans un mod\u00e8le !";
+  }
+
+  /** ER_UNKNOWN_EXT_NS_PREFIX          */
+  public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74;
+
+  static
+  {
+    contents[ER_UNKNOWN_EXT_NS_PREFIX][1] =
+      "(StylesheetHandler) {0} pr\u00e9fixe de l\u2019espace de noms de l\u2019extension {1} inconnu";
+  }
+
+  /** ER_IMPORTS_AS_FIRST_ELEM          */
+  public static final int ER_IMPORTS_AS_FIRST_ELEM = 75;
+
+  static
+  {
+    contents[ER_IMPORTS_AS_FIRST_ELEM][1] =
+      "(StylesheetHandler) Les importations ne peuvent intervenir qu\u2019en tant que premiers \u00e9l\u00e9ments de la feuille de style !";
+  }
+
+  /** ER_IMPORTING_ITSELF          */
+  public static final int ER_IMPORTING_ITSELF = 76;
+
+  static
+  {
+    contents[ER_IMPORTING_ITSELF][1] =
+      "(StylesheetHandler) {0} est en train de s\u2019importer directement ou indirectement !";
+  }
+
+  /** ER_XMLSPACE_ILLEGAL_VAL          */
+  public static final int ER_XMLSPACE_ILLEGAL_VAL = 77;
+
+  static
+  {
+    contents[ER_XMLSPACE_ILLEGAL_VAL][1] =
+      "(StylesheetHandler) " + "xml:space dispose d\u2019une valeur non autoris\u00e9e : {0}";
+
+  }
+
+  /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL          */
+  public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
+
+  static
+  {
+    contents[ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL][1] =
+      "Echec de processStylesheet !";
+  }
+
+  /** ER_SAX_EXCEPTION          */
+  public static final int ER_SAX_EXCEPTION = 79;
+
+  static
+  {
+    contents[ER_SAX_EXCEPTION][1] = "Exception SAX";
+  }
+
+  /** ER_FUNCTION_NOT_SUPPORTED          */
+  public static final int ER_FUNCTION_NOT_SUPPORTED = 80;
+
+  static
+  {
+    contents[ER_FUNCTION_NOT_SUPPORTED][1] = "Fonction non prise en charge !";
+  }
+
+  /** ER_XSLT_ERROR          */
+  public static final int ER_XSLT_ERROR = 81;
+
+  static
+  {
+    contents[ER_XSLT_ERROR][1] = "Erreur XSLT";
+  }
+
+  /** ER_CURRENCY_SIGN_ILLEGAL          */
+  public static final int ER_CURRENCY_SIGN_ILLEGAL = 82;
+
+  static
+  {
+    contents[ER_CURRENCY_SIGN_ILLEGAL][1] =
+      "Le symbole d\u2019une devise n\u2019est pas admise dans une cha\u00eene conforme au mod\u00e8le";
+  }
+
+  /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM          */
+  public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83;
+
+  static
+  {
+    contents[ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM][1] =
+      "La fonction Document n\u2019est pas prise en charge dans la feuille de style DOM !";
+  }
+
+  /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER          */
+  public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84;
+
+  static
+  {
+    contents[ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER][1] =
+      "Impossible de r\u00e9soudre le pr\u00e9fixe d\u2019un r\u00e9solveur sans pr\u00e9fixe !";
+  }
+
+  /** ER_REDIRECT_COULDNT_GET_FILENAME          */
+  public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85;
+
+  static
+  {
+    contents[ER_REDIRECT_COULDNT_GET_FILENAME][1] =
+      "Redirect extension : impossible de r\u00e9cup\u00e9rer le nom de fichier \u2013 l\u2019attribut file ou select doit retourner une cha\u00eene valide.";
+  }
+
+  /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT          */
+  public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86;
+
+  static
+  {
+    contents[ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT][1] =
+      "Impossible de cr\u00e9er FormatterListener dans Redirect extension !";
+  }
+
+  /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX          */
+  public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87;
+
+  static
+  {
+    contents[ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX][1] =
+      "Le pr\u00e9fixe dans exclude-result-prefixes n\u2019est pas valide : {0}";
+  }
+
+  /** ER_MISSING_NS_URI          */
+  public static final int ER_MISSING_NS_URI = 88;
+
+  static
+  {
+    contents[ER_MISSING_NS_URI][1] =
+      "URI d\u2019espace de noms manquant pour le pr\u00e9fixe sp\u00e9cifi\u00e9";
+  }
+
+  /** ER_MISSING_ARG_FOR_OPTION          */
+  public static final int ER_MISSING_ARG_FOR_OPTION = 89;
+
+  static
+  {
+    contents[ER_MISSING_ARG_FOR_OPTION][1] =
+      "Argument manquant pour l\u2019option : {0}";
+  }
+
+  /** ER_INVALID_OPTION          */
+  public static final int ER_INVALID_OPTION = 90;
+
+  static
+  {
+    contents[ER_INVALID_OPTION][1] = "Option incorrecte : {0}";
+  }
+
+  /** ER_MALFORMED_FORMAT_STRING          */
+  public static final int ER_MALFORMED_FORMAT_STRING = 91;
+
+  static
+  {
+    contents[ER_MALFORMED_FORMAT_STRING][1] = "Cha\u00eene de format mal form\u00e9e : {0}";
+  }
+
+  /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB          */
+  public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92;
+
+  static
+  {
+    contents[ER_STYLESHEET_REQUIRES_VERSION_ATTRIB][1] =
+      "xsl:stylesheet requiert un attribut 'version' !";
+  }
+
+  /** ER_ILLEGAL_ATTRIBUTE_VALUE          */
+  public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93;
+
+  static
+  {
+    contents[ER_ILLEGAL_ATTRIBUTE_VALUE][1] =
+      "L\u2019attribut : {0} dispose d\u2019une valeur non autoris\u00e9e : {1}";
+  }
+
+  /** ER_CHOOSE_REQUIRES_WHEN          */
+  public static final int ER_CHOOSE_REQUIRES_WHEN = 94;
+
+  static
+  {
+    contents[ER_CHOOSE_REQUIRES_WHEN][1] = "xsl:choose requiert un xsl:when";
+  }
+
+  /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          */
+  public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;
+
+  static
+  {
+    contents[ER_NO_APPLY_IMPORT_IN_FOR_EACH][1] =
+      "xsl:apply-imports n\u2019est pas admis dans un xsl:for-each";
+  }
+
+  /** ER_CANT_USE_DTM_FOR_OUTPUT          */
+  public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;
+
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_OUTPUT][1] =
+      "Impossible d\u2019utiliser DTMLiaison pour un n\u0153ud de sortie DOM ... Utilisez org.apache.xpath.DOM2Helper \u00e0 la place !";
+  }
+
+  /** ER_CANT_USE_DTM_FOR_INPUT          */
+  public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;
+
+
+  static
+  {
+    contents[ER_CANT_USE_DTM_FOR_INPUT][1] =
+      "Impossible d\u2019utiliser DTMLiaison pour un n\u0153ud d\u2019entr\u00e9e DOM ... Utilisez org.apache.xpath.DOM2Helper \u00e0 la place !";
+  }
+
+  /** ER_CALL_TO_EXT_FAILED          */
+  public static final int ER_CALL_TO_EXT_FAILED = 98;
+
+  static
+  {
+    contents[ER_CALL_TO_EXT_FAILED][1] =
+      "Echec de l\u2019appel de l\u2019\u00e9l\u00e9ment d\u2019extension : {0}";
+  }
+
+  /** ER_PREFIX_MUST_RESOLVE          */
+  public static final int ER_PREFIX_MUST_RESOLVE = 99;
+
+  static
+  {
+    contents[ER_PREFIX_MUST_RESOLVE][1] =
+      "Le pr\u00e9fixe doit se r\u00e9soudre en espace de nom : {0}";
+  }
+
+  /** ER_INVALID_UTF16_SURROGATE          */
+  public static final int ER_INVALID_UTF16_SURROGATE = 100;
+
+  static
+  {
+    contents[ER_INVALID_UTF16_SURROGATE][1] =
+      "Substitut UTF-16 incorrect d\u00e9tect\u00e9 : {0} ?";
+  }
+
+  /** ER_XSLATTRSET_USED_ITSELF          */
+  public static final int ER_XSLATTRSET_USED_ITSELF = 101;
+
+  static
+  {
+    contents[ER_XSLATTRSET_USED_ITSELF][1] =
+      "xsl:attribute-set {0} s\u2019est utilis\u00e9 lui-m\u00eame, ce qui va entra\u00eener une boucle sans fin.";
+  }
+
+  /** ER_CANNOT_MIX_XERCESDOM          */
+  public static final int ER_CANNOT_MIX_XERCESDOM = 102;
+
+  static
+  {
+    contents[ER_CANNOT_MIX_XERCESDOM][1] =
+      "Impossible de m\u00e9langer des entr\u00e9es non Xerces-DOM avec des sorties Xerces-DOM !";
+  }
+
+  /** ER_TOO_MANY_LISTENERS          */
+  public static final int ER_TOO_MANY_LISTENERS = 103;
+
+  static
+  {
+    contents[ER_TOO_MANY_LISTENERS][1] =
+      "addTraceListenersToStylesheet - TooManyListenersException";
+  }
+
+  /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          */
+  public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;
+
+  static
+  {
+    contents[ER_IN_ELEMTEMPLATEELEM_READOBJECT][1] =
+      "Dans ElemTemplateElement.readObject : {0}";
+  }
+
+
+  /** ER_DUPLICATE_NAMED_TEMPLATE          */
... 29905 lines suppressed ...


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