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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to