You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by iv...@apache.org on 2002/06/08 22:02:48 UTC

cvs commit: xml-cocoon2/src/webapp/samples/xmlform/stylesheets wizard2html.xsl

ivelin      2002/06/08 13:02:47

  Modified:    src/webapp/samples/xmlform/stylesheets wizard2html.xsl
  Log:
  minor fix.
  Duplicate top level violation display
  
  Revision  Changes    Path
  1.3       +0 -1      xml-cocoon2/src/webapp/samples/xmlform/stylesheets/wizard2html.xsl
  
  Index: wizard2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/stylesheets/wizard2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- wizard2html.xsl	2 Jun 2002 03:33:35 -0000	1.2
  +++ wizard2html.xsl	8 Jun 2002 20:02:47 -0000	1.3
  @@ -76,7 +76,6 @@
                           <xsl:variable name="eref" select="./@ref"/>
                           <xsl:if test="count ($localViolations[ @ref=$eref ]) = 0">
                               * 
  -                            <xsl:copy-of select="." />
                               <xsl:value-of select="." />
                               <br/>
                           </xsl:if>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org