morten      01/10/17 06:13:58

  Modified:    java/src/org/apache/xalan/xsltc/compiler XslAttribute.java
  Log:
  Fix to prevent xsl:attributes from not compiling itself into the translet 
code.
  PR:           bugzilla 4175
  Obtained from:        n/a
  Submitted by: [EMAIL PROTECTED]
  Reviewed by:  [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.11      +1 -3      
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/XslAttribute.java
  
  Index: XslAttribute.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/XslAttribute.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XslAttribute.java 2001/09/06 15:10:19     1.10
  +++ XslAttribute.java 2001/10/17 13:13:58     1.11
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: XslAttribute.java,v 1.10 2001/09/06 15:10:19 tmiller Exp $
  + * @(#)$Id: XslAttribute.java,v 1.11 2001/10/17 13:13:58 morten Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -131,9 +131,7 @@
            if (item instanceof If) continue;
            if (item instanceof Choose) continue;
            if (item instanceof CopyOf) continue;  // bug fix 3320, g. briem
  -         _ignore = true;
            reportWarning(this, parser, ErrorMsg.ATTROUTS_ERR, name);
  -         return;
        }
   
        // Get namespace from namespace attribute?
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to