| 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> |