Committing Dave Brosius change to ElemAttribute from the patch in
XALANJ-2061
diff --git a/src/org/apache/xalan/templates/ElemAttribute.java b/src/org/apache/xalan/templates/ElemAttribute.java
index 3eea1c0..924f440 100644
--- a/src/org/apache/xalan/templates/ElemAttribute.java
+++ b/src/org/apache/xalan/templates/ElemAttribute.java
@@ -77,11 +77,11 @@
    *
    * @throws TransformerException
    */
-  public void execute(
-          TransformerImpl transformer)
-            throws TransformerException
-  {
-    SerializationHandler rhandler = transformer.getSerializationHandler();
+//  public void execute(
+//          TransformerImpl transformer)
+//            throws TransformerException
+//  {
+    //SerializationHandler rhandler = transformer.getSerializationHandler();
 
     // If they are trying to add an attribute when there isn't an 
     // element pending, it is an error.
@@ -107,9 +107,9 @@
 //      // warn(templateChild, sourceNode, "Trying to add attribute after element child has been added, ignoring...");
 //    }
     
-    super.execute(transformer);
+//    super.execute(transformer);
     
-  }
+//  }
   
   /**
    * Resolve the namespace into a prefix.  At this level, if no prefix exists,