You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/31 23:34:57 UTC

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

dmarston    01/01/31 14:34:54

  Modified:    test/tests/conf/attribset attribset17.xsl
  Log:
  Revise output for easier comparison to Gold
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- attribset17.xsl	2000/12/17 21:19:55	1.1
  +++ attribset17.xsl	2001/01/31 22:34:51	1.2
  @@ -13,7 +13,7 @@
   <HTML>
     <Form>
   	<xsl:value-of select="zoneone"/> 
  -	<Input Type="checkbox" Name="zoneone">
  +	<Input Type="checkbox">
   	  <xsl:if test="zoneone/@checked='1'">
   	    <xsl:attribute name="CHECKED">1</xsl:attribute>
         </xsl:if>