<xsl:messageterminate="yes"> ERROR: boolean configuration option '<xsl:value-ofselect="@name"/>' has unsupported value '<xsl:value-ofselect="@type"/>' instead of [true|false].</xsl:message>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:whentest="@type='integer'">
<!-- this makes absolutely no sense but the old code did it as well -->
<xsl:messageterminate="yes"> ERROR: configuration option '<xsl:value-ofselect="@name"/>' has unsupported type '<xsl:value-ofselect="@type"/>'.</xsl:message>