XML:
<amenities>
<record>
<thekey>77</thekey>
<thevalue>Balcony</thevalue>
</record>
<record>
<thekey>75</thekey>
<thevalue>Cable</thevalue>
</record>
<record>
<thekey>35</thekey>
<thevalue>High Speed Internet</thevalue>
</record>
<record>
<thekey>16</thekey>
<thevalue>Fireplace</thevalue>
</record>
<record>
<thekey>31</thekey>
<thevalue>Garage</thevalue>
</record>
<record>
<thekey>32</thekey>
<thevalue>Phone</thevalue>
</record>
</amenities>
「35」(高速インターネット)が存在するかどうかを確認するために、アメニティの各レコードをチェックする必要があります。アメニティの記録は異なる場合があります。35(高速インターネット)がある場合とない場合があります。XSLTでこれを確認できるようにする必要があります。