<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中檢查這一點。
埃米爾,好的問題+1。您可能有興趣查看幾種實現此功能的替代方法。 –