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/11/06 14:50:40 UTC

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

morten      01/11/06 05:50:40

  Modified:    java/src/org/apache/xalan/xsltc/compiler XslAttribute.java
  Log:
  A fix for a regression after a previous fix for bug 3320.
  PR:		bugzilla 4656
  Obtained from:	n/a
  Submitted by:	morten@xml.apache.org
  Reviewed by:	morten@xml.apache.org
  
  Revision  Changes    Path
  1.13      +2 -1      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XslAttribute.java	2001/10/30 08:42:55	1.12
  +++ XslAttribute.java	2001/11/06 13:50:40	1.13
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: XslAttribute.java,v 1.12 2001/10/30 08:42:55 morten Exp $
  + * @(#)$Id: XslAttribute.java,v 1.13 2001/11/06 13:50:40 morten Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -128,6 +128,7 @@
   	    if (item instanceof Choose) continue;
   	    if (item instanceof CopyOf) continue;  // bug fix 3320, g. briem
   	    reportWarning(this, parser, ErrorMsg.STRAY_ATTRIBUTE_ERR, name);
  +	    _ignore = true;
   	}
   
   	// 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