You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mo...@apache.org on 2001/10/17 15:13:58 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler XslAttribute.java

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:	morten@xml.apache.org
  Reviewed by:	morten@xml.apache.org
  
  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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org