この回答を読みました: https://stackoverflow.com/a/7052168/6557127、しかし私の XML ファイルは少し異なります (openHAB REST API):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<items>
<item>
<type>GroupItem</type>
<name>All</name>
<state>baz</state>
<link>http://localhost:8080/rest/items/All</link>
</item>
<item>
<type>GroupItem</type>
<name>foo</name>
<state>bar</state>
<link>http://localhost:8080/rest/items/foo</link>
</item>
</items>
bashでアイテムfooの状態を取得するにはどうすればよいですか?