You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/06/21 22:07:28 UTC

cvs commit: xml-xalan/test/tests/conf/attribset attribset17.xsl

dbertoni    01/06/21 13:07:28

  Modified:    test/tests/conf/attribset attribset17.xsl
  Log:
  Fixed problem with boolean attribute.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/test/tests/conf/attribset/attribset17.xsl
  
  Index: attribset17.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/attribset/attribset17.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- attribset17.xsl	2001/01/31 22:34:51	1.2
  +++ attribset17.xsl	2001/06/21 20:07:24	1.3
  @@ -15,7 +15,7 @@
   	<xsl:value-of select="zoneone"/> 
   	<Input Type="checkbox">
   	  <xsl:if test="zoneone/@checked='1'">
  -	    <xsl:attribute name="CHECKED">1</xsl:attribute>
  +	    <xsl:attribute name="CHECKED">CHECKED</xsl:attribute>
         </xsl:if>
       </Input>
     </Form>
  
  
  

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