У меня проблема с этим утверждением:
<xsl:choose>
<xsl:when test="cars[@id='1']">
<xsl:choose>
<xsl:when test="cars[@id='1']='1'">true</xsl:when>
<xsl:otherwise>false</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
true
</xsl:otherwise>
</xsl:choose>
"True" всегда отображается, даже если мои "cars [@ id = '1']) = '0' (не существует). Спасибоза помощь