次の XML があります。
<response>
<propertySearchSales>
<properties rentalperiod="0"><pages page="1" count="153" pageCount="16" perPage="10">
<pages page="1" count="153" pageCount="16" perPage="10">
<page number="1" selected="true"/>
次の xslt コードを使用して、ページ番号属性値にアクセスしようとしています。
<xsl:if test="//response//propertySearchSales//properties/pages/@number>1">
しかし、それは機能していません。何が間違っていますか? ありがとう