私は Google プレイス API を使用しており、XML データを解析して評価を含む多くのものを取得しようとしています。唯一の問題は、評価タグがない場合があることです (以下を参照)。この問題を回避するにはどうすればよいですか?
<name>Zari</name>
<type>restaurant</type>
<type>food</type>
<type>establishment</type>
<formatted_address>212-214 Ifield Drive, Crawley, United Kingdom</formatted_address>
<geometry>
<location>
<lat>51.1218980</lat>
<lng>-0.2135630</lng>
</location>
</geometry>
<rating>3.3</rating>
</result>
<result>
<name>Happy Meeting</name>
<type>restaurant</type>
<type>food</type>
<type>establishment</type>
<formatted_address>
<geometry>
<location>
<lat>51.1161600</lat>
<lng>-0.1844890</lng>
</location>
</geometry>
</result>
<result>