/[qa]/trunk/pts/www/xsl/pts.xsl
ViewVC logotype

Diff of /trunk/pts/www/xsl/pts.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 948 by jeroen, Sat Feb 5 21:08:34 2005 UTC revision 949 by jeroen, Sun Feb 13 18:29:50 2005 UTC
# Line 605  Line 605 
605      </xsl:if>      </xsl:if>
606      <xsl:if test="$hasother">      <xsl:if test="$hasother">
607    
608          <!-- Override disparity handling. [JvW] -->
609          <xsl:if test="$other/@override='yes'">
610            <xsl:for-each select="$other/override/group">
611              <li>There were override disparities found in suite <xsl:value-of
612                  select="@suite"/>:
613                <ul>
614                  <xsl:for-each select="disparity">
615                    <li><xsl:value-of select="text()"/></li>
616                  </xsl:for-each>
617                </ul>
618              </li>
619            </xsl:for-each>
620          </xsl:if>
621    
622        <!-- Wnpp handling. [PvR] -->        <!-- Wnpp handling. [PvR] -->
623        <xsl:if test="$other/@wnpp='yes'">        <xsl:if test="$other/@wnpp='yes'">
624        <li>        <li>

Legend:
Removed from v.948  
changed lines
  Added in v.949

  ViewVC Help
Powered by ViewVC 1.1.5